Advertisement
Guest User

MacOS on VirtualBox setup

a guest
Feb 21st, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.72 KB | None | 0 0
  1. @rem Virtual machine name:
  2. @set VM=El Capitan
  3.  
  4. @rem VirtualBox Path:
  5. @cd /D "C:\Program Files\Oracle\VirtualBox\"
  6.  
  7. VBoxManage.exe modifyvm "%VM%" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
  8. VBoxManage setextradata "%VM%" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
  9. VBoxManage setextradata "%VM%" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
  10. VBoxManage setextradata "%VM%" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
  11. VBoxManage setextradata "%VM%" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
  12. VBoxManage setextradata "%VM%" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
  13.  
  14. @pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement