Monday, February 10, 2020

Application in Windows run as other user

I wished Windows has something like sudo... but it doesn't.

And the run as ... does not appear every time you hold a shift key, and right click on the application executable.

The next workaround is, run runas in command prompt.

runas /user: "Path to the application executable"