Skip to content

Run Disk Cleanup

config/tweaks.json
2047  "WPFTweaksDiskCleanup": {
2048    "Content": "Run Disk Cleanup",
2049    "Description": "Runs Disk Cleanup on Drive C: and removes old Windows Updates.",
2050    "category": "Essential Tweaks",
2051    "panel": "1",
2052    "InvokeScript": [
2053      "
2054      cleanmgr.exe /d C: /VERYLOWDISK
2055      Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
2056      "
2057    ],