Show Hidden Files
config/tweaks.json
2468 "WPFToggleHiddenFiles": {
2469 "Content": "Show Hidden Files",
2470 "Description": "If enabled, Hidden Files will be shown.",
2471 "category": "Customize Preferences",
2472 "panel": "2",
2473 "Type": "Toggle",
2474 "registry": [
2475 {
2476 "Path": "HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced",
2477 "Name": "Hidden",
2478 "Value": "1",
2479 "Type": "DWord",
2480 "OriginalValue": "0",
2481 "DefaultState": "false"
2482 }
2483 ],
2484 "InvokeScript": [
2485 "
2486 Invoke-WinUtilExplorerUpdate -action \"restart\"
2487 "
2488 ],
2489 "UndoScript": [
2490 "
2491 Invoke-WinUtilExplorerUpdate -action \"restart\"
2492 "
2493 ],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.