Driver: Scripts: Revert to sc stop.

This commit is contained in:
Nodir Temirkhodjaev 2019-04-08 07:39:55 +05:00
parent 830abce361
commit 3380aee81d

View File

@ -10,7 +10,7 @@
taskkill /F /IM mmc.exe
@rem Stop the service
net stop %BASENAME%
sc stop %BASENAME%
@rem Remove the service
sc delete %BASENAME%