Friday, September 24, 2010

Hiding Drives

Sometimes its required to hide a particular drive from others,and if you dont have any hiding software,follow this steps

  1. Open command prompt
  2. Type "diskpart.exe"     w/O quotes
  3. Type  "list volume"       w/o quotes
  4. It will show you volume letter and volume number
  5. Suppose you want to hide E:    and its volume number is 3
  6. Type "select volume 3"   w/o quotes   3 is the volume number
  7. Type "remove letter e"   w/o quotes   e is the volume name
  8. If needed reboot the system
  9. To show the same drive repeat 1,2,3,4,5,6
  10. Type "assign letter e "

    No comments:

    Post a Comment