Quantcast
Channel: Britec Tech Support Forum - All Forums
Viewing all articles
Browse latest Browse all 3686

INSTALL MACOS HIGH SIERRA IN VIRTUALBOX ON WINDOWS 10

$
0
0

.jpg   macOS-10.13.6-High-Sierra-on-VirtualBox-on-Windows-PC.jpg (Size: 266.27 KB / Downloads: 6)

Download

Code:
Close your VirtualBox before run this commands. Replace “Virtual Machine Name” with your virtual machine name, then copy and paste this code to Command Prompt.

Code for Virtualbox 5.x:

cd "C:\Program Files\Oracle\VirtualBox\"
VBoxManage.exe modifyvm "Virtual Machine Name" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
VBoxManage setextradata "Virtual Machine Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
VBoxManage setextradata "Virtual Machine Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Virtual Machine Name" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "Virtual Machine Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Virtual Machine Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1


Code:
cd "C:\Program Files\Oracle\VirtualBox"
VBoxManage modifyvm "Virtual Machine Name" --firmware efi
VBoxManage setextradata "MacOS" VBoxInternal2/EfiGraphicsResolution 1920x1080

Viewing all articles
Browse latest Browse all 3686

Trending Articles