Hide Hard Drive Partitions
Here is a cool technique which hides entire hard disk drive partitions by a simple procedure without using Regedit:
- Go to Start > Run and type diskpart. A DOS window will appear with following description. DISKPART>
- Then type list volume
- Suppose you want to hide drive E:, type select volume 3. A message will now appear in the window saying “Volume 3 is the selected volume”.
- Now type remove letter E. You may have to reboot the computer.
Diskpart will remove the letter. Since Windows XP doesn’t have the capability to identify the unknown volume, it won’t display or show results from it. To access the contents of the hidden drive, repeat the process, but in the fourth step, replace remove to assign, i.e., assign letter
0 comments