Skip to content

Instantly share code, notes, and snippets.

@fredsiika
Created October 20, 2018 00:21
Show Gist options
  • Save fredsiika/9f405e43c9f2f5fda75d2df573636ca6 to your computer and use it in GitHub Desktop.
Save fredsiika/9f405e43c9f2f5fda75d2df573636ca6 to your computer and use it in GitHub Desktop.
Installing m=MacOS High Sierra 10.13 on Windows 10
# Close your VirtualBox before you run these commands.
# Replace "MacOS" with the name of your virtual machine name, then copy and paste this code to Command Prompt.
Code for VirtualBox 5.x
cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "MacOS" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment