Windows cleanmgr batch file


/ Published in: DOS Batch
Save to your folder(s)

Runs cleanmgr.exe automation, set it up with a scheduled task.


Copy this code and paste it in your HTML
  1. C:\windows\system32\cleanmgr.exe /dc /sagerun: 1
  2. C:
  3. cd \
  4. cd C:\windows\prefetch
  5. del *.* /q

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.