Link to home
Start Free TrialLog in
Avatar of iVenture_Solutions
iVenture_SolutionsFlag for United States of America

asked on

Launch a URL shortcut with elevated permissions

I have a Windows 2008 R2 Citrix XenApp 6.5 server that users log into and browse a specific website contain JavaScript that they log into. Certain features in the site work when a Windows administration logins and accesses the site or when a regular Windows user accesses the site by launching Internet Explorer with elenvated permissions (right-click > Run as Administrator (no authenication prompt appears)). However when the users access it normally the features don't work.

How can I modify the URL shortcut on their desktop to automatically launch IE with elevated permissions and pull up the site? For now the users are doign this manually with a right-click on an IE shortcut and a IE Fav after IE is launched. But, I need to streamline this process for them. The website's developer has been no help. They keep suggesting I lower or reset our IE security setting. However, I've already done that and reset all of the IE settings and recreated one of the user's Windows profile.

Features that are not working normally:
- Click Printer Friendly Version and another small window opens via JavaScript that displays printer options. Users with the issue get no error and no window opens.
- Click Contact Us link and a new tab appears in IE. Users with the issue see a blank tab.
ASKER CERTIFIED SOLUTION
Avatar of thomasclm
thomasclm

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ayman Bakr
Right click on the shortcut -> click on properties -> select the Compatibility tab -> Tick the Run the program as an administrator checkbox

Hope this helps.
Avatar of iVenture_Solutions

ASKER

thomasclm: We have the UAC set to Never on this server. It's required for some of the accounting software the users have on this XenApp server.

Mutawadi: Since this is a URL shortcut to a website and now a LNK shortcut to an EXE file, the Compatibility tab does not exisit for the Desktop shortcut we have taking users rigth to the website. I could do that on the general Internet Explorer icon that all users use, but that seems like a security risk since they would use the shortcut to access any website for all of their web browsing. Any other ideas?
But aren't your users already doing this manually? Isn't it also a security risk that while doing it manually they can browse to any site?