Skip to content

Disk Cleanup - Run

config/tweaks.json
1123  "WPFTweaksDiskCleanup": {
1124    "Content": "Disk Cleanup - Run",
1125    "Description": "Runs Disk Cleanup on Drive C: and removes old Windows Updates.",
1126    "category": "Essential Tweaks",
1127    "panel": "1",
1128    "InvokeScript": [
1129      "
1130      cleanmgr.exe /d C: /VERYLOWDISK
1131      Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
1132      "
1133    ],