Created
June 8, 2025 12:16
-
-
Save AlexeyTolstopyatov/7e84bda06dab8c071df1bf470058cf25 to your computer and use it in GitHub Desktop.
TerminateRadminVPN
This file contains hidden or 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.exe | |
EXIT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment