Skip to content

Disk Cleanup - Run

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