Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch file to hide
Name: Genocide (by Greaper6) Date: October 11, 2007 at 15:59:26 Pacific OS: WinXp CPU/Ram: ... Product: Dell
Comment:
hello ppl, Im a batch file maker and have had many of them made, But, I need some help on making a Drive ( My External HDD ) hidden on start up or when its plugged in..
Name: Razor2.3 Date: October 15, 2007 at 18:49:09 Pacific
Reply:
It might be possible to hide the drive letter in "My Computer," but I don't think there's a way to hide the actual hardware AND still have Windows use it. At least not from a batch file.
0
Response Number 2
Name: Genocide (by Greaper6) Date: October 16, 2007 at 05:05:31 Pacific
Reply:
I know that this will show the hidden things in the Device Man, is there a way to reverse it to work with the drives?
[ Not reverse this actually, that would just hide my stuff in Device man ]
set DEVMGR_SHOW_NONPRESENT_DEVICES=1
0
Response Number 3
Name: Razor2.3 Date: October 16, 2007 at 17:43:07 Pacific
Reply:
That's different. What you described is a feature of Device Manager to show you installed, but not active, hardware. (You can also use the menu option View -> Show hidden devices.)
What you're looking for is a root kit, and making such things require detailed knowledge of the Win32 API as well as skill at C/C++.
Summary: How can I count a specific character in a line using a batch file Ex: if I pass a line "c:\dir1\dir2\dir3" to the batch file to count "\" then it should return 3. ...
Summary: Hi chaps, I need to write a batch file to append the created date to the beginning of a bunch of files. There are hundreds of files, mostly office based so *.doc, *.xls, *.ppt etc. An example is a fi...
Summary: I need a batch file to open folders in c:TempFonts and then move and delete any .ttf files therein to s:Projects\_fonts. I am a newbie to DOS batch files and any help will be greatly appreciated. Than...