Skip to content

Run Disk Cleanup

config/tweaks.json
2054  "WPFTweaksDiskCleanup": {
2055    "Content": "Run Disk Cleanup",
2056    "Description": "Runs Disk Cleanup on Drive C: and removes old Windows Updates.",
2057    "category": "Essential Tweaks",
2058    "panel": "1",
2059    "InvokeScript": [
2060      "
2061      cleanmgr.exe /d C: /VERYLOWDISK
2062      Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
2063      "
2064    ],