XenApp如何加速WI与AMC加载速度

WI首次登陆加速:
编辑WI服务器上:C:\Windows\Microsoft.NET\Framework\v2.0.50727\Aspnet.config,增长一行windows

<generatePublisherEvidence enabled="false" />
 服务器



AMC加速方法:
加速后AMC能够10秒内完成打开,未加速前,须要30秒或以上才能完成打开。
For 32-bit Windows Installations:ide

    • Create a file in c:\windows\system32\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>
spa

    • Launch the Access Management Console again. This should be much faster because the system does not attempt to verify the Authenticode signature.

For 64-bit Windows Installations:code

    • Create a file in C:\Windows\SysWOW64\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>
xml

    • Launch the Access Management Console again. This should be much faster because the system does not attempt to verify the Authenticode signature  
相关文章
相关标签/搜索