| Article | Topic | : | Third Party |
Create a file in c:\windows\system32\ called mmc.exe.config.
Place the following text inside the file and save it:
<?xml version="1.0" encoding="utf-8"?> <configuration> <runtime> <generatePublisherEvidence enabled="false" /> </runtime> </configuration>
Restart the Access Management Console/Delivery Services Console. This must be much faster because the system does not attempt to verify the Authenticode signature.
Locate the Desktop Studio folder on the system:
C:\Program Files\Citrix\Desktop Studio\ (32-bit machines and 64-bit machines with 64-bit Desktop Studio)
OR
C:\Program Files (x86)\Desktop Studio\ (64-bit machines with 32-bit Desktop Studio)
Note: Verify that the LaunchConsole.exe file is present in this folder
Create a file in the \Desktop Studio\ folder named LaunchConsole.exe.config.
Place the following text inside the file and save it:
<?xml version="1.0" encoding="utf-8"?> <configuration> <runtime> <generatePublisherEvidence enabled="false" /> </runtime> </configuration>
Restart the Desktop Studio Console. This must be much faster because the system does not attempt to verify the Authenticode signature.