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.
Hold shift key and right-click executable and select “Run as different user”.
Apologies if your question was seeking a programmatic solution.