sudo
New and Improved Sudo for Vista (now remembers credentials)
In one of my earlier blog post I shared source code for a simple utility that I had made. It could be used to launch elevated processes from the command line.
So opening a Elevated command prompt was as simple as writing
sudo cmd
Actually the code for this is very simple as it just executes a well [...]
Read Full Post | Make a Comment ( None so far )

