vista, security
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 )Disabling Vista UAC Temporarily
From Wikipedia: User Account Control (UAC) is a technology and security infrastructure introduced with Microsoft’s Windows Vista operating system. It aims to improve the security of Windows by limiting applications to standard user privileges until an administrator authorizes an increase in privilege level, in a manner very similar to that seen in [...]
Read Full Post | Make a Comment ( 2 so far )

