Skip to content

Instantly share code, notes, and snippets.

@ash-development
Created July 23, 2024 19:56
Show Gist options
  • Save ash-development/953d6fd4e6dc1a31b0f6c3199976e4d9 to your computer and use it in GitHub Desktop.
Save ash-development/953d6fd4e6dc1a31b0f6c3199976e4d9 to your computer and use it in GitHub Desktop.
VirtualBox Mac Commands
.\VBoxManage.exe modifyvm "macOS Sonoma" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
.\VBoxManage setextradata "macOS Sonoma" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
.\VBoxManage.exe setextradata "macOS Sonoma" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
.\VBoxManage.exe setextradata "macOS Sonoma" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
.\VBoxManage.exe setextradata "macOS Sonoma" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
.\VBoxManage.exe setextradata "macOS Sonoma" "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