Created
February 3, 2018 12:11
-
-
Save LiamKarlMitchell/11e9290ecdf8f9a1fc403a4bc86c94da to your computer and use it in GitHub Desktop.
Hide Virtual Machine.
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 | |
@reg copy HKLM\HARDWARE\ACPI\DSDT\VBOX__ HKLM\HARDWARE\ACPI\DSDT\NOBOX__ /s /f | |
@reg delete HKLM\HARDWARE\ACPI\DSDT\VBOX__ /f | |
@reg add HKLM\HARDWARE\DESCRIPTION\System /v SystemBiosVersion /t REG_MULTI_SZ /d "NOBOX - 1" /f | |
@reg add HKLM\HARDWARE\DESCRIPTION\System /v VideoBiosVersion /t REG_MULTI_SZ /d "NOBOX - 1" /f | |
@taskkill /f /im VBoxTray.exe | |
@exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This modifies the system bios and video info in the registry, so that anti cheats that check that can't detect you are using virtual box.
Note: Does not yet hide the program files.
C:\Program Files\Oracle\VirtualBox Guest Additions