10 lines
159 B
Batchfile
10 lines
159 B
Batchfile
@echo off
|
|
|
|
pushd %~dp0
|
|
|
|
nefconc.exe --remove-device-node --hardware-id root\sudomaker\sudovda --class-guid "4D36E968-E325-11CE-BFC1-08002BE10318"
|
|
|
|
popd
|
|
|
|
pause
|