Guest User

Untitled

a guest
Nov 12th, 2020
8,004
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. @echo off
  2.  
  3. for /r %windir%\System32\DriverStore\FileRepository %%i in (*eps_piv_csp11.inf*) do (@echo %%i
  4. pnputil /delete-driver %%i /uninstall /force)
  5.  
  6. pause
  7.  
Advertisement
Add Comment
Please, Sign In to add comment