Add automatic launching of executable from IE in protected mode
When opening Internet explorer on XenApp 6.5 – we would get a prompt that a program is trying to open outside of Internet explorer’s protected mode.
Error:
This program will open outside of Protected mode. Internet Explorer’s Protected mode helps protect your computer. If you do not trust this website, do not open this program.
Name: Citrix FTA, URL VDA Redirector
Publisher: Citrix Systems, INC
Resolution:
http://support.citrix.com/article/CTX133274 – Use the citrix Article to disable the URL interceptor entirely, or
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerLow RightsElevationPolicy{5196FFCF-C942-4E9B-AEDE-88DBF2E1DDE8}]
“AppPath”=”C:\Program Files (x86)\Citrix\system32”
“AppName”=”VDARedirector.exe”
“Policy”=dword:00000003
Other applications can be added in here like Excel, Power point, word etc to enable the programs to open without prompting natively from IE’s protected mode.
Appsense EM xml Snippet (txt renamed to doc due to wordpress security)
UPDATE-UPDATE-UPDATE-UPDATE-UPDATE-UPDATE-UPDATE-UPDATE-UPDATE-UPDATE-UPDATE-UPDATE-UPDATE-UPDATE-UPDATE-UPDATE
Additional executables to be allowed for the end users redirector.exe
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerLow RightsElevationPolicy{5C1359F1-E04E-4231-9E7E-955DE92A17E1}]
“AppName”=”redirector.exe”
“AppPath”=”C:\Program Files (x86)\Citrix\ICA Client”
“Policy”=dword:00000003
Sven
21 May 2012For me it was “HKCUSoftwareMicrosoftInternet ExplorerLow RightsElevationPolicy{209F7A91-51AA-4ECC-B7D0-CB5C8219F927}”
Kind Regards
Sven
scanjam
24 May 2012Looks like everything after Elevation Policy varies from ICA client to ICA client… fun fun – least we now know where to look in the registry for it! 🙂