these 2 tools are modified from a software called DropMyRights, but safer and make less errors.
run program with limited user account rights, and prevent program from requesting administrator rights.
this tool run as administrator rights(token is marked elevated by system), and create a limited token(same as standard user), then run program with this token but the mark is still elevated, so program can't invoke UAC to get administrator rights, all operations is using standard user token.
normally, some programs can not run without administrator rights, even their functions do not need them.run with administrator rights is not safe.
this tool can make these programs run without administrator rights.
make software cannot access certain resources, such as cryptographic keys and credentials, regardless of the user rights of the user.detail(see SAFER_LEVELID_CONSTRAINED)
FakeAdminStarter.exe programif no parameter is passed, by default, it will start a command prompt windows with fake administrator rights
ConstrainedStarter.exe programif no parameter is passed, by default, it will start a command prompt windows with fake administrator rights
if combined use, must use FakeAdminStarter first and then use ConstrainedStarter, otherwise when UAC passed, the right will be reset and ConstrainedStarter will not work
FakeAdminStarter.exe ConstrainedStarter.exe program