Y
Hacker News
new
|
ask
|
show
|
jobs
by
DeathArrow
52 days ago
What's wrong with good old runas command?
1 comments
jborean93
52 days ago
The runas command doesn’t elevate just runs as another user. This is a console executable that drives UAC and also provides a way to capture the stdout/stderr elevated process which isn’t natively possible today without your own wrapper.
link