disablewinxp
Joined: 14 Aug 2006 Posts: 6
|
Mon Aug 14, 2006 5:14 pm Subject : Hide Hard Disks in My Computer |
|
|
Here again to server you.
You can simply hide all connected hard disks from your PC.
Follow the tweak to hide the display of local or networked drives when you click My Computer go to :
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
1. In the right pane create a new DWORD item and name it NoDrives.
2. Modify it's value and set it to 3FFFFFF (Hexadecimal)
3. Press F5 to refresh.
When you click on My Computer, no drives will be shown.
To enable display of drives in My Computer, simply delete this DWORD item. It's .reg file is as follows:
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDrives"=dword:03ffffff |
|