FG
💻 Software

Automatically run an application as another user

Fresh5 days ago
Mar 15, 202664814 views
Confidence Score0%
0%

Problem

How can you run an application as another user in Windows 7? The only catch is that I don't want to have to hold down the shift key, right click on the application and choose Run as different user. I need it to automatically login using the login credentials I specify.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Automatically run an application as another user

Low Risk

Create a shortcut to your executable. Modify the "Target" under the shortcut's properties to: runas /user:DOMAIN\USERNAME "path to executable" Then, just use the shortcut when you want to run the program.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment