View Full Version : Remove SQL icon


shickey
09-25-2006, 05:22 PM
On a W2k Terminal server running SQL, there is the SQL Server Service Manager
icon in the system tray on all user sessions. How can this icon be removed so
it is not available on any user session except the administrator's session ?

If it is an all or nothing scenario, how can the icon be removed totally ?

Patrick Rouse
10-11-2006, 10:41 AM
Check in:

C:\Documents and Settings\All Users\Start Menu\Programs\Startup

If it's not there, then it's in the registry, so you'd need to script the
removal of the entry in the registry.


--
Patrick Rouse
Microsoft MVP - Terminal Server
http://www.sessioncomputing.com


"shickey" wrote:

> On a W2k Terminal server running SQL, there is the SQL Server Service Manager
> icon in the system tray on all user sessions. How can this icon be removed so
> it is not available on any user session except the administrator's session ?
>
> If it is an all or nothing scenario, how can the icon be removed totally ?