You might see this message when users are opening internet Explorer on your XenApp servers.
A website wants to open web content using this program on your computer.
One way around this message is to create this registry settings for every user.
Settings as a reg file:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Low Rights\ElevationPolicy\{DB5C2E14-897C-4AE8-B798-E77136187F5E}]
"AppPath"="C:\\Program Files (x86)\\Citrix\\system32"
"AppName"="VDARedirector.exe"
"Policy"=dword:00000003
You can for example set this by a login script or a Group policy preference.
By using these keys the prompt will not show up. This is just one way to remove the prompt.
Update 04-10-2013 Citrix has release an article on the problem and an other way to deal with the problem by using GPO (as pointed out by Shyam Masala in the comments):
Good article, but I think putting the same key in HKLM is easier. When you want to trust the add-on per user, the following article provides a ADMX file to allow add-ons to be executed in Internet Explorer: http://blogs.technet.com/b/juanand/archive/2010/10/29/internet-explorer-protected-mode-elevation-policy-and-administrative-templates.aspx
ReplyDeleteHi Roy. The reason that I have chosen KKCU is because I was not able to make it work with HKLM, let me know if anyone is able to make it work with HKLM, because that would be a better solution.
ReplyDeletehttp://support.citrix.com/article/CTX136761
ReplyDelete