|
|
|
|
|
by jolux
1908 days ago
|
|
There's the "Settings" UWP app, and the older Control Panel, which itself launches lots of even older settings dialogs at various points. It's not actually good for usability that there are multiple places to change the same settings, but what's worse is that they have disjoint functionality. Some things can only be accomplished with the older Control Panel, and some things can only be accomplished with Settings. I find it hard to believe you haven't discovered this, it was an almost daily annoyance for me. |
|
Note that the Windows settings codebase is huge, has thousands of possible settings options that you can set, and the specific esoteric behavior of those settings is relied on by users, developers and sysadmins every day.
MS clearly decided to re-do the settings system over multiple Windows generations because it was too big to do in a single release cycle. During the transition period, both Settings and Control Panel tooling will be available, and used by many users. Is there any other alternative?