Jump to content

Recommended Posts

Posted

We have a couple of issues relating to libraries, which I am sure have been covered elsewhere but I am getting rather confused!!

 

Firstly I have applied an ADM template which is supposed to disable libraries.

 

It has... to a point, but now I have no start menu links... which is not v useful at all!!

 

 

We also have a local logon on our teacher laptops, where we used to direct their home directory to D:\Teacher. With Windows 7 redirecting the homedir seems to do little/if anything at all as all the libraries allow them to save to C whether they can see it or not?!

 

 

How do you guys manage libraries for network users?

Posted

I'm currently trying to sort this out. Currently I have disabled libraries just using a registry fix. This is for 64 bit.

 

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}\ShellFolder]

"Attributes"=dword:b090010d

[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}\ShellFolder]

"Attributes"=dword:b090010d

 

However I have also gone into each application and saved a file to the home drive for the default user profile. then cleared the file from any recent lists e.g Office 2010. This seems to work. If anyone knows a better way for this to happen please let me know.

Posted

I had a go disabling libraries and it seemed to stop me being able to search indexed locations or type mmc etc into the start menu, i had to type the full path for everything?!

 

You had any luck?

 

So far I have imported these ADMs:

 

CLASS User

CATEGORY !!Custom


CATEGORY !!ExplorerExtras


POLICY !!HideLibrariesInExplorer
KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\NonEnum"
EXPLAIN !!HideLibrariesInExplorer_Help
VALUENAME "{031E4825-7B94-4dc3-B131-E946B44C8DD5}"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY


END CATEGORY


END CATEGORY


[strings]
Custom="Custom Policies"
ExplorerExtras="Windows Explorer Extra's"
HideLibrariesInExplorer="Hide the Libraries Icon in Explorer 2008/Vista/Windows 7"
HideLibrariesInExplorer_Help="Enable this to hide the Libraries icon, disable or unconfigure to show the Libraries icon."

 

CLASS USER

CATEGORY "Windows Vista & 7"


CATEGORY "Desktop Items"


CATEGORY "Classic Start Menu"


