rudrax Posted August 20, 2013 Share Posted August 20, 2013 I want to allow a program to start with windows as administrator. How to do it? Quote Link to comment Share on other sites More sharing options...
SlimRock Posted August 20, 2013 Share Posted August 20, 2013 1) Create a Scheduled Task in the task scheduler. The scheduled task launches the application. Set the task to run at highest privilege level.2) Create a shortcut on the desktop of all the users needing to run the application. The shortcut ended up looking like this: C:\Windows\System32\schtasks.exe /run /tn "Name of task"Guide: Quote Link to comment Share on other sites More sharing options...
johndoe Posted August 20, 2013 Share Posted August 20, 2013 edit program shortcut properties like thus, checking appropriate boxonce shortcut is modified, you can launch program on demand or just create a startup entry Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.