microsoft
Report a problem

Microsoft: Malware can disable UAC in Windows 7 'by design'

Tom Warren   on 30 January 2009 - 07:48 · 116 comments & 19683 views

Advertisement (Why?)
A month has barely passed since the public beta debut of Windows 7 and we have our first horror story.

UAC (user account control) was the major gripe with Windows Vista which annoyed most tech savvy users and confused ordinary consumers. Microsoft has changed the behavior in Windows 7, lowering the requirement for user interaction when changing system settings. The apparent downside to this is, according to reports, the way Microsoft has changed the behavior makes it extremely easy for malware authors to write code to disable UAC without user intervention.

By default, Windows 7's UAC setting is set to "Notify me only when programs try to make changes to my computer" and "Don't notify me when I make changes to Windows settings". Microsoft makes the distinction between a (third party) program and Windows settings with a special signed Windows 7 security certificate. The applications/applets which manage Windows settings are signed with this certificate. Control panel items are signed with this certificate so they don't prompt UAC if you change any system settings.

The issue is as these applets are signed to not prompt for UAC, you could emulate some keyboard inputs and within a few moments have UAC disabled on a machine without user interaction. Rafael Rivera has done exactly that and posted concept code using some simple VBScript at his site. Malware authors could easily bake this into a fake program to trick the user to execute it.

You'd think this would be easy to fix right? Well you're right but beta testers have been filing bugs with Microsoft (via its connect program) and have met resistance from the software company when Microsoft employees state the behavior is "by design". We have contacted company officials for a statement on the issue but at the time of writing have not received a response.

Post a comment · Send to friend Comments · There are 116 additional comments
(5 replies) #1 vetSHoTTa35 on 30 Jan 2009 - 07:52
By design huh, i've seen few of those responses to bugs i've filed too. Well hopefully they don't get bitten in the butt by this. People are prone to file lawsuits "by design."
#1.1 +TCLN Ryster on 30 Jan 2009 - 10:58
After many years of testing, one thing I've noticed is that Microsoft will only change/fix what they want to change/fix. The views and opinions of the testers rarely count for anything. Sometimes I wonder why I even bother... having said that, a couple of my bugs have been passed on to teams this time around, so hopefully it'll be better this time but I'm not holding out much hope.
#1.3 +Brandon Live on 30 Jan 2009 - 17:16
The UAC dialog has a "high" security setting. I'm no expert, but I'm not terribly surprised that it's more secure than a lower setting...

Last edited by Brandon Live on 30 Jan 2009 - 17:28
#1.4 rpgfan on 30 Jan 2009 - 20:42
Brandon Live said,
The UAC dialog has a "high" security setting. I'm no expert, but I'm not terribly surprised that it's more secure than a lower setting...

That's not the issue; the issue is with UAC being unable to protect itself when a less paranoid security level is used.
#1.5 +Brandon Live on 31 Jan 2009 - 20:41
Everybody says Windows should offer more options, so now it does. You can have the option to have UAC be a major hurdle for medium -> high IL elevations if that's what you want.

The thing is, malware running even with standard user privileges is plenty bad. It can still add itself to run at start-up (for that user), and can still read / write / delete data in any locations that user can access.

So the most important boundary is the Low IL -> Medium IL one, used by IE in Protected Mode and some other processes, which is still protected just as much as in Vista (or moreso) in this default state.

Last edited by Brandon Live on 31 Jan 2009 - 21:02
(7 replies) #2 billyea on 30 Jan 2009 - 07:53
How did they emulate keyboard inputs?
Ah, right, machine already compromised.

I can emulate keyboard inputs too! By breaking into a house and using the keyboard.
#2.1 Tom W on 30 Jan 2009 - 07:55
Using vbscript...
#2.2 billyea on 30 Jan 2009 - 08:02
When you let a program run that would act just like a user, that is already beyond the protective scope of UAC.
#2.3 Tom W on 30 Jan 2009 - 08:07
That's precisely what UAC is there for, to limiting application software to standard user privileges until an administrator authorizes an increase in privilege level. There is no authorization using this method so the bad guys can totally disable the protection and then execute much worse commands on the system without UAC protecting it.
#2.4 Long on 30 Jan 2009 - 08:27
You can run keyboard commands WITHOUT UAC authorization.
#2.5 Jugalator on 30 Jan 2009 - 08:49
^ lol, yes, and there's your problem

UAC is there to stop users owning their computer from running trojans. So the "machine already compromised" argument don't apply here; it's not there to protect from remote exploits, it's there to protect users from themselves.
#2.6 Long on 30 Jan 2009 - 09:00
@Jugalator: I'm not sure what you mean. The point is, a user could download an app that said "FreeOffice.exe", execute it, and it'd shut off UAC without any prompts. That shouldn't be able to happen.
#2.7 Jugalator on 30 Jan 2009 - 11:02
I agree with you long, I didn't write that reply in sarcasm to you.

The second paragraph was in general about the topic and billyea, sorry if I was unclear.
(1 reply) #3 jamesVault on 30 Jan 2009 - 08:02
I've always said it: Vista UAC is safer than Win7 UAC.
In Win7 you have less prompts because it's less safer than Vista.
#3.1 -Hiroshi- on 30 Jan 2009 - 10:36
Totally agree, users are used to UAC now, just bring the full UAC over from Vista and users can then choose to place it into silent mode if they want.
#4 virtorio on 30 Jan 2009 - 08:05
Seems like they could just remove the certificate, or use a different certificate, for the UAC applet so any changes to that one group of settings requires confirmation.
#5 FloatingFatMan on 30 Jan 2009 - 08:15
*Cranks up the UAC level in Windows 7*
#6 KevinN206 on 30 Jan 2009 - 08:19
Just be clear, the script changes the UAC setting without getting a UAC prompt?

