Add option to disable Storage Sense automatic disk cleanup (#507)

This commit is contained in:
Jeffrey
2026-03-07 20:29:08 +01:00
committed by GitHub
parent 70f8170e81
commit 9afd4ee02e
7 changed files with 33 additions and 0 deletions

View File

@@ -967,6 +967,19 @@
"MinVersion": null,
"MaxVersion": 22621
},
{
"FeatureId": "DisableStorageSense",
"Label": "Storage Sense automatic disk cleanup",
"ToolTip": "This will disable Storage Sense, which automatically frees up disk space by deleting temporary files, emptying the recycle bin and cleaning up files in the Downloads folder.",
"Category": "System",
"Action": "Disable",
"RegistryKey": "Disable_Storage_Sense.reg",
"ApplyText": "Disabling Storage Sense automatic disk cleanup...",
"UndoAction": "Enable",
"RegistryUndoKey": "Enable_Storage_Sense.reg",
"MinVersion": 22000,
"MaxVersion": null
},
{
"FeatureId": "DisableFastStartup",
"Label": "fast start-up",