mirror of
https://github.com/amnezia-vpn/DefaultVPN.git
synced 2026-05-26 21:17:30 +03:00
* feat: update app identifiers and development team for iOS and macOS builds * feat: rename AmneziaVPN to DefaultVPN in iOS configuration and code references * Complete rename * Missed folder renamed * Translation removed from commit * Another step of renaming * submodule reverted
6 lines
156 B
Batchfile
6 lines
156 B
Batchfile
sc stop AmneziaWGTunnel$DefaultVPN
|
|
sc delete AmneziaWGTunnel$DefaultVPN
|
|
taskkill /IM "DefaultVPN-service.exe" /F
|
|
taskkill /IM "DefaultVPN.exe" /F
|
|
exit /b 0
|