Skip to content

Disk Cleanup - Run

config/tweaks.json
1074  "WPFTweaksDiskCleanup": {
1075    "Content": "Disk Cleanup - Run",
1076    "Description": "Runs Disk Cleanup on Drive C: and removes old Windows Updates.",
1077    "category": "Essential Tweaks",
1078    "panel": "1",
1079    "InvokeScript": [
1080      "
1081      cleanmgr.exe /d C: /VERYLOWDISK
1082      Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
1083      "
1084    ],