• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows XP Pro, Run as...

n0tdan

Member
Is it possible to run a shortcut as a different user without having to right click, select run as, and choose which user and pw?

My Windows xp install has multiple users, and i want to be able to run a program as a different user without the prompts.

Possible?

Edit: Figured out a sort of solution... created a .bat using the runas command and it prompts for the user password in the command prompt.

Any way to make the prompt for a password come up as a Windows input box instead of the command prompt?
 
If you're using Windows XP Professional Edition, you can modify a shortcut as depicted here and it will only ask for the password once (type it blind and press ENTER), and will retain it for subsequent use until the password changes (if ever).

As the picture shows, simply add runas /user:username /savecred in front of the usual Target:, then modify the Start in: location to somewhere that the logged-in user has full permissions, e.g. the user's own directory within C:\Documents and Settings.

Once the shortcut has been fixed up in this fashion, you can then copy or move it where you want it. I haven't tried this on WinXP Media Center Edition but I'd suppose it would work for MCE since it's derived from WinXP Pro.
 
Back
Top