Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

removal of libraries

Status
Not open for further replies.

Midiean

IS-IT--Management
Jul 18, 2001
112
0
0
US
I know you can remove libraries with the registry, but is it possible to remove them through GPO?
 
actually, we are wanting to disable the public library all together, keeping users from placing files in that location.
 
see if the following leads to a solution to your problem:


How to Disable “Libraries” Feature in Windows 7?

also the following will hide them:

Code:
CLASS MACHINE

CATEGORY "Windows 7 Libraries"
	POLICY "Hide Libraries"
		KEYNAME "Software\Classes\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}\ShellFolder"
		VALUENAME Attributes
		VALUEON NUMERIC 2962227469
		VALUEOFF NUMERIC 2961178893
	END POLICY
END CATEGORY;


both of the above will not prevent users from navigating through Explorer to said locations, and save files locally then...



Ben
"If it works don't fix it! If it doesn't use a sledgehammer..."
How to ask a question, when posting them to a professional forum.
Only ask questions with yes/no answers if you want "yes" or "no"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top