Skip to content

Instantly share code, notes, and snippets.

@AlexeyTolstopyatov
Last active November 19, 2024 15:28
Show Gist options
  • Save AlexeyTolstopyatov/bda026a07565cd091d604e3283848871 to your computer and use it in GitHub Desktop.
Save AlexeyTolstopyatov/bda026a07565cd091d604e3283848871 to your computer and use it in GitHub Desktop.
Force killing Radmin VPN (for Sonya~)
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