mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +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
|
||
|
|