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  
相關文章
相關標籤/搜索