1. Start--> run
2. Type "regedit" without quotes and hit ENTER.
3.Locate the key
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer
Now in the right pane create a new DWORD item and name it NoDrives. Now modify it's value and set it to 3FFFFFF (Hexadecimal) Now press F5 to refresh. When you click on My Computer, no drives will be shown. To enable display of drives in My Computer, simply delete this DWORD item.
The Registry file is as follows
Copy this content in notepad and save it as "HideDrives.reg" without quotes
REGEDIT 5.0
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDrives"=dword:3ffffff
Double click it and your drives will hide.
VIDEO TUTORIAL:-
0 comments