@echo off @setlocal set MYDIR=%~dp0 pushd "%MYDIR%" start /wait .\nefconw.exe --remove-device-node --hardware-id Root\Parsec\VDA --class-guid "4D36E968-E325-11CE-BFC1-08002BE10318" start /wait .\nefconw.exe --uninstall-driver --inf-path ".\driver\mm.inf" popd endlocal