There are two tested methods to hide a Disk drive.
The first method is for people who are familiar with Windows Registry.But if you are not comfortable in manipulating Registry then it is advised to follow the second method.
First method to hide a Disk Drive:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer
Now Right Click on 'NoDrives' and Select 'Modify' , now Check 'Decmial' Option under Base.By Default Hexadecimal is selected and enter the Decimal value (under Value Data) of the Drive you would like to hide.
Drive Letter | Decimal Value |
A | 1 |
B | 2 |
C | 4 |
D | 8 |
E | 16 |
F | 32 |
G | 64 |
H | 128 |
I | 256 |
The Drive which you have hidden will not be displayed.
Summary : Hiding your Disk Drive:
1) Click Start.
2) Click Run.
3) Type 'regedit' in the Box.
4) Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\
5) Explorer.
6) From Registry Editor Menu Bar 'Edit' -> 'New' -> 'DWORD Value'.
7) Rename DWORD Value to 'NoDrives'.
8) Right click on NoDrives -> Modify -> Select 'Decimal' Option -> Put Decimal Value of Drive.
9) Click OK.
2) Click Run.
3) Type 'regedit' in the Box.
4) Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\
5) Explorer.
6) From Registry Editor Menu Bar 'Edit' -> 'New' -> 'DWORD Value'.
7) Rename DWORD Value to 'NoDrives'.
8) Right click on NoDrives -> Modify -> Select 'Decimal' Option -> Put Decimal Value of Drive.
9) Click OK.
Second Method : This is a risk free method and will hide the drive instantly without any need to reboot.
DISKPART> list volume
On Pressing ENTER you will see details about all the volumes.
The following message will be prompted:
"Disk 0 is now the selected disk."
Now type in 'detail disk' and you will get all details about your hard disk and disk drives it contains.
Now type in select partition 3 (You may select any partition of your choice , here i want to hide Drive D:/ which is in Partition 3).
A message will be prompted:
"Partition 3 is now the selected partition."
This will show the disk drive in this partition.In my case its D :/ drive
Now open 'My computer' and you will not see the drive.But don't worry the data is still intact.Now to get back the drive , type in 'assign letter D'.
and you will get D:/ drive back.
and you will get D:/ drive back.
If you have hidden C:/ drive then type 'assign letter C' and so on.
Summary : Hiding Disk Drive the Easy Way.
1) Click Start.
2) Click Run.
3) Type 'diskpart' in the Box.
4) Type 'list volume'.
5) Type 'select disk 0'.
6) Type 'detail disk'.
7) Type 'select partition 3'.
8) Type 'detail partition'.
9) Type 'remove letter D' .
2) Click Run.
3) Type 'diskpart' in the Box.
4) Type 'list volume'.
5) Type 'select disk 0'.
6) Type 'detail disk'.
7) Type 'select partition 3'.
8) Type 'detail partition'.
9) Type 'remove letter D' .
No comments:
Post a Comment
If you have any Queries, suggestions or requests, Do comment here!