Advertisement
zefie

VMWare OSX Thing

Mar 10th, 2021
1,919
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SET VBoxManage="C:\Program Files\Oracle\VirtualBox\VBoxManage.exe"
  2. for /f "delims=\" %%I in ("%CD%") do set VMNAME=%%~nxI
  3.  
  4. %VBoxManage% modifyvm "%VMNAME%" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
  5. %VBoxManage% modifyvm "%VMNAME%" --cpu-profile "Intel Core i7-6700K"
  6. %VBoxManage% setextradata "%VMNAME%" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
  7. %VBoxManage% setextradata "%VMNAME%" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
  8. %VBoxManage% setextradata "%VMNAME%" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
  9. %VBoxManage% setextradata "%VMNAME%" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
  10. %VBoxManage% setextradata "%VMNAME%" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement