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

4 lines
109 B
Batchfile
Raw Normal View History

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