Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. @echo off
  2. echo *****************************************************
  3. echo ************LIMPADOR DE LIXO DO WINDOWS*************
  4. echo *************SCRIPT JULIVAL BITTENCOURT**************
  5. echo *****************************************************
  6.  
  7. Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase
  8.  
  9. Dism.exe /online /Cleanup-Image /SPSuperseded
  10.  
  11. Dism.exe /online /Cleanup-Image /StartComponentCleanup
  12.  
  13. sfc /purgecache
  14.  
  15. DEL /F /S /Q c:\windows\temp\*.*
  16. DEL /F /S /Q C:\Windows\Prefetch\*.*
  17. DEL /F /S /Q C:\Windows\SoftwareDistribution\Download\*.*
  18. DEL /F /S /Q C:\Windows\Installer\*.*
  19. DEL /F /S /Q C:\MSOCache\All Users\*.*
  20. DEL /F /S /Q %temp%\*.*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement