Files
RollMarking/IOT.Services/bin/Debug/卸载服务.bat
T

4 lines
109 B
Batchfile
Raw Normal View History

2026-09-07 08:07:08 +08:00
net stop TestMqttService
sc delete TestMqttService binPath= "%~dp0JDWindowsService.exe" start= auto
pause