Tag: hide drive

Hide Drive in My Computer

June 21, 2009 by Jason

This setting allows you to control which drives are visible in My Computer and Explorer. It is possible to hide all drives or just selected ones.

Open your registry (press win+r and type regedit , hit enter )

goto

[HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Policies\Explorer]

and find or create the DWORD “NoDrives” there by right clicking on explorer -> NEW -> DWORD value .

The “NoDrives” value uses a 32-bit word to define local and network drive visibility for each logical drive in the computer. The lower 26 bits of the 32-bit word correspond to drive letters A through Z. Drives are visible when set to 0 and hidden when set to 1.

If your not happy working in Hex, add these decimal numbers to hide the drive(s): Read More»

How to Hide Drives in Windows XP

January 10, 2008 by Jason

If you have important files that are stored in a particular disk drive (disk partition) that you don’t want to expose it, you can hide it! Windows XP provides a utility to just that. Here is how it goes:

1. Go to Start > Run > Type diskpart
2. A dos window will appear (see below). Then type list volume. Read More»