Would the script be effective if the same UAC default setting is used, but secured desktop is enabled?

This is curious because changing such a critical security setting should ALWAYS prompt a UAC regardless of the current UAC setting. I will test this script out tomorrow and see what happens.
#7 Denholm on 30 Jan 2009 - 08:28
Nooo. It's not a bug, it's a feature! 'By Design' MSFT
LMAO - Really? Microsoft? Really? Delirium ensues.
#8 dodgetigger on 30 Jan 2009 - 08:40
Well, people were complaining about UAC, and this seems to be Microsofts response to it. ;p
(2 replies) #9 Jugalator on 30 Jan 2009 - 08:44
So why is UAC included with that security level in Windows 7? They need to either fix this or remove the security level altogether, or they will give their users a false sense of security, which is even worse than knowing UAC is not enabled at all. If this is left as-is, we can pretty much assume that most Windows malware in the future will try to do this trick first.
#9.1 rm20010 on 30 Jan 2009 - 09:05
Because of those "experts" crying wolf over UAC.

The best suggested workaround as posted is to force a Secure Desktop UAC dialog whenever the security level is being changed. Or better yet, if they have the ability to temporarily modify the UAC prompt level for a particular task (in this case, switching UAC levels) make the user enter their password for that dialog only.
#9.2 Jugalator on 30 Jan 2009 - 11:04
Yes, obviously prompting at changing the UAC level should pop up a dialog. That's the odd part here -- that that suggestion is written of by Microsoft as "wont fix, by design".
(1 reply) #10 mocax on 30 Jan 2009 - 09:31
maybe do a captcha thing, like asking "who's your mama" before changing windows settings.
#10.1 Memnochxx on 30 Jan 2009 - 15:25
That doesn't matter. UAC /has/ prompts telling you when system settings are being changed. But that prompt /doesn'/t appear with this code so unless that behavior is changed it doesn't matter what you want to do to test if a user is doing it, it won't appear anyway.
(1 reply) #11 Nave on 30 Jan 2009 - 09:53
At the end of the day, nothing protects the user from all forms of stupidity, either by accident or through coersion and trickery.

When everything is prompted by UAC, people complain. When only a portion is prompted, people complain. Whatever MS does, there is always someone who tells you that they are an idiot. That's why the slider is there. Windows is trying to give you some respect and cut you some slack when it thinks you can take care of making sound decisions. Otherwise, why not crank it up back to Vista levels if you think you can't judge what programs are potentially harmful?
#11.1 nunjabusiness on 30 Jan 2009 - 12:05
Nave said,
At the end of the day, nothing protects the user from all forms of stupidity, either by accident or through coersion and trickery.


+1
(4 replies) #12 rakeshishere on 30 Jan 2009 - 09:55
Does this happen in Vista too? If so, i'll stick to Vista
#12.1 nunjabusiness on 30 Jan 2009 - 12:43
rakeshishere said,
Does this happen in Vista too? If so, i'll stick to Vista


That would be a mistake if you value performance.
I am running 7 on a testbed PIII with only 512MB of RAM and it works way better than Vista with 2 or 3X that.
#12.2 waruikoohii on 30 Jan 2009 - 16:26
nunjabusiness said,
That would be a mistake if you value performance.
I am running 7 on a testbed PIII with only 512MB of RAM and it works way better than Vista with 2 or 3X that.
Most Vista users are using semi-modern hardware.

As much as I love Win7, I could deal with sticking with Vista on both of my computers (E4500 and 2GB RAM, and a Q6600 8GB RAM). Is 7 faster? Yes. But Vista is already extremely fast.
#12.3 rm20010 on 30 Jan 2009 - 17:37
Shouldn't happen on Vista, provided you didn't mess around with UAC's settings.

On 7 you can up the slider to its max level and it'll be just as noisy as Vista. But of course, secure at the same time.
#12.4 rakeshishere on 30 Jan 2009 - 18:16
rm20010 said,
Shouldn't happen on Vista, provided you didn't mess around with UAC's settings.

On 7 you can up the slider to its max level and it'll be just as noisy as Vista. But of course, secure at the same time.


So that means reducing slider level down means you are prone to attacks? why all this FUD. I had thought about this when they had shown this in 6801 build for first time
(2 replies) #13 Xeron on 30 Jan 2009 - 10:20
I've not tried Windows 7 so I'm just going from the above text, but surely they just need to make any change to the UAC status (by command, registry change or GUI) require acceptance on the secure desktop.
#13.1 +DrCheese on 30 Jan 2009 - 10:29
Yup. I don't know why it doesn't anyway. Changes of UAC should automatically run in the highest UAC level regardless of what the user has UAC set to.
#13.2 Jugalator on 30 Jan 2009 - 11:05
Yes, that's the obvious fix to this problem, but MS is rejecting changing the behavior. :p
(1 reply) #14 Michael1406 on 30 Jan 2009 - 10:23
I don't see why this is a major problem - it's incomplete software. All they have to do is crank up the default UAC setting (really, it should be cranked up by default anyway for new/non-techy users).
#14.1 Jugalator on 30 Jan 2009 - 11:06
It's a major problem as long as that security setting is chosen. It shouldn't be there if it just provides a false sense of security. It is of no use.
#15 RealFduch on 30 Jan 2009 - 10:57
The "ikspertz" who caused this mess are on their way to hell and nothing can change that.

P.S. I'm talking about those "know all" fools.

Last edited by RealFduch on 30 Jan 2009 - 13:16
(1 reply) #16 Antaris on 30 Jan 2009 - 11:10
Interestingly titled article, I think it should read "Microsoft: UAC can be disabled by design", not "Malware can disable UAC in Windows 7 by design". It's not like they set out to say Malware can disable it this way, it wasn't the reasons behind it.
#16.1 Adequate on 30 Jan 2009 - 19:07
Hey, they don't call this "Unprofessional Journalism" for nothing. More sensationalism, less straight-forwardness.
(8 replies) #17 cork1958 on 30 Jan 2009 - 11:16
Cripe, they haven't had enough sense to get rid of this useless, irratating nuiscance yet!!
#17.1 RealFduch on 30 Jan 2009 - 11:23
Cork yourself!
#17.2 cork1958 on 30 Jan 2009 - 12:53
I need to find some of this malware so I can send it around to everyone that's ever been irratated by this. People would probably ask for it, if they knew of it and didn't know how to disable that irratating piece of crap! It does NOTHING for security. UAC is EXACTLY the reason I've wiped at least a 100 computers clean of Vista and restored back to XP.

How's that for corking myself? LOL
#17.3 RealFduch on 30 Jan 2009 - 13:11
cork1958 said,
I need to find some of this malware so I can send it around to everyone that's ever been irratated by this. People would probably ask for it, if they knew of it and didn't know how to disable that irratating piece of crap! It does NOTHING for security. UAC is EXACTLY the reason I've wiped at least a 100 computers clean of Vista and restored back to XP.

How's that for corking myself? LOL

UAC in Vista was good. It worked like it should.
But because of dumbass ikspertz like you, Cork, MS cripped its default mode in Windows 7.
#17.4 Athernar on 30 Jan 2009 - 14:16
cork1958 said,
I need to find some of this malware so I can send it around to everyone that's ever been irratated by this. People would probably ask for it, if they knew of it and didn't know how to disable that irratating piece of crap! It does NOTHING for security. UAC is EXACTLY the reason I've wiped at least a 100 computers clean of Vista and restored back to XP.

How's that for corking myself? LOL


It's funny, you're so monumentally thick that you forgot that Vista is not affected by this.
#17.5 Dashel on 30 Jan 2009 - 14:30
RealFduch said,
But because of dumbass ikspertz like you, Cork, MS cripped its default mode in Windows 7.

Hit the nail on the head there.
#17.6 waruikoohii on 30 Jan 2009 - 16:32
cork1958 said,
I need to find some of this malware so I can send it around to everyone that's ever been irratated by this. People would probably ask for it, if they knew of it and didn't know how to disable that irratating piece of crap! It does NOTHING for security. UAC is EXACTLY the reason I've wiped at least a 100 computers clean of Vista and restored back to XP.

How's that for corking myself? LOL
I suppose you run as root on your *nix machines, too, huh?
#17.7 rpgfan on 30 Jan 2009 - 21:49
waruikoohii said,
cork1958 said,
I need to find some of this malware so I can send it around to everyone that's ever been irratated by this. People would probably ask for it, if they knew of it and didn't know how to disable that irratating piece of crap! It does NOTHING for security. UAC is EXACTLY the reason I've wiped at least a 100 computers clean of Vista and restored back to XP.

How's that for corking myself? LOL
I suppose you run as root on your *nix machines, too, huh?

LOL! What *nix machines?

sudo rm -rf /home/cork1958

Oops... He has been erased from Neowin...

Oh? He's using OS X?

sudo rm -rf /Users/cork1958

Problem solved.
#17.8 McoreD on 01 Feb 2009 - 06:49
RealFduch said,
UAC in Vista was good. It worked like it should.
But because of dumbass ikspertz like you, Cork, MS cripped its default mode in Windows 7.


Couldn't say it any better.

With XP, I used to run as Limited User, and it was a pain to run all sorts of "Run As" CMD files. But with Windows Vista, I am able to skip my batch files and go straight to putting Administrator password thanks to UAC.
(3 replies) #18 +chaosblade on 30 Jan 2009 - 12:06
Don't you just love sensationalist journalism.

While i agree the default level could be higher\include Secure Desktop, This is a perfect example of how the user base shot themselves in the foot. You did not want security when given UAC in Vista, You just went ahead and disabled it. Now, When it does not ask you for permissions when doing system changes, You cry over settings being non-secured. You asked for it, Really, This is the price you pay for not having to put up with a UAC dialog every now and then when altering your system.
In the end, If you knew how to disable it then, You know how to crank it up now.
#18.1 thenonhacker on 30 Jan 2009 - 12:38
Exactly. Vista UAC is very secure even if annoying. And it's a fair price to pay.

Has anyone tried using ZoneAlarm? Between ZoneAlarm and Vista UAC, I'd rather use Vista UAC!
#18.2 Memnochxx on 30 Jan 2009 - 15:29
Except that in this case windows is supposed to notify you when a program changes system settings, but it isn't doing so.
#18.3 waruikoohii on 30 Jan 2009 - 16:35
Memnochxx said,
Except that in this case windows is supposed to notify you when a program changes system settings, but it isn't doing so.

Because a program isn't directly modifying settings. A program is indirectly modifying settings.

This vulnerability was known about back in the Vista days, and it's one of the reasons why Secure Desktop exists (so that an application emulating a keyboard can't confirm a UAC dialog).

Some people don't like to admit it, but Microsoft does listen to user feedback, and they listened to user feedback on this. Unfortunately.
#19 bob_c_b on 30 Jan 2009 - 12:20
Yea, the whole UAC argument has always been weak. Outside of the first few days of a new build, once you get your apps installed and settings tweaked you rarely see a UAC dialog. I haven't seen one for days and most people won't either most of the time. MS should not back down on this and crank it up to prompt for settings changes, allow me to crank it down (instead of turning it off) while I get everything set up, that is helpful. But having the default be that low is a mistake.
(18 replies) #20 LTD on 30 Jan 2009 - 12:21
I don't see why MS can't implement it like Linux or OS X.

This is getting ridiculous.
#20.1 thenonhacker on 30 Jan 2009 - 12:41
Translation: "I care for Windows, I really do, I'm so bitter."
#20.2 LTD on 30 Jan 2009 - 12:45
Well I don't really care for it. It's a third-rate product. But it's still important for MS to stay in business. And Windows 7 needs to be a decent product, at least in relation to previous versions. MS can't afford another Vista nightmare.
#20.3 excalpius on 30 Jan 2009 - 13:04
Funny how the niche computer fanboy is calling the world's leading operating system (in EVERY category, by 20:1) a third-rate product...ahem.
#20.4 RealFduch on 30 Jan 2009 - 13:14
excalpius said,
Funny how the niche computer fanboy is calling the world's leading operating system (in EVERY category, by 20:1) a third-rate product...ahem.

I told you many times. It WAS the same as in Linux/MacOSX. Even better sometimes.
If you want to try to sound credible then provide some differences at least.
#20.5 LTD on 30 Jan 2009 - 14:30
excalpius said,
Funny how the niche computer fanboy is calling the world's leading operating system (in EVERY category, by 20:1) a third-rate product...ahem.


It's "leading" because of licensing. LOL, do you honestly think ubiquity has anything to do with quality or reliability or positive user experience?

How the hell else could a niche company be moving the entire industry forward in terms of OS design and implementation, while grabbing chunks of the premium end of the market, while maintaining the kind of margins they do, afford to price themselves out of the bulk of the market (deliberately), and still walk away with the more than the lion's share of the proceeds?? And keep doing this year after year - and even (hopefully more than just this past quarter) in a lousy economy?

This niche computer company has been setting the bar in every single area for years now. Everything is compared to Apple products. The first thing people do is do an OS X comparison, or an iPhone/iPod comparison. "OS X-like" and 'Apple-like" are not just random phrases you happen to see a lot of. They're coveted titles. Synonymous with how competitors want their products to be. If imitation is flattery, Apple must be blushing about six shades of red.

That didn't just happen because the seas parted or because the sun and moon were aligned a certain way, LOL.

Last edited by LTD on 30 Jan 2009 - 14:36
#20.6 GP007 on 30 Jan 2009 - 15:31
Well, that's a good laugh right there LTD. Sure I'll give you the iPhone from the simple idea of first to market with touch, but that's about it. That's the only industry they've really moved forward in that more people are looking at smartphones now, but hell, that's still mostly in the US.

Around here in Europe I don't see loads of iPhones or iPods being used.

As far as OS's go, I guess you've totally forgotten the shear mess and nightmare all those past MacOSs used to be eh? Made Win98 look like the best thing ever.

And OSX, yeah, because Apple couldn't come up with it's own good underlying code, might as well borrow it from Darwin eh? Sure helps your security overnight when you grab some unix code, but hardly innovative seeing how old that is.

And how great was OSX at first anyways? I sure don't remember it being that hot, and seeing even the Apple faithful moaning about it was something. But heck, only took how many updates later before it started working close to how it should have been? 3?

Sure it's nice business wise to be able to charge more for something when you have fanboys such as yourself willing to pay the "apple tax" for it.

I still think the OSX UI is silly, the Dock is a joke, and about the only real think users point out are expose and spaces, yay. You wouldn't need expose in the first place if you could manage and find your windows quick and easy from the get go. And as for spaces, wow, virtual desktops, any *nix user has had that years before you even new about OSX.

I remember uses them back in 96. Hardly new.

And what sites do you visit for reviews? I don't hear "OSX like" or "apple like" when I'm checking out hardware or software reviews all the time. Everyone compares Win7 to older Windows versions or Linux from what i've seen. The only people who keep bringing up OSX are the Apple fans who like to point out the new Win7 taskbar, like pinning is anything new to Windows either.
#20.7 ekw on 30 Jan 2009 - 16:00
+1
#20.8 abcdefg on 30 Jan 2009 - 16:23
GP007 said,
Well, that's a good laugh right there LTD.

You can stop laughing now.

http://edge-op.org/iowa/www.iowaconsumerca...000/PX07278.pdf

Some quotes from M$:

"The bits we deliver in Sept 05 PDC must be compelling, even in beta form. UI must be hot. We will be directly compared
against tiger."

"In many ways Jobs took our WinFS and Avalon pitch word for word and delivered it. The
difference was he had more stable bits than we did."

