Aharami
Lifer
So my understanding is that you have to do an upgrade install to windows 10, and then you can do a clean install?
yea. see below
http://www.theverge.com/2015/7/31/9077997/microsoft-windows-10-clean-install-how-to-guide
So my understanding is that you have to do an upgrade install to windows 10, and then you can do a clean install?
There seems to be a lot of bandwagoning of praise for Windows 10. I doubt these people are truly being objective, or even care to be. I find there to be a lot of uncomfortable faults with Windows 10. It's hard to believe that real enthusiasts agree with the forced update, protection, and nanny rules with this OS. Perhaps turning off the brain and forgetting about what goes on behind the scenes fills that appeasement. The superficial gleam doesn't work for me.
It's just tradition. Traditionally people hate/like every other release of Windows. They hated Vista, liked 7, hated 8, like 10. They will hate the next release whether there is anything wrong with it or not, and they will like the one after that whether it has problems or not. Every Windows has had some problems and some good parts to it.
Overall, I quite like Win 10.There seems to be a lot of bandwagoning of praise for Windows 10. I doubt these people are truly being objective, or even care to be. I find there to be a lot of uncomfortable faults with Windows 10. It's hard to believe that real enthusiasts agree with the forced update, protection, and nanny rules with this OS. Perhaps turning off the brain and forgetting about what goes on behind the scenes fills that appeasement. The superficial gleam doesn't work for me.
There seems to be a lot of bandwagoning of praise for Windows 10. I doubt these people are truly being objective, or even care to be. I find there to be a lot of uncomfortable faults with Windows 10. It's hard to believe that real enthusiasts agree with the forced update, protection, and nanny rules with this OS. Perhaps turning off the brain and forgetting about what goes on behind the scenes fills that appeasement. The superficial gleam doesn't work for me.
There seems to be a lot of bandwagoning of praise for Windows 10. I doubt these people are truly being objective, or even care to be. I find there to be a lot of uncomfortable faults with Windows 10. It's hard to believe that real enthusiasts agree with the forced update, protection, and nanny rules with this OS. Perhaps turning off the brain and forgetting about what goes on behind the scenes fills that appeasement. The superficial gleam doesn't work for me.
I am really liking Windows 10 on my main desktop. It SUCKS on my tablet however. It barely even feels like a beta release on touch devices.
yeah win10 fucked up the touch aspect on my SP2 BAD.
There seems to be a lot of bandwagoning of praise for Windows 10. I doubt these people are truly being objective, or even care to be. I find there to be a lot of uncomfortable faults with Windows 10. It's hard to believe that real enthusiasts agree with the forced update, protection, and nanny rules with this OS. Perhaps turning off the brain and forgetting about what goes on behind the scenes fills that appeasement. The superficial gleam doesn't work for me.
I believe it. I can also almost get 6 hours of STANDBY time on my Dell VP8 right now. I can pretty much forget about actually using it for anything. I also have no way of going back to 8.1, so I guess I'm the stupid one there.
Did you not do the upgrade over top of 8.1?
I did, but when I choose to go back to Windows 8.1 I get the message "The files required have been removed from your PC". I probably didn't have enough free space when I made the upgrade.
I'll come up with something. It's going to require some beer I think.
What does Windows 10 do better than Windows 7 does?
If you pour it in the USB 3.0 port as opposed to the USB 2.0 port it'll absorb the alcohol faster. And once you get enough alcohol in it, you can pretty insert whatever you want in any of the ports.
And once you get enough alcohol in it, you can pretty insert whatever you want in any of the ports.
I mean, who the hell needs DirectX12?DirectX 12.
piss poor development.
MS isn't responsible for bad coding from 3rd parties.
I honestly believe that the reason Program Files for 64-bit versions of Windows is called "Program Files" instead of "Program Files x64" is because Microsoft was not willing to audit and fix references in their own code. Instead, they broke everyone else's sloppy code by changing the name for legacy 32-bit applications ("Program Files x86").
Even John Carmack, a real rocket scientist, has had hard-coded references to "Program Files" break certain apps (I recall one odd Quake III Arena update that wouldn't work if you had changed the default installation directory from Program Files).
the thing is, they aren't checking full strings in those examples. they are using "startsWith" so they are only comparing part of the strings.
had those devs just used string.equals("Windows 95") || string.equals("Windows 98") their code would work fine with a "Windows 9" version.
...and the code would've worked with every version of Windows at the time with fewer lines. Same goes for most hard-coded references to "Program Files." It's similar. Microsoft wasn't willing to fix their own problems with such code so they just dumped it on everyone else and blamed their "bad code."
I'm not saying it isn't bad code, I'm saying that they are just as guilty but they are in the position to make it our problem.