Jump to content

Recommended Posts

Posted

Which specific apps / utils do you want the tray icons hidden for ?

 

Best bet would be to find each of the registry keys to hide each one and make one reg file and use GPO to silently merge them to the client pc's, should be able to store said reg file either in netlogon or sysvol or the likes I would of thought ( still got a lot of server side stuff to learn so not sure which location is better )

Posted

Random icons like print management software icon, gfx card menu icons, but still keep visable icons I want users to see such as volume, AV, Impero

Where in the registry are system tray icons stored?

Posted (edited)
Where in the registry are system tray icons stored?

They are stored as a binary value called IconStreams in the TrayNotify key...

 

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify]
"IconStreams"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

 

Unless you are planning on distributing the changes you make to that value via a massive 800KB+ .reg file, you will need to use a PowerShell script to modify it...

 

Windows 7 Notification Area Automation – Falling Back Down the Binary Registry Rabbit Hole « Xtreme Consulting

Edited by Arthur
  • Thanks 1
Posted

The powershell method looks very complex and confusing to me..

Stuck on what to do.

If I show all notifications there's to much for kids to mess around with and they can rotate the display with the gfx card icon. If I hide all notifications they cant change the volume (Which is the main cause for not hiding notifications as I don't know another easy way for students to unmute/mute and adjust the volume)

Posted
If it helps, what we ended up doing was hiding all the notifications, then putting a shortcut in the Start Menu to the volume control. The kids quickly learned where it was and problem solved :)
Posted

HI

 

Have a look here in gpo User Configuration, Administrative Templates, Start Menu and Taskbar and Hide the notification area and see if this is what you are after.

 

Richard

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...