Experts agree that Microsoft's Windows Vista is relatively well-protected, but its security features — such as User Account Control (UAC) — have been highlighted by security experts as one reason why the operating system is far less popular than its predecessor, Windows XP.

According to Scott Charney, vice president of Microsoft's Trustworthy Computing Group, UAC was designed to give users more control over the applications they run and help them make better security decisions by providing them with more information. However, the main problem with Vista's UAC, according to Charney, is that it prompts the user far too often.

"Clearly there has to be work done on UAC user prompts, where users get prompts at times they don't necessarily expect it — and it's not intuitive. The challenge is — as with many of these things when we try to give users control — if you give people too many prompts in too many situations, they view it as an impediment," Charney told ZDNet.com.au yesterday at the AusCERT security conference on the Gold Coast.

View: Full Article @ ZDNet Australia



There are 121 additional comments
Advertisement
(16 replies) Quote this comment Reply to this comment #1 Posted by majortom1981 on 20 May 2008 - 12:35
The thing that i don't understand is that linux does the same thing right ? I havent used linux that much but I have seen the prompts that ubuntu throws up when trying to do things and also having to do sudo to do things.

So why is it that microsoft does it know and they get bashed but everybody defends linux for it?

In vista as long as you dont do something that needs admin access then the prompts dont come up.
Quote this comment #1.1 Posted by xWhiplash on 20 May 2008 - 12:38
(majortom1981 said @ #1)
The thing that i don't understand is that linux does the same thing right ? I havent used linux that much but I have seen the prompts that ubuntu throws up when trying to do things and also having to do sudo to do things.

So why is it that microsoft does it know and they get bashed but everybody defends linux for it?

In vista as long as you dont do something that needs admin access then the prompts dont come up.


I agree. You dont get it every second like people seem to think. On a day-to-day basis I rarely get it. When I install something I get it like I SHOULD

People just complain about anything these days. I find linux's much worse
Quote this comment #1.2 Posted by Mathachew on 20 May 2008 - 14:04
(majortom1981 said @ #1)
The thing that i don't understand is that linux does the same thing right ? I havent used linux that much but I have seen the prompts that ubuntu throws up when trying to do things and also having to do sudo to do things.

So why is it that microsoft does it know and they get bashed but everybody defends linux for it?

In vista as long as you dont do something that needs admin access then the prompts dont come up.


It differs in that if you authorize the action in Linux, you don't get prompted 10 seconds later because you've accidentally closed the window. You are authorized for 5 or 10 minutes. UAC asks you every single time, so there is a big enough difference to not complain at all.
Quote this comment #1.3 Posted by MioTheGreat on 20 May 2008 - 14:11
(Mathachew said @ #1.2)
It differs in that if you authorize the action in Linux, you don't get prompted 10 seconds later because you've accidentally closed the window. You are authorized for 5 or 10 minutes. UAC asks you every single time, so there is a big enough difference to not complain at all.


No one has ever been able to give me a good answer to this:

What's to prevent something from hijacking the sudo grace period? Because I'm sure if Microsoft implemented it, with their market share, you'd have malware attacking it within seconds of its release.
Quote this comment #1.4 Posted by HalcyonX12 on 20 May 2008 - 14:18
(majortom1981 said @ #1)
The thing that i don't understand is that linux does the same thing right ?


You only need it to do certain things such as install software for everyone. You can still download and run software without requiring elevated privileges, but you have to give it permission to execute which doesn't require a password, it's just a button click on a popup or an attribute change (right-click, Properties, Permissions, allow execution) if you want it to be permanent. You need to provide a password to write in system areas, and change global settings such as which system services are running and their configurations. You don't need it to open, move, copy files, delete shortcuts, run programs, empty trash, etc.
Quote this comment #1.5 Posted by dhan on 20 May 2008 - 14:28
(HalcyonX12 said @ #1.4)
(majortom1981 said @ #1)
The thing that i don't understand is that linux does the same thing right ?


You only need it to do certain things such as install software for everyone. You can still download and run software without requiring elevated privileges, but you have to give it permission to execute which doesn't require a password, it's just a button click on a popup or an attribute change (right-click, Properties, Permissions, allow execution) if you want it to be permanent. You need to provide a password to write in system areas, and change global settings such as which system services are running and their configurations. You don't need it to open, move, copy files, delete shortcuts, run programs, empty trash, etc.

Vista does the same thing. Try installing Google Talk.
Quote this comment #1.6 Posted by franzon on 20 May 2008 - 14:28
(Mathachew said @ #1.2)
It differs in that if you authorize the action in Linux, you are authorized for 5 or 10 minutes.


Linux has a flaw, because in that way a malicious user or malware can compromise your system during that period of time.
Quote this comment #1.7 Posted by vetmarkjensen on 20 May 2008 - 15:32
(Mathachew said @ #1.2)
It differs in that if you authorize the action in Linux, you don't get prompted 10 seconds later because you've accidentally closed the window. You are authorized for 5 or 10 minutes. UAC asks you every single time, so there is a big enough difference to not complain at all.
That is Ubuntu's implementation of 'sudo'. It is not the "Linux way".

In Fedora, for example, you would open a terminal, become root with su and then everything you do inside that terminal will be done as root, no questions asked, until you close/exit your single terminal you opened. Everything else in that login session is still regular user.

Ubuntu dispenses with root login, and uses 'sudo' instead. They have it set for a 10 minute or whatever timeout. That time is terminated immediately if the user, as above, closes the terminal session. It doesn't stay authorized forever.

In that case, it is much like running Vista with the equivalent permissions (where you are just prompted "OK/Cancel" and walk away. Not sure what franzons point was? Linux and Vista are equally subject to a local exploit with a dumb admin?
Quote this comment #1.8 Posted by sphbecker on 20 May 2008 - 15:50
Vista's UAC is process based, so when you get prompted you are giving the process that invoked UAC admin rights until it is closed. This is the safest way because it doesn't affect anything else running, just that one process. It is very similar to typing SU in UNIX before launching a program, the biggest difference is that with Vista you can promote a process while it is running, you don't have to close and reopen (my UNIX skill are dated so perhaps this has been addressed in that world by now).

The biggest problem with UAC is the fact that too many applications are written is such a way that they require admin rights to run. I have a PC game designed for Windows XP. Every time I insert the CD I get a UAC prompt. That’s right; the silly little autorun splash screen app requires admin rights!? It is stupid things like that where UAC looks bad, but it is really the app's fault, no UAC.
Quote this comment #1.9 Posted by +Dakkaroth on 20 May 2008 - 16:55
Times like this I really enjoy Neowin. Very enlightening discussion people. Thanks!
Quote this comment #1.10 Posted by waruikoohii on 20 May 2008 - 18:10
(HalcyonX12 said @ #1.4)
You don't need it to open, move, copy files, delete shortcuts, run programs, empty trash, etc.
What was the point of typing all that out? You don't need admin access to do those things on Vista, either.
Quote this comment #1.11 Posted by ajua on 20 May 2008 - 22:55
(Dakkaroth said @ #1.9)
Times like this I really enjoy Neowin. Very enlightening discussion people. Thanks!

I'm with you. This is really the point to come to Neowin, not just to scroll through endless posts of whining or ranting (for whatever reason, not just microsoft)

I must say that maybe, maybe, UAC is playing a major factor in the low infection rate that Vista has compared with XP. We need to say reports on this, though.

I have disable it because i install/uninstall software everyday and as a software developer, i enjoy not being prompted.

I also agree that software developers are the ones to fault when simple applications that don't requiere admin privileges aren't wrote properly and cause the UAC prompts.
Quote this comment #1.12 Posted by +rm20010 on 21 May 2008 - 07:07
(MioTheGreat said @ #1.3)
What's to prevent something from hijacking the sudo grace period? Because I'm sure if Microsoft implemented it, with their market share, you'd have malware attacking it within seconds of its release.


That I've always wanted to know. Mind you, I like Ubuntu's implementation better. Also if that 'sticky UAC' seen in a test Windows 7 build makes it, it could solve headaches for people first configuring their fresh installs of Windows.
Quote this comment #1.13 Posted by vetmarkjensen on 21 May 2008 - 16:47
(rm20010 said @ #1.12)
(MioTheGreat said @ #1.3)
What's to prevent something from hijacking the sudo grace period? Because I'm sure if Microsoft implemented it, with their market share, you'd have malware attacking it within seconds of its release.


That I've always wanted to know. Mind you, I like Ubuntu's implementation better. Also if that 'sticky UAC' seen in a test Windows 7 build makes it, it could solve headaches for people first configuring their fresh installs of Windows.
Well, if I open a terminal and "sudo" any task, only other tasks manually initiated from that same terminal window with 'sudo' will be auto-authorized. Any other app started by webbrowser, email, or other terminal windows will not be authorized under the timeout.
Quote this comment #1.14 Posted by +rm20010 on 21 May 2008 - 18:34
I can understand launching tasks using sudo from a command prompt. What I'm questioning is this, for instance in Ubuntu:

Say I launch Update Manager and install an update. Ubuntu prompts me for my password, then installs an update and closes the window. A timeout exists for the next ten minutes, even without the presence of a terminal window with sudo (or if there is, it's hidden from the user). Is Ubuntu able to distinguish user-initiated tasks and autoelevate, such as running Synaptic, within that time period? Without being able to do so a background task could theoretically wait until such a timeout exists, then proceed to wreck havoc.

I'm guessing the former is true. Don't think the Ubuntu devs are that dumb enough to let something like this slip through.
Quote this comment #1.15 Posted by vetmarkjensen on 21 May 2008 - 18:46
Not sure... I would need to try it at home and see. That is handled by gksudo, I think. Not sure if it shares timeout values with sudo, or if it authorizes the whole user X session for a time period.
Quote this comment #1.16 Posted by phatfish on 25 May 2008 - 09:40
As i understand it the issues with Windows UAC come from the fact that 99.9% of windows software is deigned to run on WIN98/2K/XP which everyone basically run as an Administrator. Programs were designed badly -- by 3rd parties and MS -- that write settings files to the program directory (or C:/), and mess with other settings they shouldn't, because chances are the program will be running under an Administrator account.

Now Vista is trying to put the genie back in the bottle and all the poorly coded applications are being highlighted because of the increase in restrictions on a default user account.

Any Unix/Linux user know that you don't run as root unless you have to, and all applications are designed with this in mind. Unix got it right from the start, Vista now trying to fix the problem and running into all the problems.

UAC is working as it should, the Windows programs from the last 10 years are not.
Quote this comment Reply to this comment #2 Posted by +/ -Razorfold on 20 May 2008 - 12:42
Too many prompts, yeh because like 1 prompt a day is now too hard.

If it's so much of a bother get Tweak UAC and activate quiet mode.
Quote this comment Reply to this comment #3 Posted by XerXis on 20 May 2008 - 12:48
and the same discussion over and over again, the only time i see an uac prompt is when i develop activex components, install a program or copy something into the program files/windows directory

Let's say 2-3 times a day, and i'm a programmer so I expect to see them a lot more than normal users
(5 replies) Quote this comment Reply to this comment #4 Posted by +stevember on 20 May 2008 - 12:50
I hated during beta's but now with being power user its not that bad, after few days it settles.
Quote this comment #4.1 Posted by x-byte on 20 May 2008 - 13:11
As I recall, none of the beta versions had UAC implemented, not even RC.

I've learned myself to live with UAC from the beginning. I don't have a problem with it. And it rarely appears. For normal users, I don't think UAC is a big problem. Having said that, UAC still need som tweaking of course.
Quote this comment #4.2 Posted by MioTheGreat on 20 May 2008 - 14:11
(x-byte said @ #4.1)
As I recall, none of the beta versions had UAC implemented, not even RC.

I've learned myself to live with UAC from the beginning. I don't have a problem with it. And it rarely appears. For normal users, I don't think UAC is a big problem. Having said that, UAC still need som tweaking of course.


Yes, they did.

And it was much more annoying during the betas.
Quote this comment #4.3 Posted by JamesWeb on 20 May 2008 - 14:20
(x-byte said @ #4.1)
As I recall, none of the beta versions had UAC implemented, not even RC.


What. Yeah, because they just threw it in at the last minute, didn't they?
Quote this comment #4.4 Posted by x-byte on 20 May 2008 - 14:40
(JamesWeb said @ #4.3)
(x-byte said @ #4.1)
As I recall, none of the beta versions had UAC implemented, not even RC.


What. Yeah, because they just threw it in at the last minute, didn't they?

Then which beta versions did you guys have? I can't remember having UAC in any of those I tried.
Quote this comment #4.5 Posted by JamesWeb on 20 May 2008 - 15:45
(x-byte said @ #4.4)
Then which beta versions did you guys have? I can't remember having UAC in any of those I tried.


I dunno, build all of them?

Sorry, trying not to be overly sarcastic, but seriously UAC's a major feature that was in most all of the betas, definitely all of the public ones.
(5 replies) Quote this comment Reply to this comment #5 Posted by tombailey on 20 May 2008 - 13:02
My problem with Vista's UAC is the fact that it seems to prompt you every time you try to delete a shortcut from the start menu. Now that is annoying - surely that is taking the idea too far!
Quote this comment #5.1 Posted by +GreyWolfSC on 20 May 2008 - 13:29
(tombailey said @ #5)
My problem with Vista's UAC is the fact that it seems to prompt you every time you try to delete a shortcut from the start menu. Now that is annoying - surely that is taking the idea too far!


It prompts you when you delete a shortcut that's in the "All Users" start menu folder because it affects the entire computer. If it's a shortcut that's only visible to your account, no prompt.
Quote this comment #5.2 Posted by dhan on 20 May 2008 - 14:29
Give your user permissions on the All Users start menu. First think why you got that prompt and then complain.
Quote this comment #5.3 Posted by excalpius on 20 May 2008 - 19:25
Except that's it's not a SECURITY issue to delete (mistakenly or otherwise) a shortcut, no matter where it is or why it was put there. UAC does seem to stray a bit towards a Mommy model (now, honey, you sure you want to delete a shortcut?) rather than a purely Security Guard application.
Quote this comment #5.4 Posted by +GreyWolfSC on 20 May 2008 - 19:45
(excalpius said @ #5.3)
Except that's it's not a SECURITY issue to delete (mistakenly or otherwise) a shortcut, no matter where it is or why it was put there. UAC does seem to stray a bit towards a Mommy model (now, honey, you sure you want to delete a shortcut?) rather than a purely Security Guard application.


It's not? What about installing a piece of software you don't want your boss to know about then deleting the icon from the start menu so people can't see it?
Quote this comment #5.5 Posted by ajua on 20 May 2008 - 22:58
Change your user permissions. This is being implemented in the start menu for programs that installs shortcuts. If some "malicious" application puts itself on the startup menu for all users, what would be the point of not having UAC prompt you about it?
Quote this comment Reply to this comment #6 Posted by Chaks on 20 May 2008 - 13:03
As far as I know, I only get 2 to 3 UAC prompts in a day and thats because I switch between networks. Really want to find out how people get more prompts,what apps they use etc.,
(2 replies) Quote this comment Reply to this comment #7 Posted by Chaks on 20 May 2008 - 13:05
Its not Vista, but the apps that were literally designed to work in XP that prompts up (In XP every application is assumed by default that it is being executed by a power user!!!! )
Quote this comment #7.1 Posted by x-byte on 20 May 2008 - 13:13
Correct. If a program is written properly, UAC will not prompt for elevated access.
Quote this comment #7.2 Posted by kronos on 21 May 2008 - 02:34
(x-byte said @ #2)
Correct. If a program is written properly, UAC will not prompt for elevated access.


Agreed. Microsoft has publicly stated that the role of the UAC was not only implemented to help protect the user, but also to help change the way developers write applications to be more smarter. Unfortunately this means that legacy applications will trigger the UAC more than it should. In time, as applications are updated, this 'supposeded' problem with the UAC will be a non-issue.

This type of article/issue keeps being regurgitated by technology critics. There has to be better issues to worry about?....
(11 replies) Quote this comment Reply to this comment #8 Posted by +ckempo on 20 May 2008 - 13:13
Simple fact is that since Vista has launched, people have needed to be less sloppy when coding their apps; so files get stored in the correct locations, system files that shouldn't be messed with don't get messed with, etc. It's much better now than it was, because changes have started to be made by developers everywhere, and this will only get better as the OS matures.

MS needed to put UAC into Windows. But that's not the problem, the problem is that people generally are afraid of change, so when the average user moves from their older OS to Vista, they see prompts they didn't before, and take a dislike to it straight away (regardless of the reason behind those prompts).

Computers are complex things that most of the population don't have a clue how to use correctly (or to their full potential). How many people on here have had to look at a problem for their parents/siblings/other halves/friends etc because essentially, they don't actually know what they're doing? UAC was a good step towards undoing the mess that Windows had become by the time XP rolled around. One of the biggest mistakes MS made was failing to encourage the use of restricted accounts sooner (both to users, but developers too) than they did. Yes, it's there in XP but that's not the point, there was no incentive for them to be used, most people didn't (I said most, don't flame me with the "I did" comments).

The concept of restricted user accounts is great - when you setup an admin user, why on earth would you run your daily desktop as that user? How many people use root as their main user on Unix/Linux? It's just the implmentation - MS should have forced it home to lazy developers that apps need to work in x way, or else they wouldn't work when distributed. When you get the "setup your admin password now" prompt the first time you start your PC after a windows install, how difficult would it have been to insist upon a new user/pass being created following that step? Or to prevent that user from logging in ever unless the PC was booted into safe mode?

Instead, lazy developers were able to get though from Win 95 to Win XP without needing to really worry - almost everyone was a computer admin who was logged into their desktop (primarily I mean home users here, not people sat at work with an IT team watching over them, although they aren't off the hook entirely - I come across loads of issues everyday at my workplace that are essentially poor IT implementations, but that's their issue). All these admins, with no restrictions on what they could (or couldn't) do lead us to where we are now - Windows is a haven for malware. The article states that Windows is known as the "easy to use" OS but this same ease of use now means people don't like the odd prompt here and there - prompts that are there for their benefit.

UAC is great, I'm all for it. I don't think its inclusion in Vista has been a failure for MS. Maybe there are a few issues - like the time it took me nine prompts to delete a single file - but these will be worked out. In the long run, each person gets a more secure (and controllable) computing experience, which can only be a good thing.

MS need to somehow overcome the issue that word-of-mouth has led many people to believing that Vista is a waste of time and effort.
Quote this comment #8.1 Posted by Captain555 on 20 May 2008 - 14:15
UAC need lots of works. At the point where we are today in term of technologies, they could have done a much better job, i.e. lot less prompt.

So yes, the inclusion of UAC in Vista is not a failure, but if you read between the lines of the article, what it is saying is that Vista with UAC is a marketing failure.
Quote this comment #8.2 Posted by majortom1981 on 20 May 2008 - 14:24
(Captain555 said @ #8.1)
UAC need lots of works. At the point where we are today in term of technologies, they could have done a much better job, i.e. lot less prompt.

So yes, the inclusion of UAC in Vista is not a failure, but if you read between the lines of the article, what it is saying is that Vista with UAC is a marketing failure.


You dont udnerstand how uac works. UAC prompts you when a system area needs to be written to, something that needs admin rights, or if it effects the whole computer. IF programs where programmed correctly this wouldnt need to happen.

Example a third party notepad app should not need to write anything to a system area to be installed .

A lot of programs a programmed wrong and thus all the uac prompts.
Quote this comment #8.3 Posted by Captain555 on 20 May 2008 - 14:42
Oh, I understand very well how UAC works and you can blame the programmers if you want but that doesn't change the experience of most users. Most users don't understand why they get prompted anyway.

Again we are talking, marketing failure.
Quote this comment #8.4 Posted by +GreyWolfSC on 20 May 2008 - 17:04
(Captain555 said @ #8.3)
Oh, I understand very well how UAC works and you can blame the programmers if you want but that doesn't change the experience of most users. Most users don't understand why they get prompted anyway.

Again we are talking, marketing failure.


How can you say "most people?" How many people area you? This is clearly a Foxism, not a factual statement.
Quote this comment #8.5 Posted by Captain555 on 20 May 2008 - 18:16


Yeap, that's right, MOST PEOPLE.

If you haven't got that yet, it must be because you're playing the ostrich.
Quote this comment #8.6 Posted by testman on 20 May 2008 - 19:32
(Captain555 said @ #8.5)
Yeap, that's right, MOST PEOPLE.

If you haven't got that yet, it must be because you're playing the ostrich.


HAHA most people. Cos you've surveyed most people in the world on Vista, have you? Oh wait...
Quote this comment #8.7 Posted by +GreyWolfSC on 20 May 2008 - 19:46
(Captain555 said @ #8.5)
Yeap, that's right, MOST PEOPLE.

If you haven't got that yet, it must be because you're playing the ostrich.


Please point me to where this data "most people" is. I'd love to read it. If you interviewed the world, you forgot our house.

I bet "most people" can understand a dialog box that says "Windows needs your permission to continue. If you started this action, continue." with an icon and the description of the program.
Quote this comment #8.8 Posted by Captain555 on 20 May 2008 - 20:25

Gave me a break. You've been around here long enough. You know.
Quote this comment #8.9 Posted by parithon on 20 May 2008 - 22:01
I agree with the majority of your post. However, this statement: "When you get the "setup your admin password now" prompt the first time you start your PC after a windows install, how difficult would it have been to insist upon a new user/pass being created following that step?" is incorrect. Microsoft set up the Out-of-box experience with the requirment to create a new user... however, the new user is put into the Administrators group by default. It should have been put into the "Power Users" group by default.
Quote this comment #8.10 Posted by parithon on 20 May 2008 - 22:05
(Captain555 said @ #8.
Gave me a break. You've been around here long enough. You know.


So you're problem with UAC is the wording for why it was prompted... the reason it was prompted to begin with... or the fact that Microsoft doesn't point out the fact the MOST programs designed for earlier versions of Windows are designed with the assumption that you have administrative rights to EVERYTHING and as such UAC will ask for permission?
Quote this comment #8.11 Posted by +/ -Razorfold on 21 May 2008 - 09:54
(parithon said @ #8.9)
I agree with the majority of your post. However, this statement: "When you get the "setup your admin password now" prompt the first time you start your PC after a windows install, how difficult would it have been to insist upon a new user/pass being created following that step?" is incorrect. Microsoft set up the Out-of-box experience with the requirment to create a new user... however, the new user is put into the Administrators group by default. It should have been put into the "Power Users" group by default.


Then you would have no administrator account, would you?

And if something goes wrong with your system and your a standard user, oh wait....

Understand now?

XP used to do this, with having a nice little account called Administrator. How many people made an administrator password, and how many security settings could be bypassed just by logging into safe mode and administrator...
(6 replies) Quote this comment Reply to this comment #9 Posted by Foub on 20 May 2008 - 13:29
How dare people question Vista in any way. Its as perfect as Microsoft is.....

This is what happens when a minority believes that they're better than the majority. To the majority of users Vista is highly flawed. That is a fact. It is only a very small minority that have had little to no problems with it. Change has nothing to do with it either. That is as lame as blaming the users' equipment as well.
Quote this comment #9.1 Posted by mad_onion on 20 May 2008 - 13:40
what? most people as in normal computer users probably don't noticed a lot of difference between xp and vista past the fact that vista has transparency effects.

and as much as you call it lame, most people who have problems with vista are the people who call it slow. yeah vista doesn't run that well on 1GB of ram. you NEED to have a good pc to run vista. of course this is only an issue for people that do anything complex, again for normal people 1GB is enough because it's fast enough for them.
Quote this comment #9.2 Posted by testman on 20 May 2008 - 14:29
(Foub said @ #1)
How dare people question Vista in any way. Its as perfect as Microsoft is.....

This is what happens when a minority believes that they're better than the majority. To the majority of users Vista is highly flawed. That is a fact. It is only a very small minority that have had little to no problems with it. Change has nothing to do with it either. That is as lame as blaming the users' equipment as well.


A fact is it? Somehow I don't think so. If you can pull out cited reputable sources that show clearly that most people of the hundred millions-odd that have already bought Vista have clearly stated that it's flawed, then and only then is it fact.

Simply put, you are the minority! Isn't it amazing that the minority believes that they're better than the majority (as you said)?

Maybe you need to think about your statements before trying to pass opinion as fact.
Quote this comment #9.3 Posted by EduardValencia on 20 May 2008 - 15:19
Foub sometimes you can be very irritating
Quote this comment #9.4 Posted by boho on 20 May 2008 - 15:20
(testman said @ #9.2)
If you can pull out cited reputable sources that show clearly that most people of the hundred millions-odd that have already bought Vista have clearly stated that it's flawed, then and only then is it fact.

Simply put, you are the minority! Isn't it amazing that the minority believes that they're better than the majority (as you said)?


"I'm Sparticus!"... I bought a high spec. laptop, and had no choice but to buy it with Vista. I wiped it and installed XP.
Quote this comment #9.5 Posted by Chipshop on 20 May 2008 - 23:15
(boho said @ #9.4)
(testman said @ #9.2)
If you can pull out cited reputable sources that show clearly that most people of the hundred millions-odd that have already bought Vista have clearly stated that it's flawed, then and only then is it fact.

Simply put, you are the minority! Isn't it amazing that the minority believes that they're better than the majority (as you said)?


"I'm Sparticus!"... I bought a high spec. laptop, and had no choice but to buy it with Vista. I wiped it and installed XP.


Would you like a medal?
Quote this comment #9.6 Posted by +/ -Razorfold on 21 May 2008 - 09:58
(testman said @ #9.2)
(Foub said @ #1)
How dare people question Vista in any way. Its as perfect as Microsoft is.....

This is what happens when a minority believes that they're better than the majority. To the majority of users Vista is highly flawed. That is a fact. It is only a very small minority that have had little to no problems with it. Change has nothing to do with it either. That is as lame as blaming the users' equipment as well.


A fact is it? Somehow I don't think so. If you can pull out cited reputable sources that show clearly that most people of the hundred millions-odd that have already bought Vista have clearly stated that it's flawed, then and only then is it fact.

Simply put, you are the minority! Isn't it amazing that the minority believes that they're better than the majority (as you said)?

Maybe you need to think about your statements before trying to pass opinion as fact.


Yes you can keep pulling "reputable" sources out of your ass, all your so called reputable sources are just FUD. If you want real user experiences on Vista go to the Neowin forums.

Almost every article I've read on "reputable" sites about Vista have no idea what the technologies in Vista were designed for. UAC was DESIGNED to prevent privalege escalation, and when your a standard user it asks you to type in an admin password. Yet you go on sites and reviewers are like whats the point of UAC when it doesn't ask for admin passwords.
(15 replies) Quote this comment Reply to this comment #10 Posted by Captain555 on 20 May 2008 - 14:17
Seem like also you shoudn't try to make a PVR using a PC running Vista:

http://www.windowsdailynews.com/2008/05/19...t-flag/#more-22
Quote this comment #10.1 Posted by testman on 20 May 2008 - 14:31
(Captain555 said @ #10)
Seem like also you shoudn't try to make a PVR using a PC running Vista:

http://www.windowsdailynews.com/2008/05/19...t-flag/#more-22

Except that report doesn't specify the app so for all we know it could be doing the same on XP, 2000 and whatever OS it can be installed on. In other words, it could very easily be the app itself that's the one honouring the "broadcast flag"!

Yep, the source is rubbish as it's devoid of details, so non-news really.
Quote this comment #10.2 Posted by +Skwerl on 20 May 2008 - 14:51
Ever heard of the term "irrelevant?"
Quote this comment #10.3 Posted by MioTheGreat on 20 May 2008 - 14:52
What does that have to do with UAC?
Quote this comment #10.4 Posted by Captain555 on 20 May 2008 - 14:54
No need for a 3rd party app in Vista, you can use Media Center that is included in Home Premium and Ultimate. I know it's now specified. Chance are pretty good that it is.

It a very well known fact that Vista is full of DRMs that Microsoft put in there at the pressure of the big media cartels.

Quote this comment #10.5 Posted by +Skwerl on 20 May 2008 - 14:55
(testman said @ #10.1)
(Captain555 said @ #10)
Seem like also you shoudn't try to make a PVR using a PC running Vista:

http://www.windowsdailynews.com/2008/05/19...t-flag/#more-22

Except that report doesn't specify the app so for all we know it could be doing the same on XP, 2000 and whatever OS it can be installed on. In other words, it could very easily be the app itself that's the one honouring the "broadcast flag"!

Yep, the source is rubbish as it's devoid of details, so non-news really.


It's obviously Windows Media Center from the screenshot. We've heard about this flag for a while now, so this shouldn't come as a surprise. In addition to the relationships MS has to keep with its customers, it has relationships to maintain with partners and other industries- like entertainment. You can bet that no one at Microsoft wanted to do this. If you're not satisfied with what Microsoft provides with Vista, then try a Media Center alternative.
And, if you really want to record American Gladiators... Read a fsckin' book!
Quote this comment #10.6 Posted by Captain555 on 20 May 2008 - 14:58
(Skwerl said @ #10.2)
Ever heard of the term "irrelevant?"


Same vein. Vista is a marketing failure.
Quote this comment #10.7 Posted by testman on 20 May 2008 - 15:01
(Skwerl said @ #10.5)
(testman said @ #10.1)
(Captain555 said @ #10)
Seem like also you shoudn't try to make a PVR using a PC running Vista:

http://www.windowsdailynews.com/2008/05/19...t-flag/#more-22

Except that report doesn't specify the app so for all we know it could be doing the same on XP, 2000 and whatever OS it can be installed on. In other words, it could very easily be the app itself that's the one honouring the "broadcast flag"!

Yep, the source is rubbish as it's devoid of details, so non-news really.


It's obviously Windows Media Center from the screenshot. We've heard about this flag for a while now, so this shouldn't come as a surprise. In addition to the relationships MS has to keep with its customers, it has relationships to maintain with partners and other industries- like entertainment. You can bet that no one at Microsoft wanted to do this. If you're not satisfied with what Microsoft provides with Vista, then try a Media Center alternative.
And, if you really want to record American Gladiators... Read a fsckin' book!

Ah I didn't see that, assumed it was an ad so skimmed over it (trust me speed-reading through it!. In any case does this mean no PVR app will work on Vista? It doesn't say so I can reasonably assume that the headline is slightly inaccurate (Vista isn't stopping you from recording, WMC is).
Quote this comment #10.8 Posted by Captain555 on 20 May 2008 - 15:01
(Skwerl said @ #10.5)
Read a fsckin' book!


LOL. Or come spend a few hours on Neowin forum's. LOL
Quote this comment #10.9 Posted by testman on 20 May 2008 - 15:02
(Captain555 said @ #10.6)
(Skwerl said @ #10.2)
Ever heard of the term "irrelevant?"


Same vein. Vista is a marketing failure.

For it to be a marketing failure, it would've failed to sell. Considering the usual reputable business analysts have put sales of Vista above XP at the same point in time, I don't think Vista can be considered a marketing failure.
Quote this comment #10.10 Posted by Captain555 on 20 May 2008 - 15:32
(testman said @ #10.9)
For it to be a marketing failure, it would've failed to sell. Considering the usual reputable business analysts have put sales of Vista above XP at the same point in time, I don't think Vista can be considered a marketing failure.


Sales ? You got to be kidding me.

Sales have nothing to do with that, Vista is a marketing failure because most people don't like Vista. It's a marketing failure because most business (like GM) have not adopted it.
Quote this comment #10.11 Posted by Captain555 on 20 May 2008 - 15:52
Say what you want, but story like that is only hurting Microsoft and feeding the public perception that Vista is inherently bad.


http://www.betanews.com/article/EFF_says_M...lags/1211217801

http://www.eff.org/deeplinks/2008/05/micro...-your-media-cen

Last edited by Captain555 on 20 May 2008 - 15:57
Quote this comment #10.12 Posted by testman on 20 May 2008 - 19:30
(Captain555 said @ #10.10)
(testman said @ #10.9)
For it to be a marketing failure, it would've failed to sell. Considering the usual reputable business analysts have put sales of Vista above XP at the same point in time, I don't think Vista can be considered a marketing failure.


Sales ? You got to be kidding me.

Sales have nothing to do with that, Vista is a marketing failure because most people don't like Vista. It's a marketing failure because most business (like GM) have not adopted it.

Most people? You're speaking for the majority of users now? That's the first part of your comment exposed, cos you didn't do your research. Most businesses? Again, you been to most businesses and seen what OS they are using? You surveyed most businesses to find out if they are adopting Vista in the future? When did businesses ever rush to a new OS as soon as it came out? Just because GM won't move to Vista doesn't make it "most businesses". I think you'll find that businesses (who have thousands of PCs to consider) won't move to a new OS until it's time to upgrade their systems. GM simply stated that Vista at the moment doesn't fit into their timeframe for upgrades.

Most people? Most businesses You got to be kidding me. Please... try again with at least some sort of proper citation and research.
Quote this comment #10.13 Posted by Captain555 on 20 May 2008 - 20:23
Sorry, but you must be living somewhere under a rock or you're choosing to read only stuff that validate your belief. I don't have the time or the inclination to do your education, so you will have to do the reseach yourself.
Quote this comment #10.14 Posted by parithon on 20 May 2008 - 22:13
This has nothing to do with Vista, and everything to do with Media Center. Media Center honors this flag, not Vista, so it would also effect Windows XP Media Center Edition as well...
Quote this comment #10.15 Posted by +/ -Razorfold on 21 May 2008 - 10:01
(Captain555 said @ #10.10)
(testman said @ #10.9)
For it to be a marketing failure, it would've failed to sell. Considering the usual reputable business analysts have put sales of Vista above XP at the same point in time, I don't think Vista can be considered a marketing failure.


Sales ? You got to be kidding me.

Sales have nothing to do with that, Vista is a marketing failure because most people don't like Vista. It's a marketing failure because most business (like GM) have not adopted it.


Yeh right, because GM is a perfect example of how corporations work in today's world.

So if your beloved GM were using 98, according to your logic 2000, XP, Vista, were all failures yeh?

---

Corporations find it A LOT HARDER to upgrade software, because of the money needed. Also, as many corporations tend to buy the cheapest computers they can find, like ones that lag on xp, you can't blame it on Vista.
(11 replies) Quote this comment Reply to this comment #11 Posted by +Skwerl on 20 May 2008 - 14:35
I can't believe we're still reading about crap like this. It's exasperating to see how senseless and mentally handicapped people can be. UAC is not the problem. The problem is, and always has been, the users. Can Microsoft or any other company effectively account for user stupidity and make those same users happy? This is truly a case where people need to be protected from themselves.
Quote this comment #11.1 Posted by Screaming Slave on 20 May 2008 - 14:46
I couldn't have said it any better myself, Skwerl.
Quote this comment #11.2 Posted by bluarash on 20 May 2008 - 15:09
Thank you!
Quote this comment #11.3 Posted by EduardValencia on 20 May 2008 - 15:17
+1

Quote this comment #11.4 Posted by +CFer on 20 May 2008 - 15:24
a little brash, don't ya think? No company should ever blame customers as a reason for failure of their product. They should instead look at new ways to innovate and in Microsoft's case "simplify" their product since their user base is anywhere from handicapped, young, old, etc. Microsoft has the ideal user base: everyone. UAC is not the negative feature in Vista preventing me from switching over, it's actually bad driver compatibility.
Quote this comment #11.5 Posted by solardog on 20 May 2008 - 15:53
It amazes me how some can't step back and down from their high horse and understand that almost no one is as knowledgeable about computers as peopl