Friday, 4 December 2015

How To Hide Drives in Windows,And How To Unhide it ?


★How To Hide Drives in Windows?★

Hiding a partition or volume from my computer or explorer is preventing that partition from displaying, but it doesn't mean erasing any data or deleting the volume.
Simple Command Prompt tricks and hacks may come in handy at any time. In this article, you will learn to  “Hide any drive in Windows Operating System using Command Prompt" This command works in all windows operating systems.

Just follow the steps and Screenshots below

01.Open the Run box by (Winkey + R) or Start->Run

02.Type “cmd” in the Run box. (Without quotes)

03.The command prompt will be open. Then type “diskpart” and hit Enter. (Without quotes)



04.Then type “list volume”. (Without quotes) Now, it will display all the disk partitions of your PC.

05.Now select the volume you want to hide by typing "select volume n"(n is the volume number against the drive you want to hide).
e.g.->select volume 6
.

06.Then type “remove letter X” (X is a drive letter) and hit Enter.
e.g.->remove letter G


07.That’s it, you have done, your partition was hidden. Then just restart your system once to better performance.

How to unhide the drive again?
OK. The drive was hidden. Then all of you ask me that how to get my partition back? This is similar to the hide process.

Just follow the steps…

01.Open the Run box by (Winkey + R) or Start->Run

02.Type “cmd” in the Run box. (Without quotes)

03.The command prompt will be open. Then type “diskpart” and hit Enter. (Without quotes)

04.Then type “list volume”. (Without quotes) Now, it will display all the disk partitions of your PC.

05. Now select the volume you want to hide by typing "select volume n"(n is the volume number against the drive you want to hide).
e.g.->select volume 2.

06.Then type “assign letter X” (X is a drive letter) hit Enter.
e.g.-> assign letter D


07.That’s it, you have done, your partition will be back. Then just restart your system once to better performance.

No comments:

Post a Comment