There are several reasons you may want to hide a drive in vista... for example if you have a nosy little brother who you need to keep away from your important files. When I say hide a drive what I mean is that you won't be able to see it when you go to My Computer but that you will still be able to access it if you type in the drives location and programs will still be able to use the drive. To hide a drive in Vista start regedit.exe and then go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. Now right-click on some of the white empty space and select new 32-bit DWORD and call it NoDrives. Next, in the Value data field enter in the number that corresponds to the drive you want to hide (see chart below).
| Drive Letter | Decimal | Hex |
| A | 1 | 1 |
| B | 2 | 2 |
| C | 4 | 4 |
| D | 8 | 8 |
| E | 16 | 10 |
| F | 32 | 20 |
| G | 64 | 40 |
| H | 128 | 80 |
Finally restart your computer and now the drive you selected will be hidden from view. Note: to undo this tip just delete the NoDrives registry key and your computer will be back to normal.



Vista
Web
XP
Other
Tricks

1 comments:
What if you want to hide drive Z? I'm assuming based on the hex values it would be 33554432 but that's just a guess.
Post a Comment