Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

OT: Registry OPEN verb to start elevated...

Apr
1,793
15
I have the following snippet in the Registry. How can I get it to start Notepad but with elevated "Run as administrator" privileges ?

Code:
REGEDIT4
[HKEY_CLASSES_ROOT\MyDefrag v4.3.1\shell\edit]
[HKEY_CLASSES_ROOT\MyDefrag v4.3.1\shell\edit\command]
@="Notepad.exe \"%1\""
 

Similar threads

Back
Top