I'm sorry I should have explained my situation. I'm building a Windows 2000 Server with Citrix PM4. When all users connect to the server they see the icon on the bottom right hand corner. The desktop is locked down but some users for curiosity sake will still try to click on it and receieve an error. If the icon does not appear it'll help to prevent unwanted help desk calls. As Administrators we can just check the button do not show in taskbar but this settings is under the HKCU setting. The Reg key it actually modifies after selecing the check box is under a preference Reg key and not a true policies key so I'm having problems trying to create the .adm template for the key to use as a Policy. Trying to get others input who might of had accomplished this task already.
Group Policy - User Configuration - Administrative Templates - Start Menu and Taskbar - Hide notification area
I think that will hide the whole system tray - may accomplish what you need.
pgaliardo - Do you now which .adm template that Hide notification area is from. Under my Start Menu and Taskbar settings I do not have that option.
ncotton - The key is HKCU\Software\Microsoft\Windows\CurrentVersion\Applet\Systray\
DWORD Services with value = id(29)
This is the sample .adm file I've created which doesn't work.
CLASS USER
CATEGORY "Systray Settings"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Applets\SysTray"
POLICY "Remove Icons from Systray"
ACTIONLISTON
VALUENAME "Services"
VALUE NUMERIC 29
END ACTIONLISTON
END POLICY
END CATEGORY
Just a note it has a value = if(31) when the icon appears. When I select to not show Unplug/Eject icon on the taskbar it changes that key to = id(29)
pgaliardo - When you are in Group Policy Editor you can right click on Administrative Templates and select Add/Remove Templates and it'll show you the .adm files you are viewing. I think the Group Policy settings you are viewing are for XP workstations and not 2000 Server templates.
Let me back track - when I said Group Policy Editor that infers the local machine editor. I was referring to a domain wide policy. I am looking at a policy on an OU in Ad Users and Computers. It is a Windows 2000 server. Right Clicking on the admin templates gives me the following:
conf
inetres
system
wmplayer
wuau
Hope that helps.
RMV,
Isn't that the ADM file I modified for you last week. Last Thread
I tested it, and it works (as far as the registry change is concerned. It would need for the computer to be rebooted before the change would be visible. I didn;t check any physical system change, but for altering that registry key, it worked.
If it's not having the desired effect, then the problem lies somewhere else. Either that is not the right/only registry key, or there is a processing problem.
When you say the ADM "doesn't work", what do you mean...if you cant see your settings, you have to turn off the filtering for "Only show settings that can be fully managed", as this is a policy preference, not a true policy, therefore doesn't show up in the editor by default.
In the editor, highlight the Administrative Templates object > click View > Filtering > REMOVE CHECK / UNCHECK on "Only show policy settings that can be fully managed"
The GPO is right for changing the value. I even still have the ADM on my server.
Hope this Helps.
Neil J Cotton
njc Information Systems
Systems Consultant
Thank you for making me understand. The .adm file does work. We are running still on a NT 4.0 domain and I was incorporating that .adm file with our others. It shows up in poledit fine but when I selected the setting and saved it into our .pol file and rolled it out to our domain controllers it did not work. I opened the .pol file and realized that setting was not being saved. After I check the box off to enable it no matter what when I open the policy back up it shows the setting not enabled.
To resolve this issue I took your .adm file and emplemented it locally and rebooted and it went away. Guess I can't roll it out with our global policy but it works locally.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.