"He says he is blown away by the WinFS clone functionality - it’s already working"

"Any idea how I can get my hands on the developer bits apple released at their conference
this week?"


They really look up to Apple
#20.9 +Brandon Live on 30 Jan 2009 - 17:21
abcdef - Apple has nothing remotely like WinFS, nor do they have anything like the functionality which was to be built on top of WinFS in early Longhorn builds.

Quoting an ignorant person's ignorant statement isn't a good way to make a point, unless your point is that some people are ignorant.
#20.10 +Brandon Live on 30 Jan 2009 - 17:22
LTD -

Windows NT (including 2000/XP) has always had generally the same security model as Linux and the Mac. You can run as a standard user, and then you will have to enter admin credentials when performing an admin task.

You don't really think that running as an admin (which I believe is still the Mac OS default) is better on a Mac than on Windows, do you?
#20.11 abcdefg on 30 Jan 2009 - 18:53
Brandon Live said,
abcdef

It's Mr. abcdefg to you
Quoting an ignorant person's ignorant statement isn't a good way to make a point, unless your point is that some people are ignorant.


So Jim Allchin and Vic Gundotra are/were ignorant?
Is it that once you left M$ and jump to Google you become ignorant?

One more quote:
"I don’t believe we will have search this fast. We will have a developer message which
they don’t and won’t. But, they qot the 80% and they will receive wide credit for this." - Jim Allchin

Does it hurt?
#20.12 LTD on 30 Jan 2009 - 19:12
abcdefg said,
It's Mr. abcdefg to you


So Jim Allchin and Vic Gundotra are/were ignorant?
Is it that once you left M$ and jump to Google you become ignorant?

One more quote:
"I don’t believe we will have search this fast. We will have a developer message which
they don’t and won’t. But, they qot the 80% and they will receive wide credit for this." - Jim Allchin

Does it hurt?



It always hurts when the leaner and meaner competition does it about 100 times better than you can, and then keeps publicizing it.

And not just Allchin and others from the past, but current MS insiders know this. If any one of them had the opportunity to take a lateral position at Apple, they'd jump ship faster than you can say Live Live Search. Or is it the new Live Windows Live Search? Or the New Windows Live MSN Hotmail? Or Mesh something . . .
#20.13 DanielZ on 30 Jan 2009 - 19:31
Well this niche company started quite a few trends. Apple pioneered the use of USB and Firewire, and the computer industry followed soon after. One could also say that a lot of PC manufacturers are borrowing design cues from Apple, like the slot-loaded drive that's become oh-so popular among laptops these days. Everybody's making all-in-ones now, but who was the first to make an all-in-one computer? Apple.
Windows is a third-rate product. Just because most of the world uses it doesn't mean it's better. For example, IE still has a majority, but it's clearly a dirty piece of rubbish.
#20.14 +Brandon Live on 30 Jan 2009 - 20:21
abcdefg said,
One more quote:
"I don’t believe we will have search this fast. We will have a developer message which
they don’t and won’t. But, they qot the 80% and they will receive wide credit for this." - Jim Allchin

Does it hurt?


No... that was before the reset. My team (WDS) are the reason that Vista ended up with faster search (post-reset).
#20.15 GP007 on 31 Jan 2009 - 06:34
DanielZ said,
Well this niche company started quite a few trends. Apple pioneered the use of USB and Firewire, and the computer industry followed soon after. One could also say that a lot of PC manufacturers are borrowing design cues from Apple, like the slot-loaded drive that's become oh-so popular among laptops these days. Everybody's making all-in-ones now, but who was the first to make an all-in-one computer? Apple.
Windows is a third-rate product. Just because most of the world uses it doesn't mean it's better. For example, IE still has a majority, but it's clearly a dirty piece of rubbish.


IE has it's problems, but IE8RC1 is working great here, so "piece of rubbish" I don't think so. Hell, let me toss that back at you, I think Safari is a piece of rubbish.

And Pioneered the use of USB and Firewire? Maybe firewire but I don't see that many Firewire devices being used or sold, not with USB2. And USB3 will soon make it pointless.

When did Apple start using USB anyways? Got a date for that? Cuz I still have my old Win95b CD with USB support from 96.
#20.16 excalpius on 31 Jan 2009 - 08:24
Sorry LTD, but I work in ALL of the leading entertainment and technology fields, and except for Pixar (which is owned by Jobs so they have no choice), there isn't a major player in the WORLD that uses anything but PCs. Macs are used by freelancers who don't know enough about technology to support their own systems (which makes sense) and the few companies that used to have a few for the occasional creative person because the software didn't exist on the PC yet. But that was YEARS ago. Even Adobe develops for Windows first and foremost now.

The laptops are also popular in Hollywood because Apple gives them away for free marketing/product placement and there are a lot of people around here who don't mind spending more money than they need to for something sexy, like the MacBook Pro.

You bought into niche/bandwagon marketing and paid too much for your gear and programs for what amounts to PC parts with limited functionality.

PS the iPhone does rule in design and OS/interface, but not in features. Though they are getting better.
#20.17 excalpius on 31 Jan 2009 - 08:36
LTD said,
It's "leading" because of licensing. LOL, do you honestly think ubiquity has anything to do with quality or reliability or positive user experience? OL.


A) you'd argue the exact opposite point if OS X had 95% market share and Windows was a popcorn fart in the big picture...

B) your ignorance is PROFOUND if you think the world runs on Windows because of "licensing". Windows runs the applications people USE in business, entertainment (professional and recreational), games, etc. etc. and the hardware people OWN.

Don't get me wrong, I think OS X is a very capable OS. But the world's most powerful and successful companies, as well as the VAST majority of professional content CREATORS (despite your Mac spin to the contrary), do their work and create the digital content of the world on PCs running Windows in one flavor or another.

And those people, like me, can afford to buy whatever hardware and software we want for our homes and our companies, no compromise, period.

"Licensing" NEVER enters into the equation.

And when somebody does give us a MacBook Pro as a gift*, we install Vista on it.

* Because if we want top of the line features and design, we buy a far better Sony for far less money.
#20.18 stevehoot on 31 Jan 2009 - 11:57
LTD said,
It's "leading" because of licensing. LOL, do you honestly think ubiquity has anything to do with quality or reliability or positive user experience?

How the hell else could a niche company be moving the entire industry forward in terms of OS design and implementation, while grabbing chunks of the premium end of the market, while maintaining the kind of margins they do, afford to price themselves out of the bulk of the market (deliberately), and still walk away with the more than the lion's share of the proceeds?? And keep doing this year after year - and even (hopefully more than just this past quarter) in a lousy economy?

This niche computer company has been setting the bar in every single area for years now. Everything is compared to Apple products. The first thing people do is do an OS X comparison, or an iPhone/iPod comparison. "OS X-like" and 'Apple-like" are not just random phrases you happen to see a lot of. They're coveted titles. Synonymous with how competitors want their products to be. If imitation is flattery, Apple must be blushing about six shades of red.

That didn't just happen because the seas parted or because the sun and moon were aligned a certain way, LOL.


In 32 years the best the niche company could do is 8% of the desktop market, a half-baked phone (technically) and a music player.

Windows powers 90% of the desktops in the world, as well as ATM's, mobile phones, power stations, game consoles, navy warships and PDA's.

Moving the entire industry forward? Please - maybe design agencies, students and upper working-class yuppies think they are "moving forwards" but I think you'll find that's about it.

In my eyes Apple is still pretty niche when after 32 years of head on work to topple Microsoft has resulted in a phone, a music player and 8% market share. (for desktops - let's not even go along the server route!)


Best you can say for Apple is nice GUI. Seriously though, that's it. Form over function is the stigma most people that work in IT professionally assign to all of Apple's products.
(2 replies) #21 yakumo on 30 Jan 2009 - 12:22
Change cert. for UAC settings control, then always get a promp when UAC is messed with.

Why is MS arguing this

Last edited by yakumo on 30 Jan 2009 - 12:33
#21.1 Chestah on 30 Jan 2009 - 12:35
Exactly what i was thinking! Why can't they just make it so you ALWAYS are served a secure UAC prompt when you're changing the actual UAC settings?
#21.2 Michael1406 on 30 Jan 2009 - 13:41
Chestah said,
Exactly what i was thinking! Why can't they just make it so you ALWAYS are served a secure UAC prompt when you're changing the actual UAC settings?

Makes sense to me.
(6 replies) #22 nunjabusiness on 30 Jan 2009 - 12:45
If anyone is impacted by UAC in any way, they are not of a sufficient technical level to be beta testing ANYTHING. If you have even a median level of tech knowledge, you have already turned UAC off (Vista or 7.)
#22.1 yakumo on 30 Jan 2009 - 13:00
Anyone with a high level of technical knowledge knows to leave it ON, and not to encourage the indiscriminate downloading masses to disable it.
#22.2 Dashel on 30 Jan 2009 - 14:35
Exactly yakumo. Seriously nunja et all, stop peeing in the pool. Its adult swim here.
#22.3 waruikoohii on 30 Jan 2009 - 16:40
yakumo said,
Anyone with a high level of technical knowledge knows to leave it ON, and not to encourage the indiscriminate downloading masses to disable it.

Precisely. Those who know what's going on leave it enabled. They know that it'll probably save them at some point.

Those who think they know what's going on disable UAC, because they heard about it on $publication (ex. zdnet).
#22.4 jmc777 on 30 Jan 2009 - 17:29
yakumo said,
Anyone with a high level of technical knowledge knows to leave it ON


Wrong! Disabling UAC turned me into a SUPER1337PROFESSIONALPOWERUSER!!!!
#22.5 nunjabusiness on 31 Jan 2009 - 02:30
Dashel said,
Exactly yakumo. Seriously nunja et all, stop peeing in the pool. Its adult swim here.


Of course, I should start doing what you kiddies do - whining and insulting each other. I was making a living in IT before most of you were born.

Too damn bad Darwin's law has been invalidated by the self-sustaining infinite support mechanisms in place in society today.

We could do with a good bit of culling.
#22.6 +warwagon on 31 Jan 2009 - 07:51
nunjabusiness said,
Of course, I should start doing what you kiddies do - whining and insulting each other. I was making a living in IT before most of you were born.

Too damn bad Darwin's law has been invalidated by the self-sustaining infinite support mechanisms in place in society today.

We could do with a good bit of culling.


Your an idiot. you are less secure with UAC Off.
(1 reply) #23 dwarhya on 30 Jan 2009 - 13:55
If anyone thinks for a second that MS will ship Windows 7 with this flaw in it, really needs to go and learn the basics of business. MS cannot afford to allow scripting to disable UAC because any consumer with any common sense will steer clear and *no* business would touch it.

Please, stop believing everything you read ...
#23.1 waruikoohii on 30 Jan 2009 - 16:42
dwarhya said,
If anyone thinks for a second that MS will ship Windows 7 with this flaw in it, really needs to go and learn the basics of business. MS cannot afford to allow scripting to disable UAC because any consumer with any common sense will steer clear and *no* business would touch it.

Please, stop believing everything you read ...

It's actually not a big issue with corporations. User privledges are defined server side, and disabling UAC wouldn't enable malware to run at anything higher than it could with UAC enabled.
(1 reply) #24 Intelman on 30 Jan 2009 - 14:06
UAC works in Vista. Everyone just found it too damn annoying, and now this....

#24.1 GreyWolfSC on 30 Jan 2009 - 15:37
That's what I was going to say. Everyone cried about the occasional UAC prompts and the secure desktop in Vista, and now look...
#25 +techbeck on 30 Jan 2009 - 14:10
techbeck can disable UAC by design to...but seriously, UAC is annoying as hell and thats the first thing that gets disabled when i setup a system.
#26 Julius Caro on 30 Jan 2009 - 14:11
vista was a crap but most of the features people hated where there "by design". now a lot of them are being dramatically changed in win7. Like, "uac" was like that (annoying) by design, but now it's a lot less annoying. Or the non-transparent taskbar and title bar when the window was maximized, that allowed people, by design, to focus more on the content of the window. It would be better to admit from the start what is wrong and be more receptive to suggestions

(8 replies) #27 FusionOpz on 30 Jan 2009 - 14:31
See what happens when people bitched that Vista's UAC was annoying? now were stuck with another in-secure version of windows AGAIN...
#27.1 LTD on 30 Jan 2009 - 14:38
FusionOpz said,
See what happens when people bitched that Vista's UAC was annoying? now were stuck with another in-secure version of windows AGAIN...


It had better not be. We're living in a different world now. The tech landscape looks quite different form a few years ago. MS can no longer take its position for granted.
#27.2 +techbeck on 30 Jan 2009 - 14:50
LTD said,
It had better not be. We're living in a different world now. The tech landscape looks quite different form a few years ago. MS can no longer take its position for granted.


Nothing is secure...if you want something that is totally secure, then dont use a computer.
#27.3 FusionOpz on 30 Jan 2009 - 14:51
Microsoft should just turn that right around on it's users though, if they want a secure Windows then put up with UAC as it was in Vista, I have UAC on all the time in Vista (never once has it popped up while doing file operations outside of the System directories, unless I don't have permission to the file (if it was created with Windows XP, or another user).) and the kicker on Vista I do use the Limited user for my account. UAC is a joke in Windows 7, makes me feel like I'm on *nix running as root all the time, which as anyone with a single braincell would tell you is not a smart thing to do..
#27.4 FusionOpz on 30 Jan 2009 - 15:03
techbeck said,
Nothing is secure...if you want something that is totally secure, then dont use a computer.
techback we're not talking about it being 100% secure, we're talking about Windows 7's security being on the same level as Windows 2000/XP and not that of Windows Vista's. There should only be 1 level to UAC and thats the level it's at on Vista.
#27.5 GP007 on 30 Jan 2009 - 15:17
As many have said there is a simple fix for this, MS can just make it so you get a prompt if the UAC settings are changed.

I agree that the way it is in Vista is fine, that's how it's been in unix/linux since the start.
#27.6 yakumo on 30 Jan 2009 - 15:52
FusionOpz said,
Microsoft should just turn that right around on it's users though, if they want a secure Windows then put up with UAC as it was in Vista, I have UAC on all the time in Vista (never once has it popped up while doing file operations outside of the System directories, unless I don't have permission to the file (if it was created with Windows XP, or another user).) and the kicker on Vista I do use the Limited user for my account. UAC is a joke in Windows 7, makes me feel like I'm on *nix running as root all the time, which as anyone with a single braincell would tell you is not a smart thing to do..



hit start, type uac, you get uac settings, put it up one notch and it becomes the same as Vista.

This article is entirely about a vulnerability that only exists when it's on the default level for an Administrator account.
#27.7 FusionOpz on 30 Jan 2009 - 16:34
And I do know how to adjust UAC on 7, I'm saying I shouldn't have to set it higher myself to get the protection I deserve out of a stock install. The Vista level should be the default not this joke.

And like I said there should only be one level, not two, not three, just one, if users want to cry about "too many prompts" then they can cry, at the end of the day it's about a more secure system.

Vista has basically done it the same way Linux, BSD and OS X has done it for years, yet you don't hear the *nix users bitching about it now do you?
#27.8 excalpius on 31 Jan 2009 - 08:28
FusionOpz said,
yet you don't hear the *nix users bitching about it now do you?


The average Linux user and the average computer user are miles apart in comfortability with security permissions etc. That is something MS should try to educate the Average Joe Windows user about this time around.
(1 reply) #28 TruckWEB on 30 Jan 2009 - 14:42
Looking at all the feedback on connect about Win7, it's incredible the amount of bug reports that are closed with "By Design" or "Won't Fix".

The last time I've seen this huge amount of "ByDesignWontFix" is with.... Windows ME.

Win7 is good, much better than Vista, but I do get the feeling that it's being rushed out the door.

I just hope that the next build we will have (beta testers) will fix some of the many bugs that where reported.
#28.1 bbfc_uk on 01 Feb 2009 - 14:42
TruckWEB said,
Looking at all the feedback on connect about Win7, it's incredible the amount of bug reports that are closed with "By Design" or "Won't Fix".

The last time I've seen this huge amount of "ByDesignWontFix" is with.... Windows ME.

Win7 is good, much better than Vista, but I do get the feeling that it's being rushed out the door.

I just hope that the next build we will have (beta testers) will fix some of the many bugs that where reported.


People think its being rushed, but remember, Vista took 5 years to release!!!

Windows 7 is shaping up to be Microsoft's most impressive OS to date!
#29 KayMan2K on 30 Jan 2009 - 15:43
Damned if they do, damned if they don't. UAC can be a pain in Vista, but for the most part it is secure. Users complained, so they tighten the grip, but now get complaints that they tightened the grip. You can't have it both ways people. It is very difficult to determine if user input is coming from a human being or an automated script. Even if this were possible, it would make some remote desktop technologies, like VNC, unable to properly interact with the desktop session.
#30 Kevin. on 30 Jan 2009 - 15:56
Microsoft, that's one of the worst bugs you want to have "by design". The last thing you ever want is a piece of security being disabled by malware.
#31 RedSpace on 30 Jan 2009 - 16:29
So let me get this straight everyone complained about UAC when it launch with Vista and how you had to click allow a million times. now that microsoft changed it so people would stop belly aching, they still havent done it right, If people would stop clicking through every prompt that poped up and actually opened thier eyes and read what they were clicking Yes to, or just took a second by them selves to think "did i just install that?" then the writters of the exploits would never have gotten to where it is today, and microsoft would never have had to create UAC

in the end its never the people/customer/publics fualt blame everyone else
(3 replies) #32 Tikitiki on 30 Jan 2009 - 18:04
Sometimes either you sacrifice usability for security, or sacrifice security for usability. You cannot have it both ways. When Windows Vista came out most everyone made it quite clear that they hated UAC and now Microsoft is scared of making UAC bad again.
#32.1 LTD on 30 Jan 2009 - 19:13
Tikitiki said,
Sometimes either you sacrifice usability for security, or sacrifice security for usability. You cannot have it both ways. When Windows Vista came out most everyone made it quite clear that they hated UAC and now Microsoft is scared of making UAC bad again.



MS can't win. It's not entirely their fault. These issues will continue to plague this company at the expense of the user.
#32.2 KevinN206 on 30 Jan 2009 - 21:31
But the problem is that disabling UAC at the default setting does not raise a UAC prompt. This is a major time bomb waiting to happen.

The solution given is very simple: enable UAC and secured desktop whenever anyone or anything make changes to the UAC setting regardless of the current setting.

They can still keep the default setting (where users aren't pestered with UAC prompt for making changes with the security certificate scheme), but make UAC mandatory for any changes to the UAC setting.
#32.3 GreyWolfSC on 31 Jan 2009 - 19:41
LTD said,
MS can't win. It's not entirely their fault. These issues will continue to plague this company at the expense of the user.


I think you're confusing a beta operating system with a simple video card issue that a certain company can't seem to fix properly.
#33 Rafael on 30 Jan 2009 - 21:59
Guys, seriously read before typing. The problem here has to do with the ability to change UAC's level of security without a prompt. No one is complaining about UAC being too stringent or lax, so this whole "damned if you do, damned if you don't" attitude needs to stop as it doesn't apply.
(1 reply) #34 Dr_Asik on 30 Jan 2009 - 23:04
So much talking for nothing. When running a user account which should be the default in Windows 7 final version, changing the UAC protection requires entering admin credentials. The issue only concerns admin accounts, and when you're running as admin you should know better than to run random vbscripts you found on P2P.

http://blogs.chron.com/techblog/archives/2...n.html#c1226188
#34.1 Long on 31 Jan 2009 - 14:09
The default user group for Windows Vista and Windows 7 is administrative. If you don't create a new "standard" user account, you're running an administrative account.
#35 plexdude on 31 Jan 2009 - 02:48
XP has had loads and loads of security updates during the course of it's life and look how much praise that OS has received... seen by many as probably the best OS Microsoft ever released. It's been ages since it was released but still used quite a bit. As I see it, no matter how secure you try to make an OS, it WILL be cracked because there will always be somebody out there trying to find the weak links in the code. I believe the install base (popularity) of an OS is what draws the hackers in and becomes a prime target so in essence, it's success is it's own demise. All MS can do is plug the holes as soon as possible and I think they've been taking care of that pretty promptly in all fairness to them.
(3 replies) #36 GreyWolfSC on 31 Jan 2009 - 19:31
"I will Not Buy Windows 7 Unless..."

...this is fixed...
#36.1 RageOfFury on 01 Feb 2009 - 01:06
Turn the slider up to the top...problem solved.
#36.2 bbfc_uk on 01 Feb 2009 - 14:39
RageOfFury said,
Turn the slider up to the top...problem solved.


Exactly what I have done.
#36.3 KevinN206 on 01 Feb 2009 - 21:57
RageOfFury said,
Turn the slider up to the top...problem solved.


But if it's shipped as-is with this behavior, then the majority of home users would never even think of turning the UAC a notch higher.

Commenting has either been disabled on this article or you are not logged in. Click here to login or register, its free!

Note: Anonymous commenting is disabled in order to keep the quality of responses to a high standard.

Advertisement (Why?)