Find us on Google+ Bypass The Security: Hide Drives Using Registry

Friday 12 July 2013

Hide Drives Using Registry

How To Hide Drives by using registry editor


Here is th ways to hide drive(C:,D:,E: etc..) by using regedit
Follow my lead
Firstly open your registry editor
Start-Run     Type regedit
Nevigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
After that right click on the right side pane and click on New > DWORD value and rename it as NoDrives
Now suppose so , you want to hide C drive, so right click on NoDrives > Modify
Change the Base Type to Decimal and Value Data to 4 (for C:,)
here the following are Drive letter and it numbers to hide...

     
A: [1]
B: [2]
C: [4]
D: [8]
E: [16]
F: [32]
G: [64]
H: [128]
I: [256]
J: [512]
K: [1024]
L: [2048]
M: [4096]
N: [8192]
O: [16384]
P: [32768]
Q: [65536]
R: [131072]
S: [262144]
T: [524288]
U: [1048576]
V: [2097152]
W: [4194304]
X: [8388608]
Y: [16777216]
X: [33554432]
All Drives [67108863]


No comments:

Post a Comment