Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
10 views2 pages

CMD Commands

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

CMD Commands

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

TechWise Youtube Channel

************ To Disable Hyper-V ************

bcdedit /set hypervisorlaunchtype off

************ To Increase Display Resolution & Memory ************

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

VBoxManage setextradata “mac os124662” VBoxInternal2/EfiGraphicsResolution


1920x1080

Choose a Resolution:
1280x720 | 1920x1080 | 2560x1440 | 2048x1080 | 3840x2160
HD FHD QHD 2K 4K

VBoxManage modifyvm "mac os124662" --vram 256

************ To Patch Virtual Machine ************

**** For AMD Processor ***

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

VBoxManage.exe modifyvm "mac os124662" --cpuidset 00000001 000106e5 00100800


0098e3fd bfebfbff

VBoxManage setextradata "mac os124662"


"VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,3"

VBoxManage setextradata "mac os124662"


"VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"

VBoxManage setextradata "mac os124662"


"VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"

VBoxManage setextradata "mac os124662"


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

VBoxManage setextradata "mac os124662"


"VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0

VBoxManage modifyvm "mac os124662" --cpu-profile "Intel Core i7-6700K"

VBoxManage setextradata "mac os124662" "VBoxInternal/TM/TSCMode" "RealTSCOffset"


*** For Intel Processor ***

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

VBoxManage.exe modifyvm "mac os124662" --cpuidset 00000001 000106e5 00100800


0098e3fd bfebfbff

VBoxManage setextradata "mac os124662"


"VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,3"

VBoxManage setextradata "mac os124662"


"VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"

VBoxManage setextradata "mac os124662"


"VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"

VBoxManage setextradata "mac os124662"


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

VBoxManage setextradata "mac os124662"


"VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0

VBoxManage setextradata "mac os124662" "VBoxInternal/TM/TSCMode" "RealTSCOffset"

You might also like