Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.39 KB | None | 0 0
  1. rem chrome killer
  2. tem https://tharrell.net
  3. taskkill /f /im chrome.exe
  4. wmic product where "name like '%google%'" call uninstall /nointeractive
  5. rmdir /s /q %ProgramFiles(x86)%\Google
  6. rmdir /s /q %ProgramFiles%\Google
  7. rmdir /s /q %LOCALAPPDATA%\Google
  8. rmdir /s /q %TEMP%\*chrome*
  9. del /f /q %TEMP%\*chrome*
  10. rem search registry for "chrome" and delete
  11. rem %USERPROFILE%\Downloads\ChromeSetup.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement