Run program as admin without entering credentials? (Automatic Win7 elevation)
Posted
by Sam
on Super User
See other posts from Super User
or by Sam
Published on 2010-04-14T09:27:59Z
Indexed on
2010/04/14
9:33 UTC
Read the original article
Hit count: 288
I'm working on my systems without admin rights, but I'd like to start sysinternals process explorer as full admin to have some debug access on my machine.
Right now I run procexp.exe with parameter /e, which prompts me for admin credentials.
Of course I could use runas, but for this I would need to put my admin passwort in clear text in the corresponding batch file, which is something I don't like to do.
Is there a way to tell windows that this one procexp.exe is allowed to run as admin without needing to enter the credentials?
© Super User or respective owner