FG
💻 Software

How to run a program for a remotely logged in user in Windows

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

Problem

If I'm the administrator and a user logs in through RDP, let's say I decide that there's a certain .exe that I want to run in the user's session. If I double-click the .exe, it will just run in my session. How can I make it run in the user's session?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to run a program for a remotely logged in user in Windows

Low Risk

You can do this with PsExec, be sure to have the right permissions to run applications for him. -u means user, -i makes it interactive so the user sees it, -d makes sure the command doesn't wait Or maybe you are looking for the RemoteApp behavior?

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment