Get PCs Place Updates
More in 'Windows XP'
PCs Place on Facebook
Posted by Prasanth Chandra on 6/20/09 • Categorized as Windows XP
Previously we discussed a way to Hide hard drive partitions using Command prompt. Now we are discussing about hiding more than two ways to hide hard drive letters that appear in My Computer: via the Registry Editor and via the Group Policy Editor. These methods will hide the partition and will not show them in Windows Explorer. The 2 methods are explained below..
Open the Registry Editor. Navigate to the string
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Drive Value
A: 1
B: 2
C: 4
D: 8
E: 16
…… …
Z: 33554432
All drives 67108863
To hide multiple drives, just add the drives’ values. For example, if you want to hide both drives A: and D:, the NoDrives value should be 1 + 8 = 9. Using the same decimal values, you can arrange for a different behavior that will leave a drive visible, while making it impossible for a user to view the contents of the drive. It will also prevent him from using the commands Run, Map Network Drive, or Dir to view the contents of folders on the drives.
To do this, Create a new DWORD value called NoViewOnDrive and use the same values as above.
This method can be used only on Windows XP Professional Edition.
Related posts:
© 2010 PCs Place. All rights reserved.