Page 1 of 1

Run as administrator without command line?

Posted: Thu Jul 25, 2013 2:36 am
by brickablesmile
I found an app that was designed to grant a limited account access to administrator rights, but requires .NET framework, sadly.

Does anyone know of a similar app, preferably truly portable, that doesn't require command line and can grant administrator rights?

Re: Run as administrator without command line?

Posted: Mon Sep 23, 2013 7:32 pm
by Andrew Lee
Not portable, but ShellRunAs does not require .NET:

http://technet.microsoft.com/en-us/sysi ... 00361.aspx

Hard to think of a portable app for this, since all I have come across register themselves as shell context menu handler.

I am not 100% sure, but you can probably use the "/reg" and "/unreg" commands to achieve some level of portability with ShellRunAs.