mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
6 lines
162 B
Plaintext
6 lines
162 B
Plaintext
ExecWait 'net stop lokinet'
|
|
ExecWait 'taskkill /f /t /im lokinet-gui.exe'
|
|
ExecWait '$INSTDIR\bin\lokinet.exe --remove'
|
|
RMDir /r /REBOOTOK C:\ProgramData\lokinet
|
|
|