Virtualbox

MacOS 安装

virtualbox 破解程序

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
cd "d:\Program Files\Oracle\VirtualBox"

VBoxManage.exe modifyvm "macos sierra" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff

VBoxManage setextradata "macos sierra" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"

VBoxManage setextradata "macos sierra" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"

VBoxManage setextradata "macos sierra" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"

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

VBoxManage setextradata "macos sierra" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

ubuntu virtualbox 不能联网问题

解决方法