POLICY "Hide Internet Explorer Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu"
	VALUENAME {871C5380-42A0-1069-A2EA-08002B30309D}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide Personal Folder Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu"
	VALUENAME {59031A47-3F72-44A7-89C5-5595FE6B30EE}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide Computer Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu"
	VALUENAME {20D04FE0-3AEA-1069-A2D8-08002B30309D}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide Network Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu"
	VALUENAME {F02C1A0D-BE21-4350-88B0-7367FC96EF3C}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide Control Panel Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu"
	VALUENAME {5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide Recycle Bin Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu"
	VALUENAME {645FF040-5081-101B-9F08-00AA002F954E}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide Libraries Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu"
	VALUENAME {031E4825-7B94-4dc3-B131-E946B44C8DD5}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide Search Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu"
	VALUENAME {9343812e-1c37-4a49-a12e-4b2d810d956b}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide My Documents Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu"
	VALUENAME {450D8FBA-AD25-11D0-98A8-0800361B1103}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


END CATEGORY;


CATEGORY "New Start Menu"


POLICY "Hide Internet Explorer Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel"
	VALUENAME {871C5380-42A0-1069-A2EA-08002B30309D}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide Personal Folder Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel"
	VALUENAME {59031A47-3F72-44A7-89C5-5595FE6B30EE}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide Computer Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel"
	VALUENAME {20D04FE0-3AEA-1069-A2D8-08002B30309D}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide Network Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel"
	VALUENAME {F02C1A0D-BE21-4350-88B0-7367FC96EF3C}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide Control Panel Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel"
	VALUENAME {5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide Recycle Bin Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel"
	VALUENAME {645FF040-5081-101B-9F08-00AA002F954E}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide Libraries Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel"
	VALUENAME {031E4825-7B94-4dc3-B131-E946B44C8DD5}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide Search Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel"
	VALUENAME {9343812e-1c37-4a49-a12e-4b2d810d956b}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


POLICY "Hide My Documents Desktop Icon"
	KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel"
	VALUENAME {450D8FBA-AD25-11D0-98A8-0800361B1103}
	VALUEON NUMERIC 1
	VALUEOFF NUMERIC 0
END POLICY


END CATEGORY;


END CATEGORY;


END CATEGORY;

 

CLASS MACHINE

CATEGORY "Windows Vista & 7"


CATEGORY "Explorer Navigation Items"


CATEGORY "32 Bit OS"


POLICY "Hide Personal Folder"
	KEYNAME "Software\Classes\CLSID\{59031a47-3f72-44a7-89c5-5595fe6b30ee}\ShellFolder"
	VALUENAME Attributes
	VALUEON NUMERIC 4036231469
	VALUEOFF NUMERIC 4035182893
END POLICY


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


POLICY "Hide Homegroup"
	KEYNAME "Software\Classes\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}\ShellFolder"
	VALUENAME Attributes
	VALUEON NUMERIC 2962489612
	VALUEOFF NUMERIC 2961441036
END POLICY


POLICY "Hide Networking"
	KEYNAME "Software\Classes\CLSID\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\ShellFolder"
	VALUENAME Attributes
	VALUEON NUMERIC 2962489444
	VALUEOFF NUMERIC 2953052260
END POLICY


POLICY "Hide Computer"
	KEYNAME "Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\ShellFolder"
	VALUENAME Attributes
	VALUEON NUMERIC 2962489612
	VALUEOFF NUMERIC 2961441036
END POLICY


POLICY "Hide Favourites"
	KEYNAME "Software\Classes\CLSID\{323CA680-C24D-4099-B94D-446DD2D7249E}\ShellFolder"
	VALUENAME Attributes
	VALUEON NUMERIC 2839544064
	VALUEOFF NUMERIC 2693792000
END POLICY


POLICY "Hide Control Panel"
	KEYNAME "Software\Classes\CLSID\{26EE0668-A00A-44D7-9371-BEB064C98683}\ShellFolder"
	VALUENAME Attributes
	VALUEON NUMERIC 2693791748
	VALUEOFF NUMERIC 2684354564
END POLICY


END CATEGORY;


END CATEGORY;


END CATEGORY;

  • Thanks 1
  • 2 months later...
Posted

Im still having a problem Hiding Personal Folders, Libraries and so on, Iv used the above templates and to make them disaperar from explorer(works great). The problem im having is they still appear in Office when a user goes to save. Did anyone else get this?

Im wondering if its because im using a 64 bit windows, is there a 64bit adm for me to try.

Thank You

Posted

Why are you all hiding them? They've never been a problem for us at all. If you're doing it because of the "Public" folder that's pretty easy to remove for everyone.

 

You shouldn't really mess around with Windows like this, you could break so much without realising it :p You're certainly putting yourself in an unsupported state with MS.

  • Thanks 1
Posted

I agree, I don't restrict access either. If your permissions are configured correctly then you have nothing to worry about!

 

You can of course hide all your shares with a dollar sign (when required).

  • Thanks 1
Posted

Best way to deal with Libraries is just to remove the Public folder locations and deploy the updated library-ms files via GPP (or mandatory profile if you have one)

 

We've done that with our test machines and works fine, safer bet than killing the feature completely imo

  • Thanks 1
  • 2 weeks later...
Posted

Been playing with this the last couple of weeks, ready for the summer, and touchwood it's been pretty plain sailing so far (apart from pinning stuff to the Start Menu, they made that awkward)

 

I've left the libraries as they are and removed the public location and stopped the whining about indexing using the BAT file and XML files from the second section here: Configuring Windows 7 For The Work Place.

 

The Network icon I got rid of with the ADM file here (Method 2): MyPCHealth

 

And the Favourites bit (that showed downloads, desktop etc.) I removed using the ADM from this thread: http://www.edugeek.net/forums/windows-7/47835-windows-7-gotchas-tips-fyi.html#post438279 (I think I hid Homegroup using a GPO setting rather than that custom ADM, though)

 

With all that set, Explorer is safe and inoffensive and the Libraries just redirect to the relevant My Pictures/My Music/etc. I've left them access to My Computer and restricted the C drive using policy.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...