The Windows OS Thread - Formerly THE OS for gamers and normies, now sadly ruined by Pajeets

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
Windows burns 30% or more of CPU cycles just basically checking that its wallet is still in its back pocket.
You'll have to elaborate on that. For me on Win10, the busiest process on idle is Rainmeter which gives me real time stat monitoring, and yet the system never exceeds 5% of total CPU usage despite all the other crap I run in the background.
 
Everything is centered in OSX.
View attachment 7555410

Dollars to donuts that the reason Windows 11 moved everything to the middle by default had no more thought than, "Apple does it." They allowed you to move it back to the right (which is what I did) because one somewhat sane person on the team said, "Wait, this might piss some people off."
The dock is centered, yes, but the inspiration for the Start button and menu is the Apple menu, which has always been at the top right of the main screen, in the menu bar. You can even hide the dock completely if you want to. The dock also re-sizes dynamically and doesn't go edge to edge even if you only have a single item in it. You can also stick the dock to one side of the screen and have it vertical if you want.

I have been a Mac user since 1987, so I know the history of the interface, and I use Windows when necessary and have used it since Windows 3.0 and used DOS before that.
 
The dock is centered, yes, but the inspiration for the Start button and menu is the Apple menu, which has always been at the top right of the main screen, in the menu bar. You can even hide the dock completely if you want to. The dock also re-sizes dynamically and doesn't go edge to edge even if you only have a single item in it. You can also stick the dock to one side of the screen and have it vertical if you want.

I have been a Mac user since 1987, so I know the history of the interface, and I use Windows when necessary and have used it since Windows 3.0 and used DOS before that.
--------> the point
you
 
Do you really think this thing is good? It's such a slow text editor, I guess that's what you get when the whole thing is really a Chromium window running TypeScript for the entire application.

As an IDE it's really lacking and I'd rather have my company pay for an intellij licence for serious business coding.
VS Code's biggest contribution isn't really the editor itself (although it is solid and feature-rich for a free editor and has a good plugin ecosystem). The biggest contribution is the concept of the LSP allowing for language people to write a single program that can provide editor enhancements which can then be used by any editor which implements the LSP. In the past, editors would have to implement stuff like syntax highlighting, automcomplete, linting etc. all individually for each language which is why a handful of popular editors rose to the top. Nowadays you can pretty much use whatever you want and still get rich language functionality as long as the editor you're using supports LSP.

There's some absolutely incredible engineering still happening at Microsoft. It's just buried under piles of jeet feces.
 
I wonder why they never went back to having the title of the window centered, like on Windows 3.11 and the other non-Windows systems.

Dollars to donuts that the reason Windows 11 moved everything to the middle by default had no more thought than, "Apple does it." They allowed you to move it back to the right left (which is what I did) because one somewhat sane person on the team said, "Wait, this might piss some people off."
The toggle is disabled if your copy of Windows has not been activated, although it's possible to enable the locked options (including the dark theme) by going in the registry.
 
  • Informative
Reactions: Ibanez RG 350EX
Thank goodness they still have the old control panel bits as backup for when the jeetcoded Settings app fails.
There are now like four different accumulated strata of system settings, so in the worst cases you can use the 9X settings, the XP settings, the Windows 7 settings, or the Windows 10/11 settings and they all have varying amounts of overlap.

I'd say they desperately need to standardize their interface and put it all in one place, but knowing Microsoft that would mean simply breaking the legacy Control Panel that's still reasonably comprehensive and functional.
 
I wonder why they never went back to having the title of the window centered, like on Windows 3.11 and the other non-Windows systems.
They did in WIndows 8/8.1.

