Created
July 23, 2024 19:56
-
-
Save ash-development/953d6fd4e6dc1a31b0f6c3199976e4d9 to your computer and use it in GitHub Desktop.
VirtualBox Mac Commands
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
.\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