Linked by Thom Holwerda on Thu 22nd Oct 2009 21:53 UTC
Windows I never thought it was possible, but as it turns out, Microsoft has managed to produce some pretty good commercials for its brand new operating system, Windows 7. They are quite product-oriented, and carry the slogan "I'm a PC and Windows 7 was my idea".
Permalink for comment 390733
To read all comments associated with this story, please click here.
RE[4]: What features?
by boldingd on Fri 23rd Oct 2009 21:52 UTC in reply to "RE[3]: What features?"
boldingd
Member since:
2009-02-19

Most of the problems with UAC trace back to the fact that they're trying to use a privilege-escalation-based security system with an account that already has administrator rights.

In most Linux systems, you'll log in as an unprivileged user. When you need to do something sensitive, you'll use sudo to run a process as root that will perform the task you want done. Once you run a process ass root... it's root, no more questions asked.

In Vista, you're a privileged user by default. UAC guards certain functions that even the privileged user cannot perform without authorization. UAC will therefore annoy you every time you perform that action, even if you're doing it multiple times from within one process that you've already authorized once.

That's the big problem, IMHO. If Vista had used a Linuxy model, where you weren't privileged by default, you only ever had to escalate a process once, and once you where privileged, the security system wouldn't ask you any more questions, then that approach would've worked fine. The big problem is that you can take pains to run a process as root... and UAC will still whine at you, possibly repeatedly.

Reply Parent Score: 2