Create A Batch File To Run Disk Clean Up In A Special Mode
0 Comments
»
1. Start > Run > Notepad.
2. Paste the following:
c:\windows\system32\cleanmgr.exe /dc /sageset: 1
c:
cd \
cd c:\windows\prefetch
del *.* /q
3. Save it as clean.bat
4. Double click on the batch file and select the files you want to clean > click ok.