Cancel or allow?
Windows Vista has a new feature called User Account Control (UAC). The premise is that if you are running as a local administrator of the machine (which is very common) you could have your system compromized by software running under your user context.
Since you’re running as an administrator, then malicious software can completely take control of your systems. Not a good thing.
Unix admins have known for many years that you would have to be crazy to run your day to day user tasks as a local admin (called “root” in Unix-speak). Unix admins always make sure that they run their day to day tasks on a separate user account with diminished priviledges. If they need to do something where they need admin rights, then they simply temporarily elevate their security level, do the admin task, and then revert to their normal lower priviledge account.
This is a standard practice for all Unix admins everywhere.
Windows admins and users almost never do the above though, partly because doing so was not only impractical but also almost technically impossible….at least with Windows versions up to Windows XP.
Read more »
Filed under: Fun, Microsoft, apple | No Comments »


(1 votes, average: 4 out of 5)