Is it possible to debug or test my C#/VB/F#/... Application as user with 'low privileges' (e.g. as guest user)?
I would like to see how it would work if the user running my application is not an administrator.
Do I have to create a guest or "low-level privileges" account to test this, or does a plugin (for VS) or a command exist, which simulates such a thing?
tl;dr: I need to test the opposite of Run as Administrator
EDIT №1: I do not really create a new (guest) account for this purpose, as it always takes so much drive space (creating user directories, settings, desktops etc.) ....