


More the new update of Windows 10 released in May 2019 in public and named as 1903 version also the code named 19H1. Therefore, Microsoft decides to remain Windows for a long time. I think in the era of operating system Windows 10 is one of the most complete and professional operating systems. Now Windows 10 final version or update is available to install on your computer if you didn’t. See the following article: All ways to open the command prompt in Windows 10, and the part "Run the command prompt directly from Explorer".Have you ever thought about it how to install Windows 10 on VMware Workstation or install Windows 10 on VirtualBox? Windows 10 is one of the best exclusive operating systems for everyone. Under Windows, you need to open a new command prompt window in the folder C:\Program Files\Oracle\VirtualBox. Under Linux, VBoxManage is accessible from any opened terminal/console. VBoxManage controlvm "Windows 10 build 14352" setvideomodehint 1366 768 32 VBoxManage setextradata "Windows 10 build 14352" "CustomVideoMode1" "1366x768x32" In my case, I need to execute the following commands: VBoxManage setextradata global GUI/MaxGuestResolution any You must run these commands after the virtual machine has been started, when the guest operating system is ready to use and its Guest Additions are installed properly and loaded.

The second command defines a custom video mode for the specific virtual machine with name "Machine Name".įinally, the third command sets this custom video mode for your virtual machine. The first command unlocks all possible display resolutions for virtual machines. VBoxManage controlvm "Machine Name" setvideomodehint Width Height Bpp VBoxManage setextradata "Machine Name" "CustomVideoMode1" "Width x Height x Bpp" You need to execute the following commands: VBoxManage setextradata global GUI/MaxGuestResolution any Our readers might be familiar with this tool from the article How to resize a VirtualBox HDD image (VDI). To bypass this limitation, you need to use the VBoxManage tool, which is a console application to tweak virtual machines on the fly and offline.

As you can see, it is not listed in available display modes in my setup: Let's say I want to set the display resolution in my Windows 10 VM to 1366x768.
