How to hide specific drives?


1) Run Registry Edit (regedit)
2) Find this location
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
3) Right click on the Explorer folder and select New > DWORD Value.
4) Name the registry NoDrives
5) Double click on NoDrives which is in the right page.
6) In the DWORD Value window, select Decimal.
7) In this case I want to hide drive D, so I must fill 8 in Value data.
The number you filled varies with drive you want it to be hidden.
If you want to hide the other drives, you must put the drive-related
number like below,

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 | Z=33554432 | All drive=67108863

0 Response to How to hide specific drives?

Post a Comment