Skip to content

Instantly share code, notes, and snippets.

@LiamKarlMitchell
Created February 3, 2018 12:11
Show Gist options
  • Select an option

  • Save LiamKarlMitchell/11e9290ecdf8f9a1fc403a4bc86c94da to your computer and use it in GitHub Desktop.

Select an option

Save LiamKarlMitchell/11e9290ecdf8f9a1fc403a4bc86c94da to your computer and use it in GitHub Desktop.
Hide Virtual Machine.
@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
@LiamKarlMitchell
Copy link
Copy Markdown
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment