What's new

Closed How to hide any drive in windows using command prompt

Status
Not open for further replies.

Dora The Explorer

Forum Guru
Joined
Jul 7, 2015
Posts
3,646
Reaction
2,218
Points
1,262
Hide a drive on your windows machine using just the command prompt
In the world where there is an app for that has become common usage, many people tend to overlook the things one can achieve with tools already embedded in the OS. The command prompt is one such powerful yet, mostly overlooked part of the Windows OS. Today, we’re gonna share one small tid bit of the command prompt by explaining how you can use this to hide a drive on your machine.

Methods to hide any drive:
Step 1:

First activate the command prompt. You can do this by searching/running cmd in the search bar of the start menu or by typing and entering it in the run dialog box. In Windows 8.1 and 10, you can access it by hitting a right click on the start button.

Step 2:

Now that you’re in the command prompt, type Diskpart & hit enter. If prompted with the User Account Control dialog box, click yes.


DiskpartCommand_thumb.jpg

Step 3:

Once this is done, type List Volume into the prompt and hit enter. This will display a list of all the drives in the machine as shown below.

Hide-Drives.jpg

Step 4:

Next, you need to select the drive that you want hidden. For example, we will hide the “G” drive by entering Select Volume G or Select Volume 8 since its the 8th drive in the list.

Hide-Drives-2.jpg Hide-Drives-3.jpg

Step 5:

Now, we can hide the selected drive by entering Remove Letter G.

Hide-Drives-4.jpg

If you have followed these steps correctly, you should now find the drive hidden on your machine. Now, we begin the steps to reverse this process.

Unhide the drive –
Step 1:

Since the first few steps are common, repeat the process mentioned in steps 1,2,3 above thus getting a list of all drives on the machine.

Step 2:

Select the volume number for which you want to assign a drive letter and show in the explorer. Type Select Volume 8 (here, 8 is the volume number) and press the Enter key.

Show-Drive.jpg

Step 3:

Now, type Assign Letter G and hit enter and you will be able to see the drive in the explorer.
 

Attachments

Status
Not open for further replies.

Similar threads

Back
Top