Apps New Software Vista
Sudo for Windows Vista
Though much argued, I still prefer to adopt UAC in Windows Vista, so to launch an app in administrator mode, I have to right click and select “Run as administrator”. Being a command line fan, it would be convenient to have it done through some keystrokes.
I searched and found some tool, works fine, but its a bit bulky and comes with lots of (unnecessary) features. To keep things simple, I decide to write one myself. And its done with a size of 6K.
So here is my simple sudo utility, works in the same way as the *Nix one. Just appending “sudo” to any command. And it takes arguments as well!

It also works from command line prompt. Please put it to somewhere in your %PATH%(Windows folder is a good choice) and you’re good to go.
Click for Download
If you have problem in get it working, please install Microsoft Visual C++ 2005 SP1 Redistributable Package
Leave a comment below for any suggestions or bug reports.





DigitMemo.com » Modify/Delete Protected System Files in Vista said
am September 23 2007 @ 1:33 am
[…] you can get my sudo utility and simply type sudo cmd in search […]
DigitMemo.com » Associate more file extensions with WinRAR said
am September 26 2007 @ 4:07 pm
[…] If you are using Vista, you need to do this from an elevated command prompt, refer to my earlier post for more info. From: DigitMemo.com Tags: […]