Remove the Network icon from the systray – Windows 2008
Posted on September 10th, 2009
Windows 2008 has some icons that appear in the systray by default. The network icon is an example that appears even in a terminal server or Citrix session, as shown:
![]()
It is un-necessary clutter that would be best to remove in the terminal server session. However, there is no Group Policy option to do this in a Windows 2003 domain.
The following registry keys are available and can be used to remove all the systray icons:
HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\HideSCAVolume
HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoAutoTrayNotify
HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\HideSCANetwork
HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoTrayItemsDisplay
HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\HideClock
HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\HideSCAPower
These can be added as a REG_DWORD and set to 1 to enable the setting.
They can also be added to the HKCU hive if required.
Tags: hide, icon, network, network icon, NIC, registry, remove, systray, Windows 2008
Filed under Scripts/Reg, Windows 2008 | No Comments »
Citrix XenApp Communication network ports
Posted on August 9th, 2008
Originally posted here – This is an extremely useful list to have always handy:
Application Performance Monitoring (powered by Citrix EdgeSight)
- EdgeSight Agent to Edgesight Server – TCP 80/443 (Payload and alerts)
- EdgeSight Web console (non-IMA) to RSCorSvc on EdgeSight Agent – TCP 9035
- EdgeSight Agent internal communication – TCP 9036 (client-side database)
- EdgeSight database – SQL 1433 (configurable)
Client-side Application Virtualization -
- Streaming Client to Application Hub (File Server/Share) – SMB 445
Tags: Citrix, communication, network, ports, TCP, UDP, XenApp
Filed under Citrix XenApp | No Comments »
