The Command Prompt in Windows is a very powerful tool to accomplish certain tasks that usually can’t be done unless you have a third-party tool. Today, I am going to share an interesting use of Command Line. One can use the Command Prompt to hide one or more drives in the explorer.
Follow the steps bellow..
1. Type cmd in Start menu search area and hit Enter to launch Command Prompt.
2. In the Command Prompt, type diskpart and hit enter key. Click Yes if you are prompted with UAC (User Account Control) dialog-box.
3. And then type list vol and hit enter to see list of all drives.
Follow the steps bellow..
1. Type cmd in Start menu search area and hit Enter to launch Command Prompt.
2. In the Command Prompt, type diskpart and hit enter key. Click Yes if you are prompted with UAC (User Account Control) dialog-box.
3. And then type list vol and hit enter to see list of all drives.
4. Select the drive that you want to hide. To do this, type select vol 3 (here 3 is the volume number).
5. To hide a drive, type remove letter D. Here, D is the selected drive letter that you want to hide.
6. You are done. Close the prompt and click on my computer, that drive will not be there. |Enjoy|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
To show the hidden drive, follow the steps given below :
1. Type cmd in Start menu search area and hit Enter to launch Command Prompt.
2. In the Command Prompt, type diskpart and hit enter key. Click Yes on prompted dialog-box.
3. And then type list vol and hit enter to see list of all drives.
4. Select the volume number for which you want to assign a drive letter and show in the explorer.
Type select vol 3 (here, 3 is the volume number) and hit Enter key.
5. Once selected, type assign letter D and hit Enter key to see the drive in explorer(replace D with the drive letter that you have previously removed).
A big thanks for reading..|Enjoy|