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