uninstall_service.bat 74 B

1234
  1. @echo off
  2. cd /d %~dp0
  3. nssm.exe remove "GCStarter Remote Webservice"
  4. pause