mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-04-20 10:44:33 +10:00
488 B
488 B
title, description
| title | description |
|---|---|
| Disk Cleanup - Run |
"WPFTweaksDiskCleanup": {
"Content": "Disk Cleanup - Run",
"Description": "Runs Disk Cleanup on Drive C: and removes old Windows Updates.",
"category": "Essential Tweaks",
"panel": "1",
"InvokeScript": [
"
cleanmgr.exe /d C: /VERYLOWDISK
Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
"
],