Guest User

Untitled

a guest
Jan 27th, 2019
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. del /S /F /Q "%userprofile%\CCA8.0"
  3. rd /S /Q "%userprofile%\CCA8.0"
  4. del /S /F /Q "%appdata%\Sun\Java\Deployment\cache"
  5. rd /S /Q "%appdata%\Sun\Java\Deployment\cache"
  6. javaws -uninstall
  7. RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
  8. cls
  9. echo Complete!
  10. pause
Add Comment
Please, Sign In to add comment