5 lines
86 B
Batchfile
5 lines
86 B
Batchfile
|
net.exe stop RTCore64
|
||
|
sc.exe delete RTCore64
|
||
|
del %systemdrive%\RTCore64.sys
|
||
|
pause
|