Skip to content

Instantly share code, notes, and snippets.

@harmy
Created October 31, 2013 06:02
Show Gist options
  • Save harmy/7244924 to your computer and use it in GitHub Desktop.
Save harmy/7244924 to your computer and use it in GitHub Desktop.
run games like mapstory or 梦幻西游 in virtualbox.
@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
@exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment