del /q /f /s C:\Windows\Prefetch\*
Aside from cleanmgr , there are other commands to help manage disk space. disk cleanup cmd
The primary tool for disk cleanup is the cleanmgr command. del /q /f /s C:\Windows\Prefetch\* Aside from cleanmgr
Here’s a complete and practical post about using for disk cleanup in Windows. disk cleanup cmd
You can combine these commands into a single .bat file to create a "One-Click Cleaner." Step 1: Create the Configuration