mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-04-03 14:06:27 +00:00
Add option to disable Storage Sense automatic disk cleanup (#507)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user