Advertisement
JaydynGibsonBredin

clearconfig.bat

Oct 12th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.58 KB | None | 0 0
  1. @echo off
  2. title Configuration Cleaner
  3. color b
  4. echo Deleting Configuration files
  5. @echo on
  6. del mzcv.cfg
  7. @echo off
  8. echo.
  9. @echo on
  10. del iecv.cfg
  11. @echo off
  12. echo.
  13. @echo on
  14. del MyLastSearch.cfg
  15. @echo off
  16. echo.
  17. @echo on
  18. del ChromeCacheView.cfg
  19. @echo off
  20. echo.
  21. @echo on
  22. del IECacheView.cfg
  23. @echo off
  24. echo.
  25. @echo on
  26. del MozillaCacheView.cfg
  27. @echo off
  28. echo.
  29. @echo on
  30. del WebBrowserPassView.cfg
  31. @echo off
  32. echo.
  33. @echo on
  34. del BrowsingHistoryView.cfg
  35. @echo off
  36. echo.
  37. @echo on
  38. del ChromeCookiesView.cfg
  39. @echo off
  40. echo.
  41. echo.
  42. echo.
  43. Echo Done! Press any key to exit.
  44. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement