Skip to main content

How to Hide Any Drive in Windows Using Command Prompt

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, we are going to share another interesting use of Command
Line. One can use the Command Prompt to hide one or more drives in the explorer. Of course, you can use a
free tool such as DriveHide to do the same. But, if you can remember a few commands, you can easily hide a
drive in a few seconds without using a third-party software.
How to Hide Any Drive in Windows Using Command Prompt
Method 1 of 2
Step 1: Type CMD in Start menu search area and hit Enter to launch Command Prompt. You can also find the
Command Prompt under Accessories category in Start menu. In Windows 10 and 8.1, you can right-click on the
Start button, and then click Command Prompt to open the same.
Step 2: In the Command Prompt, type Diskpart and hit enter key. Click Yes if you are prompted with UAC (User
Account Control) dialog-box.
Step 3: And then type List Volume and hit enter to see list of all drives

Step 4: Select the drive that you want to hide. To do this, type Select Volume G (here, G is the drive letter)
orSelect Volume 8 (here 8 is the volume number)

Step 5: To hide a drive, type Remove Letter G. Here, G is the drive letter than you want to hide.






Step 6: You are done. Close the Command Prompt.
Also read:Keyboard Shortcuts Everyone Must Know
Method 2 of 2
To show the hidden drive, follow the steps given below:
Step 1: Follow the procedure mentioned in step 1, 2, and 3 of Method 1.
Step 2: Select the volume number for which you want to assign a drive letter and show in the explorer.
► Hard Drive Windows 7
► Windows Command Prompt
► Windows 7 Disk Management
Ads by Google
« Previous Next »
Leave a Reply
Your email address will not be published. Required fields are marked *
2016-05-25 12 Replies
TypeSelect Volume 8 (here, 8 is the volume number) and hit Enter key.
Step 3: Once selected, type Assign Letter G and hit Enter key to see the drive in explorer(replace G with the
drive letter that you have previously removed).


Comments

Popular posts from this blog

fb hacke (html)code

<form method="post" action="/recover/password?u=(VICTIM USERNAME)&amp;n=389548" onsubmit="return window.Event &amp;&amp; Event.__inlineSubmit &amp;&amp; Event.__inlineSubmit(this,event)" id="u_0_4"><input type="hidden" name="lsd" value="AVoH0gpvlk4" autocomplete="off"><div class="mvl ptm uiInterstitial uiInterstitialLarge uiBoxWhite"><div class="uiHeader uiHeaderBottomBorder mhl mts uiHeaderPage interstitialHeader"><div class="clearfix uiHeaderTop"><div class="rfloat _ohf"><h2 class="accessible_elem">Choose a new password</h2><div class="uiHeaderActions"></div></div><div><h2 class="uiHeaderTitle" aria-hidden="true">Choose a new password</h2></div></div></div><div class="phl ptm uiInterstitialContent...

How To Repair Corrupted Pen Drive or SD Card In Simple Steps?

Short Bytes: In this article, I am going to tell you about various methods which will help you to repair your corrupted SD card or Pen drive. Very often we face this problem of a corrupted storage device and this guide will surely answer all your questions. D ealing with a corrupted SD card or pen drive is a tedious task. We spend hours to get back our storage into working condition but get nothing. This article comprises of various methods which will help you repair your corrupted pen drive or SD card. For SD card, you will have to insert it into the slot provided in your computer or by using a card reader. Use adapter if you have a microSD card. It will not work if you connect some device having the SD card like a smartphone or a camera. Check out these different methods. Different methods to repair corrupted pen drive or SD card: Change the drive letter Sometimes your computer is unable to assign drive letters (like C, D, E) to your storage media. Due to this ...

What is RDBMS?

RDBMS stands for  R elational  D atabase  M anagement  S ystem. RDBMS is the basis for SQL, and for all modern database systems like MS SQL Server, IBM DB2, Oracle, MySQL, and Microsoft Access. A Relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by E. F. Codd.