Installing macOS directly on Windows using VirtualBox

Опубликовано: 20 Апрель 2026
на канале: Werstey
149,219
3.7k

Want to run macOS on VirtualBox? In this video, I'll show you how to install macOS on Windows using VirtualBox step by step, explain the necessary settings, and help you troubleshoot any issues. Watch until the end to successfully run macOS on your PC!
Links:
Follow me on Telegram - https://t.me/Werstey
Download ISO image - https://archive.org/details/macos_iso
Download VirtualBox - https://www.virtualbox.org/wiki/Downl...
Commands on Google Drive - https://drive.google.com/file/d/1AJXQ...

Commands:

Disable Hyper-V:
bcdedit /set hypervisorlaunchtype off

Display settings
cd "C:\Program Files\Oracle\VirtualBox\"

VBoxManage setextradata “macOS” VBoxInternal2/EfiGraphicsResolution 1920x1080

Add video memory
VBoxManage modifyvm "macOS" --vram 256


For Intel processors:

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" "iMac19.3"

VBoxManage setextradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"

VBoxManage setextradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"

VBoxManage setextradata "macOS" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"

VBoxManage setextradata "macOS" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0

VBoxManage setextradata "macOS" "VBoxInternal/TM/TSCMode" "RealTSCOffset"



For AMD processors

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" "iMac19.3"

VBoxManage setextradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"

VBoxManage setextradata "macOS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"

VBoxManage setextradata "macOS" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"

VBoxManage setextradata "macOS" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0

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

VBoxManage setextradata "macOS" "VBoxInternal/TM/TSCMode" "RealTSCOffset"