Question

We have a .net app developed with visual studio 2008, the release version is on x86 platform.

It takes 10 secs to launch the app after installation on Windows 7.

The launch is slower on Windows server 2008 R2 and takes 37 seconds.

I had code which checks if the OS PLATFORM was windows 2008 server, and if yes it changes the registry value

HKEY_USERS\S-1-5-18\Software\Microsoft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publishing

from 23c00 to 23e00 (this will disable the CRL check for the System account).

But this did not change the launch time. The article is at http://social.msdn.microsoft.com/Forums/en-US/4f8fd6f4-f978-4478-ac15-a815d2e9ba1d/slow-to-start-a-app-with-uiaccess-true-on-windows-2008-r2-64bit?forum=winserver2008appcompatabilityandcertification

Any help is much appreciated.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top