Created
April 7, 2026 08:53
-
-
Save muink/2955722866b31f8958c16eb6e52ae0ec to your computer and use it in GitHub Desktop.
VirtualBox killer
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&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