I need to hide the D: drive for specified users on Windows 7. How can I do that?
|
|
|||||||||
|
migrated from stackoverflow.com Jan 26 '11 at 21:08
|
There is a group policy setting to disable access to certain drives, and another to hide access. You need Windows 7 Professional, Ultimate or Enterprise to do this. For other versions, scroll down to my alternate solution. If you only want to apply the policy to certain users, not every user, you need to configure it individually. You cannot do this by just opening
The next time the user(s) log in, they will not be able to see/access the drive This should work as you specifically asked for disabling the D: drive. If you want to disable a drive other than A, B, C, or D, or if you have a version of Windows 7 which doesn't support the group policy editor, you will need to make the changes manually in the registry. The first step is to load the registry hive of the user you are removing the drives from. The user must be logged out for this to work; in fact, it's better to do a fresh restart before doing this process.
|
|||||||
|
|
You can hide any drives using Group Policy. This will set restrictions for any users on the machine.
Hope this helps! :) |
|||
|
|
|
Taken from this link (a bit too lazy to type it out myself):
|
|||||
|
|
You're looking for a type of Access Based Enumeration. |
|||
|
|
|
Right-click on said drive in Computer, choose Properties → Security. Update access as needed: remove "Users", add "Parents", etc. If your version of Windows doesn't have a Security tab, use |
|||
|
|
protected by nhinkle♦ Aug 8 '11 at 23:55
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.