Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run application as guest or with limited privileges under Windows without having to relogin?

How can I start an application to run as guest or to run with limited privileges under Windows 7?

The current user is an admin and I want to test the behaviour of the application while running with less rights.

I already know that it has some issues on other systems but I want to run it on my computer/account to debug it.

like image 501
sorin Avatar asked Oct 16 '25 02:10

sorin


1 Answers

Hold shift key and right-click executable and select "Run as different user". Apologies if your question was seeking a programmatic solution.

like image 149
hmjd Avatar answered Oct 18 '25 20:10

hmjd