Saturday, July 2, 2016

How To Disable Display of local or networked drives

networked drives

To disable the display of local or networked drives


1. Go to Start -> Run. Type regedit
2. Now go to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
3. Now in the right pane, create a new DWORD item and name it NoDrives (itis case sensitive).
4. Now modify it's value and set it to 3FFFFFF (Hexadecimal) .
5. Now restart your computer.
6. So, now when you click on My Computer, no drives will be shown(all gone...). To enable display of drives in My Computer, simply delete this DWORD item that you created. Again restart your computer. You can now see
all the drives again.
-->