There are now like four different accumulated strata of system settings, so in the worst cases you can use the 9X settings, the XP settings, the Windows 7 settings, or the Windows 10/11 settings and they all have varying amounts of overlap.
The good thing about those older control panel applets compared to the newer Windows 7 based applets is how generally they do blend in with the rest of how the operating system looks (as in they don't really look out of place despite one being rendered in the control panel window and the other being a pop-out window and the 9x/XP applets basically look for the most part identical in how things should be laid out so there is not too much worry about them).

The true crime is that they STILL haven't phased out the fucking control panel for whatever fucking reason. Those manager janitors at Microsoft must be so anal about what you can and can't work on.

You'll have to elaborate on that. For me on Win10, the busiest process on idle is Rainmeter which gives me real time stat monitoring, and yet the system never exceeds 5% of total CPU usage despite all the other crap I run in the background.
I've asked someone about its performance and he said "not a big difference in CPU performance between 7 and 10 but the way 10 renders stuff seems to hit big on a CPU if it is weak (works the opposite way if the CPU is strong)".

Do you think it is possible they're relying on some new instruction for performance? That's my guess anyway.
 
Last edited:
Do you think it is possible they're relying on some new instruction for performance? That's my guess anyway.
It's possible, it's also possible that all the Spectre/Meltdown mitigations being weird where for performance you'll want to disable them on older CPU's, but keep them enabled on newer ones.
 
  • Like
Reactions: the rat
Not sure if this is for the programming thread instead but I just realized you can remotely run silent installers (that don't pop up on the user's screen) via powershell and I swear to god I'm shitting myself.

I'm an unemployed little retard right now but I'm wondering why the giant ass center I was working for that had 100+ IT guys didn't tell any of the help desk guys this shit and I had to figure this out by pure chance at 1 PM on a Monday.

These networks were so fucked, mind you, that just the presence of the security controls caused me to have to wait 20m for a profile to be made on a PC when I was RDPing into it, this could've saved so much time.
 
Not sure if this is for the programming thread instead but I just realized you can remotely run silent installers (that don't pop up on the user's screen) via powershell and I swear to god I'm shitting myself.

I'm an unemployed little retard right now but I'm wondering why the giant ass center I was working for that had 100+ IT guys didn't tell any of the help desk guys this shit and I had to figure this out by pure chance at 1 PM on a Monday.

These networks were so fucked, mind you, that just the presence of the security controls caused me to have to wait 20m for a profile to be made on a PC when I was RDPing into it, this could've saved so much time.
Yep, fun fact: you can run software that's hosted on remote locations, like Samba shares. For example, Mark Russinovich's SysInternals suite can be ran from live.sysinternals.com without having to download the executables.

Now, what's really going to blow your mind is the fact that Windows 10 and Windows 11 come preinstalled with this little nifty command called winget. And that there is a PowerShell module that can be used with it.
 
  • Like
Reactions: Max Weber
Now, what's really going to blow your mind is the fact that Windows 10 and Windows 11 come preinstalled with this little nifty command called winget.
What isn't going to surprise anyone, however, is that mirojeets didn't think that a package manager should probably maybe add installed packages to PATH. And they have an open issue about it for almost 5 years now.
 
According to Statcounter, Windows 10 has just fallen below 50% of all Windows users (48.76%), but it is still ahead of Windows 11 (47.98%).

Windows 11 is almost a supermajority of Steam users:

1751410215011.webp

I remember people certain people crying that dropping Windows 7 support would kill Steam.
 
I remember people certain people crying that dropping Windows 7 support would kill Steam.
I remember how their mental gymnastic and arcane magic to keep running Windows 7 overshadowed the autism of the most religious Linux fanatics. Shit like putting unknown, unverified modded DLL's from Russian forums into system32 to enable DX12 because gosh darn it they will play the newest slop on DX12 and they will prove that Windows 10 is a sham, still declaring that Windows 7 is the best OS ever made, and that no, they won't install Windows 10, nor will they switch to Linux to not have to deal with all this shit.

Like, I get it, it was a great OS. Emphasis on was. By trying your best to keep sticking with it against all odds you end up becoming more crazed than Arch/Gentoo people. At least they use an up-to-date OS.
 
Shit like putting unknown, unverified modded DLL's from Russian forums into system32 to enable DX12 because gosh darn it they will play the newest slop on DX12

Someone I know was complaining he was having all sorts of weird rendering issues in a recent game. Found out he was running Win 7, I suggest he update. "IT'S NOT THE OPERATING SYSTEM, WINDOWS 7 IS THE BEST." I wonder if he had some hacky drivers like that to get the thing to even run.
 
Back