Skip to content

Storage Sense - Disable

config/tweaks.json
918  "WPFTweaksStorage": {
919    "Content": "Storage Sense - Disable",
920    "Description": "Storage Sense deletes temp files automatically.",
921    "category": "z__Advanced Tweaks - CAUTION",
922    "panel": "1",
923    "registry": [
924      {
925        "Path": "HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\StorageSense\\Parameters\\StoragePolicy",
926        "Name": "01",
927        "Value": "0",
928        "Type": "DWord",
929        "OriginalValue": "1"
930      }
931    ],

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.