Skip to content

Instantly share code, notes, and snippets.

@muink
Created April 7, 2026 08:53
Show Gist options
  • Select an option

  • Save muink/2955722866b31f8958c16eb6e52ae0ec to your computer and use it in GitHub Desktop.

Select an option

Save muink/2955722866b31f8958c16eb6e52ae0ec to your computer and use it in GitHub Desktop.
VirtualBox killer
@echo off&title VirtualBox-killer
%~1 mshta vbscript:createobject("shell.application").shellexecute("%~f0","::","","runas",1)(window.close)&exit
net stop VBoxSDS
taskkill /F /IM VBoxSVC.exe /T
::pause>nul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment