Skip to content

Mstoic

  • Home
  • Start Here!
  • Best Deals
  • Facebook Tricks
  • Privacy
  • Resources
  • TOC
  • Tools
    • Web Tools
      • Stop Watch
      • QR Code Generator
      • Adsense Code Converter
      • Blogger Sitemap Generator
      • Difference Between Two Texts
      • Vacation Checklist
      • Twitter Symbols
      • Count Down
    • Investment
      • SIP Calculator
      • Power of Compounding
      • PPF Calculator
      • FD Calculator
  • About Us

Hide Drives In Windows Using Command Prompt

Editorial Team | November 7, 2013 | Tricks, Windows |

There is always some data on our computer which we don’t want anyone to get their hands on. There are plenty of applications that can lock your folders and/or encrypt them, but most of them are paid and moreover, relying on a third-party app is not a good option. What if you could hide a complete drive and nobody could see or find it anywhere? Below is the tutorial to do just that.

  • Change Processor Details in Windows
  • Change windows installation date using Registry Editor
  • Tune up your PC With CCleaner
  • Download Facebook videos without any plugin

Hide Drives In Windows Using CMD

  1. Open Command Prompt as Administrator. This can be done by searching “cmd” in Start Menu search and then running it as Administrator.
  2. opening-command-prompt
  3. Now type “diskpart” inside “CMD” and hit “Enter”.
  4. Now type “list volume” and hit “Enter”. This will list all the disk drives on your computer.
  5. Now choose the volume you want to hide. Then type “select volume x” and hit Enter. Replace x with the volume number you want to hide. The volume numbers are written in the column “Volume ###”.
  6. Now type “remove letter y” and hit Enter. Replace y with the drive letter. The drive letter can be found in the “Ltr” column.
hide-drives-windows-cmd

Your drive would be hidden till now. If it is still being displayed, then try restarting your PC.

Getting Back The Hidden Drive Using CMD

  1. Open CMD, type diskpart, then list volume, and then select volume x, as you did while hiding the drive.
  2. Now instead of typing “remove letter y”, you need to type “assign letter y” and hit the Enter key. Change y with the letter you want to assign to this drive. For security and integrity, type the same letter which was assigned to this drive earlier.
show-drive-cmd

That’s it. You will start to see the drive in Windows Explorer as soon as you do this. If it’s not there, try restarting your PC.

NOTE DiskPart is a very powerful tool. If you mistype any command, you may lose your information or you might end up corrupting your Windows installation. Proceed with caution. We will not be responsible for anything that follows.

Previous Post

Finding Similar Products, Apps Using Google Autocomplete

by Editorial Team

Next Post

Find Out Which Apps Others Are Uninstalling With Should I Remove It?

by Richa Mehra

Tags
  • Hide A Drive
  • Hide Drive Using CMD
  • Hide Drives
  • Hide Drives Windows 7
  • Hide Hard Drive Windows 7
  • Hiding A Drive In Windows 7
Recommended Next
Error Message Generator – A Tool To Make Custom Error Messages

Your Comment Cancel reply

Follow Us

Like us Follow us Follow us

Categories

  • Tricks (93)
  • Facebook (83)
  • Tips (76)
  • Windows (67)
  • Wordpress (39)
  • Android (38)
  • Internet (33)
  • Antivirus (30)
  • How To (29)
  • Webmasters (25)
  • Customization (25)
  • Downloads (21)
  • Utilities (21)
  • Gmail (20)
  • Windows 7 (19)

Related Articles

  • Reverse a String using StringBuilder