Home » » HIDE DRIVES

HIDE DRIVES

Written By thehipsterscoders on Sunday 6 January 2013 | 08:26

How to Hide Drives Using Command Prompt(cmd) in window 7,Xp,Vista 



If you have sensitive or important data stored on a particular disk drive that you don’t want anyone to see, a great way to hide it is to remove the drive letter assigned to a particular mounted volume. With Windows XP, you can achieve this easily using nothing more than the Command Prompt. Here's how:
  1. Click Start -> Run (This brings up the Run dialog box)
  2. Type cmd and press Enter (This brings up the Windows Command Prompt
  3. Type diskpart in the command prompt and press Enter (This launches the Diskpart utility within the Command Prompt window)
  4. Now type list volume (This displays a list of all mounted volumes on your computer and their associated drive letters)


  5. Using the above picture as reference, if, for example, you would like to hide drive R

  6. Type select volume 1 (or select any other volume as where the drive is present)
  7. Now type remove letter R (Note: This sometime requires a reboot)


Diskpart will now remove the drive letter.

The drive will no longer be available via Windows Explorer or My Computer.

Don’t worry though, your data remains safe!


Unhide


Now, should you want to unhide the drive and make it accessible again, just repeat the above process. But instead of typing remove letter R, type assign letter R


  1. Click Start -> Run (This brings up the Run dialog box)
  2. Type cmd and press Enter (This brings up the Windows Command Prompt
  3. Type diskpart in the command prompt and press Enter (This launches the Diskpart utility within the Command Prompt window)
  4. Now type list volume (This displays a list of all mounted volumes on your computer and their associated drive letters)
  5. Type select volume 1 (or select any other volume as where the drive was present)
  6. Now type assign letter R (Note: This sometime requires a reboot)


  7. The drive will be available via Windows Explorer or My Computer.
Share this article :

0 comments:

Speak up your mind

Tell us what you're thinking... !

Note: only a member of this blog may post a comment.

Popular Posts