Link to home
Start Free TrialLog in
Avatar of santaspores1
santaspores1Flag for United States of America

asked on

GPO

Hi,

I am using group policy to lock down some public lobby machines.  I have used folder redirection for the start menu and now have a folder that contains the apps that I want people to see from the start menu.  However, I cannot get rid of the PROGRAMS entry on the start menu.

The section that looks most likely is:
User-Administrative templates-Start Menu and Taskbar
But I have disabled everything there and I still get the Programs entry from the start menu.

Where do I disable this entry???

Thanks gurus!
Avatar of setasoujiro
setasoujiro
Flag of Belgium image

you probably didn't set loopback processing:

http://technet.microsoft.com/en-us/library/cc782810%28WS.10%29.aspx
Avatar of x3man
x3man

Have you tried the settings suggested here: http://forums.techarena.in/windows-software/1135382.htm

The settings work/don't work depending on whether you are using classic or simple start menu.
This the setting that needs to be ENABLED: User Configuration\Administrative Templates\Start Menu and Taskbar\Remove All Programs list from the Start menu

This works if you are using the simple start menu.

Also enable the Remove Common Program Group from Start Menu setting (removes All User program shortcuts)

I presume that you have successfully enabled loopback processing as you have folder redirection working.
Avatar of santaspores1

ASKER

x3man:  that entry is set to Enabled.  
setasoujiro:
I shouldn't NEED to set loopback processing.  I want the policy to be applied to all user accounts in a given organizational unit (and not any other users).  I am currently logging in as a user that IS in the organizational unit to which the policy is linked and enabled - and all of the policies are working accept for this single problem.  
then check group policy results and see why it isn't applied?
The following items are set to Enabled:

Do not display any custom toolbars in the taskbar      
Do not keep history of recently opened documents      
Force classic Start Menu      
Lock the Taskbar      
Prevent changes to Taskbar and Start Menu Settings      
Remove access to the context menus for the taskbar      
Remove All Programs list from the Start menu      
Remove common program groups from Start Menu      
Remove Documents menu from Start Menu      
Remove Favorites menu from Start Menu      
Remove frequent programs list from the Start Menu      
Remove Help menu from Start Menu      
Remove My Documents icon from Start Menu      
Remove My Music icon from Start Menu      
Remove My Network Places icon from Start Menu      
Remove My Pictures icon from Start Menu      
Remove Network Connections from Start Menu      
Remove pinned programs list from the Start Menu      
Remove programs on Settings menu      
Remove Run menu from Start Menu      
Remove Search menu from Start Menu      
Remove Set Program Access and Defaults from Start menu      
Remove user's folders from the Start Menu      
Turn off notification area cleanup      
Turn off personalized menus      
Turn off user tracking
setasoujiro:
How do I check group policy results to see why it isn't applied?

Also note that all of the other policies are working.... so they are being applied.  I just can't seem to remove that "Programs" entry on the start menu.
By the way, thanks for the help.  I do appreciate it.
ASKER CERTIFIED SOLUTION
Avatar of x3man
x3man

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
just to be sure, these are windows 7/vista pc's right?


the group policy results wizard is located in the left pane in GPMC applet at the bottom, then select a user and a pc to test it on, and check the results
Sorry the batch file should be:

attrib +h "C:\Documents and Settings\%USERNAME%\Start Menu\Programs"
also, if you try hiding it in the local policy on the pc itself, does that work?
Thanks,

x3man:  I missed it the first time you said that the Programs group could not be removed from the classic start menu.  That seems retarded, but oh well.  I think that I will go the low-tech route and simply delete all of the shortcuts from the Programs folder and paste the shortcuts I want.  That will probably work.
setasoujiro:  It turned out to be a non-doable item.  But thank you for your excellent suggestions.