home Tech How to hide drives in Windows 7

How to hide drives in Windows 7

In Windows 7 versions other than Home,it is possible to do a lot of stuff using the good old group policy console (gpedit.msc)

It is possible to completely hide drives from Windows explorer based on how settings are configured in local group policy editor.

Suppose in this example D: drive needs to be hidden.

(It is still possible to access the hidden drives through disk management/command prompt or run the programs residing on that drive,what the setting I will show simply hides the icon of specified drive from Windows Explorer.)

Open Group Policy editor (Start > Run > gpedit.msc) or just type gpedit.msc in search box of Start menu.

Drill down to User Configuration > Administrative Templates > Windows Components > Windows Explorer.

Select the policy – Hide these specified drives in My Computer.

Select the required drives by selecting the Enable option and then the D: drive in this case from drop down box.

Click Ok to save the changes.

To check if drive is hidden,go to My Computer,the specified drive will no longer be visible.

To revert back the changes,select the policy and choose Disabled option.

All drives will be visible again.

Happy drive hide and seeking.

One thought on “How to hide drives in Windows 7

  1. try this way to hide your drives in Windows 7 (I tried it in Windows 7 Ultimate)

    Take “Run” by Pressing Windows Key + Run

    Type “Cmd” to launch the Command Prompt Window

    On the Command Prompt :

    Type “diskpart”

    Click “Yes” on the User Access Control Popup

    (diskpart utility will be launched)

    Type “List Volume” on the diskpart utility to list all the available Drives List

    Type “Select Volume E”

    “Remove volume E” to remove the E Drive

    “Assign Letter E” to assign it back

    HAPPY HIDING !!!!!!!

Leave a Reply

Your email address will not be published. Required fields are marked *