You are on page 1of 1

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
“MacBookPro15,1”
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct"
"Mac-551B86E5744E2388"
VBoxManage setextradata "MacOS" "VBoxInternal/Devices/smc/0/Config/DeviceKey"
"ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "MacOS"
"VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

(Agregar este código extra si tu procesador es AMD):

VBoxManage modifyvm "MacOS" --cpu-profile "Intel Core i7-6700K"

Cambiar resolución desde consola:

VBoxManage setextradata "MacOS" VBoxInternal2/EfiGraphicsResolution 1920x1080

CAMBIAR RESOLUCIÓN DESDE MACOS:

Sudo /Library/Application\ Support/VMware\ Tools/vmware-resolutionset 1920 1080

You might also like