Last active
November 19, 2024 15:28
-
-
Save AlexeyTolstopyatov/bda026a07565cd091d604e3283848871 to your computer and use it in GitHub Desktop.
Force killing Radmin VPN (for Sonya~)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ECHO OFF | |
TASKKILL /F /IM RvRvpnGui.exe /FI "STATUS eq RUNNING" | |
TASKKILL /F /IM RvControlSvc | |
EXIT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment