Advertisement
RogerRoger

Virtualbox / MacOSX / Monterey FIXES

Jun 26th, 2023 (edited)
5,887
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | Source Code | 0 0
  1. // This is for Virtualbox / MacOSX / Monterey / Catalina
  2. // The following script you need to paste into a CMD (elevated to ADMIN)
  3. // Copy each line and then go to your CMD window and right click your mouse
  4. // This will paste the copy/highlighted line into the command line.
  5.  
  6.  
  7. cd "C:\Program Files\Oracle\VirtualBox\"
  8. VBoxManage modifyvm "<VM_Name>" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
  9. VBoxManage modifyvm "<VM_Name>" --cpu-profile "Intel Core i7-6700K"
  10. VBoxManage setextradata "<VM_Name>" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac19,1"
  11. VBoxManage setextradata "<VM_Name>" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
  12. VBoxManage setextradata "<VM_Name>" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Mac-AA95B1DDAB278B95"
  13. VBoxManage setextradata "<VM_Name>" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
  14. VBoxManage setextradata "<VM_Name>" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
  15. VBoxManage setextradata "<VM_Name>" "VBoxInternal/TM/TSCMode" "RealTSCOffset"
  16.  
  17. // use this if the display is stuck at 1024x768
  18. VBoxManage setextradata "<VM_Name>" VBoxInternal2/EfiGraphicsResolution 1920x1080
  19. VBoxManage setextradata "<VM_Name>" GUI/ScaleFactor 1
  20. // Scale factors are 1 = 100%, 1.25 = 125%, etc
  21.  
  22. // NOTE you can adjust the resolution to whatever numbers work for your system
  23. // IF you are trying to install Microsoft Visual Studio code and get ERROR 4
  24. // go to TERMINAL and enter this: sudo spctl --master-disable
  25. // then try to install Visual Studio Code again. Be sure its removed before trying again.
  26.  
Advertisement
Comments
  • feelie75
    1 year
    # text 0.21 KB | 0 0
    1. If you get this error on booting:Failed to query SMC value from the host (VERR_INVALID_HANDLE)
    2. Then run this command:
    3. VBoxManage.exe setextradata "<VM name>" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 0
    4.  
  • Don790
    222 days
    # text 0.11 KB | 0 0
    1. 😍👉Download Cracked File Here:
    2.  
    3.  
    4. https://alphasofts.net/dl/
    5.  
    6. Copy and Paste Download Link In New Tab
Add Comment
Please, Sign In to add comment
Advertisement