Created
July 28, 2021 15:44
-
-
Save TolgaBagci/00b5cbca032c6dc7e5cb6ced09e4c080 to your computer and use it in GitHub Desktop.
VirtualBox macOS Screen Resolution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd "C:\Program Files\Oracle\Virtualbox" | |
VBoxManage setextradata "macOSBigSur" VBoxInternal2/EfiGraphicsResolution 1280x720 | |
Values: 1280x720, 1920x1080, 2048x1080, 2560x1440, 3840x2160, 1280x800, 1280x1024, 1440x900, 1600x900 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment