Slashdot Log In
Microsoft Disses Windows to Sell More Windows
Posted by
CmdrTaco
on Mon Dec 10, 2007 09:46 AM
from the last-years-model-sucks dept.
from the last-years-model-sucks dept.
mjasay writes "I stumbled across this fascinating Microsoft tutorial entitled "How to Justify a Desktop Upgrade." It's an attempt to coach IT professionals on how to sell Windows desktop upgrades internally. Apparently the value of Vista is not readily apparent, requiring detailed instructions on how to connive and cajole into an upgrade from XP. The most intriguing thing about the tutorial is its implicit rejection of Microsoft's older technology. Just a few years ago Microsoft was pitching the world on how secure and cool XP was. Now it's telling us largely the opposite, implying that XP is a security threat, costs too much to run, and so on. With Microsoft marketing against itself, perhaps the Mac and Linux camps can simply wait for Microsoft to self-destruct?"
Related Stories
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
a few years late (Score:5, Funny)
Hah! Now I have the evidence I need to convince my boss not to make that XP transition. Now where did I put that time machine?
Re:a few years late (Score:5, Funny)
Parent
Re: (Score:3, Insightful)
I wish they were as sincere from the start, though.
op ed on Ms Windows "security" or rather the lack (Score:5, Insightful)
Microsoft will *never* produce a secure system: the user is *not* the customer: the advertising industry is. just as in television, *we* are *not* the customer: *we* are what is for sale, advertising is the customer, tv industry is selling *us* as *audience* to the advertisers
and Windows is not any different in this respect but is rather a transitional product taking us from the television screen to the selectivision screen which is what the WWW+television will morph into
the initial work is already done: the www has injected so much graphics into computer presentaions that hi-speed broad band is now necessary for "surfing".
now that that's been done the next step is to combine the web with digital TV and you have the advertising marketing dream come true: television with instantaneous feed-back on what everyone is watching and how everyone is responding to it
the ability to adjust your windows programming all along a little here and there is critical to the development and maintenance of this scheme and that is why Microsoft can *never* produce a secure system. Their system provides access to customer computer for paying customers and that includes the ability to modify the client programming ( your computer ). all of this is hidden from everyone except the hackers of course
why do you think we patch and patch and patch and patch and for every patch a new vulnerability shows up? because the patch only moves the remote access capability from one hiding place to another it doesn't remove it. and never will.
"IMHO", -- FWIW
Parent
Re:a few years late (Score:5, Funny)
Parent
Re:Wow... more rabid MS hate? On Slashdot? (Score:4, Interesting)
Parent
Re:Wow... more rabid MS hate? On Slashdot? (Score:5, Interesting)
Many changes in Vista are simply immediately apparent to even end-users, because there is a ton of new eye-candy (in addition to the extensive under-the-hood reworkings). Leopard, most of the important changes are under-the-hood modifications (better access to filesystem, such as the FSEvents API, the new 64-bit throughout setup, system self-signing of downloaded applications, etc.), with less new eye-candy, but speaking as a developer, there are some equally sweeping changes under the hood.
Every operating system progresses as time goes on, as long as it is still in active development. Windows, Linux, Mac OS X...
Parent
Re: (Score:3, Funny)
Re: (Score:3, Funny)
Re: (Score:3, Funny)
Default Administrators (Score:5, Insightful)
Now, this is funny, but I want to caution you that this is something they need to change. If you criticize them for attacking their own vulnerabilities, you're not giving them a chance to change. Microsoft isn't going to self destruct so let's hope they stop giving botnets & trojans a home in this world. Better security is better for the community and the users. Don't attack someone when they recognize their wrong doings and attempt to correct them. If you don't allow that, then how can anyone improve? Personally I examine my mistakes, acknowledge them and fix them. I certainly hope that Microsoft does this because it's evident that they'll still sell well despite them.
Re:Default Administrators (Score:5, Insightful)
Oh, I don't know. I, for one, take great comfort in the thought of Microsoft delivering the DRM products of tomorrow. It's like being locked in the Alcatraz for life and realizing that the walls are made of wet cardboard.
Parent
Re:Default Administrators (Score:4, Insightful)
So to revise your simile:
It's like being locked in the Alcatraz for life and realizing that the walls are made of wet cardboard. But if you break out prison, it doesn't really matter, because every building, vehicle, and flat surface is also made out of that same wet cardboard.
Parent
Re: (Score:3, Funny)
In principal, you are right. Practice? Wrong (Score:3, Insightful)
But we're talking about a company with proprietary operating system and total market control that spent man-years developing kernel-level DRM for practically all I/O instead of developing a sane security model. "Allow/Deny?" is not a security model. Neither is UAC. It allows privilege escalation. Mark Russinovich, MS's own man said so m
Re: (Score:3, Informative)
Right, because *nix OSes don't allow privledge escalation either. Do an experiment. Take your Vista machine and remove your account from the Administrators group. Notice how Allow / Deny becomes "Enter administrator password."
Then, logon to your Linux machine and run any UI tool for administering the system. Notice the same "Enter administrator password" prompt.
Re: (Score:3, Insightful)
Re: (Score:3, Informative)
Suppose you download an installation package for some really neato whizbang gotta-have-it program. Like SuperDuperCutesyChat Deluxe, v9.0. Unbeknown to you, SuperDuperCutesyChat is a Trojan horse, laden with mal-ware of one kind or another.
When you run the installer, one way or another, you have to give the installer admin-level privileges. If your account is an admin account, you see a couple of UAC prompts. If your account is a us
Re:Default Administrators (Score:4, Insightful)
Separate I & D space and protected kernel memory came a bit after multiuser in the early to mid 1970s. Virtual memory and paging were added on the late 1970s about the same time as the Berkeley networking stack was first written. The earliest networking code was done without giving much^H^H^H^Hany thought to security. The earliest consumer Unix systems (System V/R2-based) had trivial root exploits out of the box (at least the ones I had at home did). All this stuff got fixed over time, of course and eventually Microsoft might even be able to manage it too.
So with Vista, Microsoft is at last catching up to the level of security and features we had in Unix in the mid to late 1980s.
Parent
Re:Default Administrators (Score:4, Informative)
The exploits that Windows has had have very rarely been kernel or core design issues. Windows has a secure design, but it's rarely configured to be secure and has suffered numerous implementation faults. In particular: usermode components, notably the shell, LSA and RPC. Microsoft is also guilty of putting compatible defaults ahead of secure ones, e.g. making Admin accounts default in XP. OEMs are also partially to blame here because they decide how the computer comes loaded from the factory (i.e. with one auto-logon admin account), network admins for allowing it to stay that way (in a corp environment), and ISVs for making tons of software that requires admin privileges when it shouldn't.
With Vista, Microsoft is trying to keep around as much old code as possible in certain components, maintain compatibility with old software, change the default privilege level for programs to non-admin, and implement some kind of TCPAesque DRM. In short, they're trying to have their cake and eat it too, via technical means. It's not pretty. Time will tell how effective it is.
Parent
Re: (Score:3, Insightful)
Now, this is funny, but I want to caution you that this is something they need to change. If you criticize them for attacking their own vulnerabilities, you're not giving them a chance to change.
Excellent point, those with mod points are correct in modding you up. I also want to add that I hope MS sees the errors in their ways concerning HDD partitioning. Why do they make it so hard to define the Program Files directory on a different partition?
I realize that you can force the user space to a different partition, but it is kludgy and you can't define it during install (so you will still have a ghost "C:\Documents and Settings" in XP or "C:\Users" in Vista).
The main benefit of defining at
Re: (Score:3, Interesting)
Microsoft only "sells well"
Re:Slackware what? (Score:5, Funny)
"*Installs Slackware Hey look guys root is default"
Kids nowadays! Bah!!! Humbug!!!!!
(... and merry xmas/seasons greetings/whatever floats your boat)
Parent
Is an old version of Linux better than the latest? (Score:5, Insightful)
Linux may be a great OS, but I'd take a 2.6 kernel over a 2.2 kernel any day for my desktop computing needs. 2.2 is buggy, slow, insecure, and sucks compared to the latest kernel. If you were in charge of upselling users to 2.6, you'd say as much, I hope.
Re:Is an old version of Linux better than the late (Score:3, Insightful)
This simple idea has been around for at least 25 years, so there is no technical reason that Microsoft are so late to this party.
Comparing this gaping security hole (from DOS to WinXP) to minor linux kernel enhancements from 2.2 to 2.6 is not terribly rele
Re:Is an old version of Linux better than the late (Score:4, Informative)
Parent
Re: (Score:3, Funny)
Hmmm (Score:4, Interesting)
Things change (Score:5, Insightful)
Think about it, there was a time when Apple said that the PPC arch was far superior to x86....they may have even been right, there are tons of things that I personally would have designed differently. But here we are today, using x86 Macs. No biggie, it was a big flip flop or anything, they just decided that switching to PPC made more sense on enough levels. In fact, now Apple is advertising that they are great because they can run Windows too (more that Windows is faster on a mac...but still). This implies that the switch to x86 was an improvement!
Bottom line is that they weren't lying when they said XP was better. By the time SP2 came out, this was very much the truth. Now they believe that Vista is an improvement, and antiquates XP. And you know what, in many ways this is the truth. Vista is FAR more secure than XP is, the technologies applied make it simply harder to weaponize vulnerabilities than it was with XP.
Technologies evolve, times change, perspectives get updated. No biggie.
Re: (Score:3, Insightful)
I never used any anti-malware program on my XP machines. Taking simple precautions like not running the PC as administrator pretty much kills malware. A bit of common sense is all one needs to forgo the use of anti-malware
Nothing New... (Score:5, Insightful)
Re: (Score:3, Insightful)
Really? Linux is better? Considering that you have to throw out all investment in the software you have which runs on Windows? You need to forget everything you learned about Windows, and re-learn for Linux? That's a better idea?
Doubtful.
Re:Nothing New... (Score:4, Insightful)
This shows how little experience you have in this regard. Not surprising, as few people do. None of my customers do, for example, until I come in. Lets start with "Legacy Software." Surprisingly enough, most business legacy software is DOS based! Really! The nasty old crap they can not do without runs very well in dosbox and Wine. And a lot of other Windows stuff works well in Wine. For the one or 2 apps that do not, a VM or terminal server work well. But most of my clients have lots of people that use a web browser, e-mail and Word, and nothing else. Linux can do this.
As to relearning, I suggest you try the latest Ubuntu LiveCD. If you can not figure out how to be productive, I will be surprised. Most people I have dealt with find it easier to adjust to than Vista. You know that they moved things in Vista, right?
Parent
MS greatest competition is themselves (Score:3, Insightful)
They have not been able to add compelling enough features, and customers get very angry at incompatibilities such as MS-Word has seen.
So they have to resort to targetted obsolescence, cajolery and legalistic tactics such as trying to tie the OS the the machine it was first licenced for. I'm not sure if those portions of the EULA violating ":first sale" have been upheld.
Does what I need syndrome? (Score:3, Insightful)
Vista Costs Too (Score:4, Interesting)
So there aren't any costs to maintaining Vista? Yeah right. Marketing FUD if I ever heard. I guess it's no real surprise though. Business x wants you to pay them the most money, so they'll say whatever to get your money, even if it is FUD.
Really? (Score:5, Insightful)
Or consider the Linux kernel. Back in the 2.0 days, everyone was telling me about how great Linux was. Now that we've got kernel 2.6, everyone's just dropping support for 2.0 and telling me it sucks compared to the latest version.
It is not unfair for a company to say that the newest version of their software is BETTER than their old version. If it wasn't, why release it?
Re: (Score:3)
Yes, lets.
If you *want* the 2.0 kernel (first released in 1996, and last officially updated in 2004), you can still get it. If there is a known exploit, you can still fix it, or have it fixed. It's no longer off the table.
Can you get MS-Windows 95? '98 SP2? NT 3.5? Not officially. Nor will you be able to get known bugs fixed.
In 10 years, you'll *still* be able to get Linux 2.0. You won't be able to get MS-Windows Vista, nor XP, nor especially MS-Windows 98 SP2. Why you'd want MS
That's the point (Score:4, Interesting)
I guess you've never read the “Intel Retail Edge” program manual or virtually any software's change-log/release notes.
It's been a long time since I've seen such crap on the frontpage of /. Almost every product out there gets released under these values, including the Linux kernel and MacOS. “It's more secure, upgrade now!”
That's the point. XP came out years ago, and finally in 2007 a new version of Windows was released after much bitching by the market (us). Now that it's out, we're attacking its release because of the reasons we wanted a new version of Windows?
Excuse me if I don't see the point of this news...
Lead slashdot post is a lie (Score:5, Informative)
"How to Justify a Desktop Upgrade." Why is garbage like this allowed to stay up?
1) The MS tutorial mentions older operating systems as a generic, it does not diss XP, it does not even mention XP!
2) "newer operating system, such as Windows Vista". Vista is the example, put "XP" or other OS in there if you want.
3) The article is a template to help frustrated IT admins/managers show reason and overcome objection to a proposal of migrating to a newer OS. Any admin in any environment could use this template.
I am not commenting on the PCWorld article here, just the misrepresentation in the first part of the article. Let me know if the poster is talking about a differnt version of "How to Justify a Desktop Upgrade" because from what I see the posting is a lie, plain and simple.
CC
Nothing like reading between the lines (Score:3, Informative)
What the articles *states*, and what it *says*, are two different things. It states several things, but *says* a very specific thing.
The
It's kind of disingenuous of you to give a strictly-literal interpretation of the article to claim the
Wishful thinking... (Score:3, Insightful)
While I'd likely be the first in line with gasoline if MS HQ was on fire, I really don't see how the situation described could in any reasonable way be expected to be a sign of Microsoft's impending doom. Even if they never made it into high 6-figure sales of Vista, they'd still have what, about 90% market share for their desktop OS? If Vista completely laid an egg, there still wouldn't be dramatic anti-MS push from the mainstream.
Even as myself a FreeBSD user, I'll say that I just don't see the failure of Vista as panning out in any real way to be a fantastic victory for the Unix-based systems out there. People are still going to want to stay with their familiar OS - which of course is windows.
How is this new? (Score:4, Insightful)
Microsoft has done the "when Windows version n+1 ships, immediately admit that Windows version n was crap" thing since Windows 95 appeared.
Maybe this time they're just being more aggressive about it, since XP is so firmly entrenched and all the compelling features that would have driven Vista upgrades were stripped out so they could actually ship it. They can market it all they like, but it's already got the reputation of being a trouble-plagued, warmed-over version of XP with a GUI that's a bad attempt at copying OS X's.
~Philly
Gee, Vista runs fine on my quad core 4G machine .. (Score:3, Interesting)
It seems that Microsoft thinks that as soon as a new version of Windows comes out, all Windows users must immediately buy a brand new, maxed out system, install Vista and throw out whatever they had before. It's really just mind-bending how the hardware gets faster and faster, and Microsoft continues to come out with point zero versions of their operating system that demands new hardware.
If Microsoft were as smart as I thought they were, they'd happily continue to sell XP (instead of being forced into it by the marketplace), but focus new development on Vista, and work on getting the bugs out of Vista in the meantime. I am so tired of hearing MS fanatics expostulating that the latest Release Candidate is 'rock solid' for them. It was tiring when Windows 95 was in development, and it still tiring a dozen years later.
Then again, I must be in the minority -- I have Windows 98 on an old P-450, and Linux on two other systems, but I manage to get a lot done.
Graphics Cards take the cake (Score:3, Funny)
Version n-1 does not:
- Run these demos. They are to weak(Reality is usually a hardcode version check in the demo).
- Run this new DXn Version.
- Look as cool.
Version n-1 is:
- Embarassingly limited is this or than pipline number/bus width
- Reflective of your tiny cock size.
Re: (Score:3, Interesting)
Windows 2k used more resources than windows 98 and offered a host of new features. Windows XP used more resources than win2k but was mostly eye candy.
Vista looks to me like it's mostly eye candy. Some of the UI changes take some getting used to, but so does upgrading gnome or kde.
I don't think vista is a compelling reason to upgrade, but new machines will run it because tha
Re:Value of Vista (Score:4, Informative)
Parent
Re:Value of Vista (Score:4, Funny)
{it looks like your posting to an insecure site. WWW.slashdot.org, would you like to continue? allow/deny}
the problem with UAC is that MSFt went straight to fine grained control of applications without having a general course grain security refined and in place to start with. It will take a while to sort out all the random issues with it. Maybe by SP2 it will be secure and useful.
then again MSFT doesn't think you own your PC or the content that's on it so maybe not.
Parent
Re: (Score:3, Interesting)
Sure there are security updates, but to find out if they're a) good or b) effective will take some time.
If we're lucky, we will see some dramatic improvement in the number of programs available that will run correctly under a limited user account. If the majority of windows programs had run effectively under limited user accounts, many many of the problems windows has faced could have been alleviated.
Re:Value? (Score:5, Funny)
Neither is the value of used cat litter.
You'll find even more similarities as you dig and sift through everything, too.
Parent