Uploaded by chrisondeck2

cmd for macos

advertisement
cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "ventura" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "ventura" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,3"
VBoxManage setextradata "ventura" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "ventura" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "ventura" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "ventura" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
(add code below if you create virtual box on AMD CPU)
VBoxManage modifyvm "ventura" --cpu-profile "Intel Core i7-6700K"
VBoxManage.exe setextradata “ventura” “VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC” 0
Download