Matt Posted September 15, 2005 Report Share Posted September 15, 2005 Ever wish you could make one of your computer's drives invisible to anyone snooping around on your system? Whether you have sensitive docs, pictures, or any other private data, this is one of the easiest ways to keep them safe. Keep in mind that you'll still be able to access your hidden drives; you just won't see that they exist in Windows Explorer or the My Computer folder. Before proceeding, it is highly reccomended that you backup the registry!You'll thank yourself for saving your existing settings if anything goes wrong, so be safe rather than sorry. Steps: 1. Open Regedit. 2. Navigate to this string: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3. In the Explorer key folder, create a new DWORD value by right-clicking Explorer, then choosing New DWORD value. Name the value "NoDrives" (without the quotes). This value defines local and network drive visibility for each logical drive on the computer. All drives will be visible as long as this value's data is set to 0. 4. Following the table below, enter the decimal number corresponding to the drive(s) you want to hide as NoDrives value data. When you right-click on NoDrives and choose Modify, make sure you select Decimal base, not Hexadecimal.Drive/Number to HideA: 1B: 2C: 4D: 8E: 16F: 32G: 64H: 128I: 256J: 512K: 1024L: 2048M: 4096N: 8192O: 16384P: 32768Q: 65536R: 131072S: 262144T: 524288U: 1048576V: 2097152W: 4194304X: 8388608Y: 16777216Z: 33554432All drives 67108863If you want to hide more than one drive, you simply add the drive amounts together for a combined total.For example, to hide the D:/ and T:/ drives, add the decimal value for the D:/ drive to the decimal value to the T:/ drive. 8 (D) + 524288 (T) = 524296To disable all of your visible drives, set the value to 67108863.You must reboot your PC to see your changes. Have fun hiding!SourceMatt Quote Link to post Share on other sites
irregularjoe Posted September 23, 2005 Report Share Posted September 23, 2005 Interesting!How do you view them after they are hidden? Quote Link to post Share on other sites
Matt Posted September 23, 2005 Author Report Share Posted September 23, 2005 It is designed to only hide the visibility of the drives. If you go into Explorer and type in a file location or D:\ for example (assuming D is hidden) you will be able to access the drive/files.Matt Quote Link to post Share on other sites
Falcon1986 Posted December 28, 2005 Report Share Posted December 28, 2005 There is also a similar tweak in TweakUI that does the same thing and does not require going into the registry. Just add a check mark to the drives that you want to display and remove the check marks from the ones that you don't want to display. Hit 'OK' and changes take effect immediately. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.