Remove Settings Home Page
config/tweaks.json
2300 "WPFToggleHideSettingsHome": {
2301 "Content": "Remove Settings Home Page",
2302 "Description": "Removes the Home page in the Windows Settings app.",
2303 "category": "Customize Preferences",
2304 "panel": "2",
2305 "Type": "Toggle",
2306 "registry": [
2307 {
2308 "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer",
2309 "Name": "SettingsPageVisibility",
2310 "Type": "String",
2311 "Value": "hide:home",
2312 "OriginalValue": "show:home",
2313 "DefaultState": "false"
2314 }
2315 ],Registry Changes
Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place.
You can find information about the registry on Wikipedia and Microsoft’s Website.