Advertisement
WhiteZero

Nvidia Driver Leftovers Cleaner by WhiteZero

Apr 9th, 2015
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. @echo off
  2. echo.
  3. title Nvidia Driver Leftovers Cleaner by WhiteZero
  4. echo.
  5. echo Welcome to the Nvidia Driver Leftovers Cleaner script! Created by WhiteZero
  6. echo.
  7. echo Continue to cleaning files?
  8. PAUSE
  9. echo.
  10. echo.
  11. echo Removing Directory %homedrive%\NVIDIA
  12. rmdir /S /Q %homedrive%\NVIDIA
  13. echo.
  14. echo Removing files from %ProgramFiles%\Nvidia Corporation\Installer2
  15. del /Q "%ProgramFiles%\Nvidia Corporation\Installer2"
  16. echo.
  17. echo Removing EXEs from %ALLUSERSPROFILE%\NVIDIA Corporation\NetService
  18. del /Q "%ALLUSERSPROFILE%\NVIDIA Corporation\NetService\*.exe"
  19. echo.
  20. echo.
  21. echo Finished!
  22. PAUSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement