mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
8 lines
152 B
Batchfile
8 lines
152 B
Batchfile
set AmneziaPath=%~dp0
|
|
echo %AmneziaPath%
|
|
|
|
"%AmneziaPath%\AmneziaVPN.exe" -c
|
|
timeout /t 1
|
|
sc stop AmneziaVPN-service
|
|
sc delete AmneziaVPN-service
|