Friday 14 September 2018

How to Hide Any Drive in Windows Using Command Prompt

Step 1:
Press “Windows + R” and type “cmd”, next type “DISKPART”. Now you see a new Dialog box open with command prompt.
Step 2:
Type “LIST VOLUME”in the command prompt and press enter. (Now you see your all window drives or volumes with name or numbers.)
Step 3:
Now remember the volume letter or number you want to hide and type “SELECT VOLUME number or letter”(See the below screenshot). Here I select Volume 1 for example, you can select your volume.
Step 4:
Next type “REMOVE LETTER D”(Type the drive letter you want to hide, here I wrote D just for an example.)

Now go to MY Computer and check whether the drive is hidden or not. It should be hidden if you’ve done everything as above.
Step 5:

To unhide the drive again, just type “ASSIGN LETTER letter of Drive” (See the Screenshot).
That’s it now the drive or partition you have hidden before will appear now.
With this trick, you can hide your computer drives and also change the letter of any hard drives. I hope you like this trick and share this trick with your friends.

No comments:

Post a Comment

What is ArrayList in C#?

What is ArrayList in C#? The ArrayList collection is similar to the Arrays data type in C#. The biggest difference is the dynamic natur...