How To Create a Shortcut That Lets a Standard User Run An Application as Administrator

Posted by Chris Hoffman on How to geek See other posts from How to geek or by Chris Hoffman
Published on Mon, 10 Sep 2012 08:00:32 GMT Indexed on 2012/09/10 9:40 UTC
Read the original article Hit count: 278

image

Want to allow a standard user account to run an application as administrator without a UAC or password prompt? You can easily create a shortcut that uses the runas command with the /savecred switch, which saves the password.

Note that using /savecred could be considered a security hole – a standard user will be able to use the runas /savecred command to run any command as administrator without entering a password. However, it’s still useful for situations where this doesn’t matter much – perhaps you want to allow a child’s standard user account to run a game as Administrator without asking you.

We’ve also covered allowing a user to run an application as Administrator with no UAC prompts by creating a scheduled task.

HTG Explains: Is ReadyBoost Worth Using?
HTG Explains: What The Windows Event Viewer Is and How You Can Use It
HTG Explains: How Windows Uses The Task Scheduler for System Tasks


© How to geek or respective owner

Related posts about Windows

Related posts about Customizing: Tips & Tweaks