I don’t know why I even bother opening the settings app
Like why is it so hard for them? The underlying settings database doesn’t have to change, only the UI. Unless it’s all so messed up nobody dares touch it.
Based on the progress from Win7 to Win8 to Win10 to Win11, “If it ain’t broke, don’t fix it” doesn’t seem to be a prevailing mantra at Microsoft.
Wait till you see the enterprise side where you may find a panel that is virtually identical to something from windows 2000
What do you mean? You can still open control panel from XP/Vista and basically every option menu still points to the same shit that hasn’t changed since Windows 95. Go open device manager and go to the properties of any device and you get like XP stuff at newest. Event Viewer, Disk Management, and many other high level panels haven’t changed from XP.
90 percent of windows menus are still the same as 2000, even on the consumer side. And they’re not virtually identical, they ARE identical.
Also that win32 is the basis of Windows, and most devs these days don’t understand it as it is a pre c++ kinda-sorta-in-the-right-angle Object Oriented language.
Never doing a code rewrite gives you stuff like this: a 15ft long nerve that should only have to travel a few inches
You go deep enough and very Windows 95 looking menus pop up. Like are they building over the old system? It’s all very strange.
yes they are, actually. Backwards compatibility is a huge thing in Windows, it’s why you can’t name files certain names such as CON, and why you can find things from 3.1 etc. still.
Fun Fact: Every single Exe today still checks prior to running whether it is Barbie Riding Club (1998) or can it run normally?
Because when you update your OS and your game breaks - you don’t blame Hasbro, you blame Windows every time. You can’t just call up Sierra Games and ask them to update - they don’t exist anymore and so you must carry everything forward - bugs included.
That fact does seem really fun and interesting. Why barbie? Got any links so I can read up on it?
it’s why you can’t name files certain names such as CON
To expand on this: The reason you can’t name files CON, etc., is because of a program from the 1960s called Peripheral Interchange Program (PIP), a program used in Digital Equipment Corporation’s computers. The overall OS that PIP was part of was called CP/M.
DOS, which came out in the 80s and was made for IBM computers, was modeled after CP/M, and it kept and expanded the capabilities of PIP.
Then Microsoft came along and created a modified version of DOS called MS-DOS which IBM started using.
Eventually, Microsoft created Windows 95, merging two initially separate products: MS-DOS and Microsoft Windows. Microsoft left in the code for handling CON, etc., but they hadn’t put in any limitations for filenames, which caused some bugs. So, from the next version of Windows onward, they disallowed the ability for anything to name a folder or file “CON”, among other related things.
So the reason you can’t name a file or folder “CON” is because of a 60-year-old file-copying program nobody uses anymore.
Here is an alternative Piped link(s):
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I’m open-source; check me out at GitHub.
That looks to be an Access prompt, from the MS office suite. If you’ve ever written a macro you know how ancient the UI looks behind the scenes with those apps, and this isn’t even a main line office app since it deals with databases and they push excel to work with sets of data like that.
So yes it’s a Microsoft product, but it’s not really native Windows and it’s not an app that makes a lot of sense to spend a lot of time developing.
Just for accuracy’s sake. I’m certain there are better examples.
Anyways, I’m perfectly fine with dated UI as long as it’s efficient and does what it’s supposed to do. If they perfected this stuff way back when you had one chance to ship out a working product, is it really necessary to reinvent the wheel just for aesthetics? Cause that’s how you get a neutered settings app instead of a fully functional control panel.
I thought this was intentional? They have control panel stuff somewhat similar to the old style, but build a settings app for the less technical people so they can find common stuff without getting overwhelmed?
No some things have been removed from the control panel
I wonder if those removed things are still in god mode though, might have to check that
The guy who made it has a YouTube channel called Dave’s Garage
The dude who made the Task Manager? God damn, this dude singlehandedly carries Windows holy shit.
He also made a lot of the other good shit iirc. He did an AMA on the other site a few years ago
Not only task manager, but the ability to open up zip files inside the regular explorer folders was him too.
Made them on his own time and sold it to Microsoft, back when that was possible.
As I’ve heard this explained, enterprise admins have scripts, and to a less important extent muscle memory, tied to Control Panel layout and command lines, and that’s not a group you want to irritate.