Speed up the launch of the XenDesktop Delivery Services Console (DSC)
Posted on September 2nd, 2010
Sometimes the Delivery Services Console takes a long time to launch. This is due to a .NET delay in the authenticode signature component as described in Microsoft Article Q936707.
The following config file can be added to speed up the lauch of the Delivery Services Console.
- mmc.exe.config
Ensure the contents of the file contain the following:
<?xml version=”1.0″ encoding=”utf-8″?>
<configuration>
<runtime>
<generatePublisherEvidence enabled=”false” />
</runtime>
</configuration>
Copy this file to the following locations:
- 32-bit server – c:\windows\system32
- 64-bit server – c:\windows\sysWOW64
Tags: .NET, AMC, authenticode, delivery services console, dsc, launch, mmc, slow, xendesktop
Filed under Citrix XenApp, Citrix XenDesktop | 2 Comments »
Slow logons at ‘applying registry policy’ stage on a Windows 2003 Citrix Server
Posted on September 24th, 2008
Problem
When a user logs onto a Citrix server, it can take up to 10 minutes at ‘applying registry policy’ during the logon process.
Background
The server specification was as follows:
- Windows 2003 R2 x64 Standard Edition
- Citrix Presentation Server 4.5 HFRP02.
The server was member of an Windows 2003 Active Directory domain with many DC’s spread amongst different sites. It was in an Active Directory ‘sites and services’ site group along with many other Citrix servers and configured for 3 DC’s split over 2 physical locations.
Tags: AD Site, apply group policy, applying group policy, applying registry policy, dfs, group policy, OpLocksDisabled, opportunistic locking, registry.pol, SetRegistryValue, slow, slow login, slow logon, sysvol, UserEnvDebugLevel
Filed under Windows 2003 | 3 Comments »
