Created
December 28, 2015 19:53
-
-
Save hexvalid/f5279a5727e438a42b08 to your computer and use it in GitHub Desktop.
Preventing Detection of VirtualBox
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
Go to Start > Run (or [Win Key] + [R]) and run regedit.exe | |
Navigate and expand to sub-key HKEY_LOCAL_MACHINE\HARDWARE\ACPI\DSDT (screenshot). | |
Rename sub-key VBOX__ to NOBOX__ | |
Navigate and expand to sub-key HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION (screenshot). | |
Select sub-key System. | |
Right-click value SystemBiosVersion and select ‘Modify‘. | |
Change the text part “VBOX” to “NOBOX” and click ‘OK‘ (screenshot). | |
Close the registry editor. | |
source: https://itsultra.wordpress.com/2011/12/07/how-to-play-maplestory-using-virtualbox-4-1-x/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
useless