Quality, but what about ME, and arguably 3.11. Does NT cover both 3.5.1 and 4? (my memory is hazy about earlier)
Fuck you. Bringing up ME and making me relive the memories. Even as a kid, I couldn’t stand it wanted 98 back.
ME and Vista are by far the worst to date.
Really? I do not see much difference compared with 10, other than shifted start button.
I switched mostly to Linux when windows 8 was released, but I don’t mind 11. It looks quite nice, the start menu is pretty good and normal again compared to the ugly full screen shitshow from windows 8 and the weird hybrid thing from windows 10 and most of that foreign mobile metro crap from windows 8 is gone again or reintegrated into the desktop.
Having tabs in the explorer is also super nice.
I personally never had any issues with Vista. Even deferred win7 for 4-5 years until I got curious. Though I did have a system made for it, so that was part of it.
Vista was a nightmare unless you had OEM equipment that wasn’t just vista compatible, but MADE FOR VISTA. Your experience was an aberration, most people got ‘vista compatible’ PCs that were running vista but made with XP sp1 in mind. So you’d see these systems that had no hardware graphics acceleration beyond onboard anemic garbage trying to run menus with DOF blur and soft overlays just gagging, and god forbid you had to troubleshoot/support some software on some shit like this, it was a nightmare.
The rest of the people upgraded from XP to Vista themselves, and the smart ones went “OH FUCK NO” and went back in droves.
8 only gets hate because people lost their minds with the start menu change.
I don’t know if they reclassified it at some point, but back on those days 3.5 was titled “Windows for Workgroups” and 4.0 was the first to be known simply as “NT”.
Forget what I said, I recalled an old memory from childhood of a 3.5 upgrade box for people running Windows for Workgroups.
NT 4.0 is definitely what popularized that version prior to Windows 2000 and XP. Most people who just say “Windows NT” are thinking about 4.0.
3.11 was WfW, and ran on top of DOS just like 3.1 did.
NT 3.51 used the NT kernel, and (mostly) looked like 3.1/3.11 on the surface. NT 4 used the NT kernel, and (mostly) looked like Win95.
Win 95/98/Me also ran on DOS, though it was more tightly integrated than it was in the 3.1 days.
Win 2k and everything after was based on NT.
Replace NT in this list with ME and you have all the consumer versions. NT versions 3.5 and 4 were the business versions in parallel with 95, 98, and ME.
Win2k wasn’t consumer. It was the business offering at the same time as ME, which may be surprising to some. Xp was their successor, merging the business and personal lines.
I remember using Windows 2000 at school. That OS was solid. Far more reliable and stable than what I was running at home (Windows 98, first edition).
Hi, my name is Gabe Newell and I’ll teach you how to count to ten:
1, 2
Here is an alternative Piped link(s):
Is this what you’ve been waiting for? Say one, two, and four!
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I’m open-source; check me out at GitHub.
RE: Re: FWD: RE:
What about windows millennium edition?
The reason there isn’t a Windows 9 is because there was a common test for windows versions that went something like this:
std::string winVer = getWinVerStr();
if (winVer.find(“Windows 9”) != -1)
{
// This is windows 95 or 98
}
A good chunk of older programs would likely have issues.
This is a myth. The Win32 API doesn’t even have a method that returns the string “Windows 95”! Windows version numbers are numbers, not strings. Windows 95 was actually 4.0. Windows 98 was 4.1, ME was 4.5, and XP was 5.0.
Actually it’s not entirely a myth - there was some Java library that did this - but it wasn’t widespread at all, and certainly not the documented approach to check the version.
Lmao they only considered 95 > 98 > ME to be minor version updates? They didn’t even deserve their own major version? Although it’s probably pretty accurate, I remember 98 basically just being a slightly updated 95. I never used ME so no idea with that. It’s still pretty funny though.
Close but not exactly. Windows 5 was 2000, Windows 5.1 was Windows XP.
But it’s more confusing than that because of the two different lines: the MS-DOS based line which covered Windows 1.0 through ME, and the multi-user NT line for workstations and servers which adopted the same version numbers as the currently released MS-DOS line that was available at the same time. I.E. windows NT 3.1 used the windows 3.1 UI from the DOS line, but was New-Technology instead of DOS under the hood. NT4 used the DOS based win95 UI, and NT5 was Windows 2000 also with the familiar Windows 9x UI. Everything since XP has been exclusively NT under the hood.