Install VirtualBox 7 on Windows 11


 Installation of VirtualBox 7 on Windows 11 is straight forward.

Visit https://www.virtualbox.org/wiki/Downloads to download VirtualBox platform package of Windows host.

But, for Windows, you have to install Python and win32api in advance.

To install Python (currently 3.11.3) on Windows 11
- Visit https://www.python.org/downloads/, download the latest version for Windows.
- In the Setup dialog, enable Add python.exe to PATH, and Install Now.

Then install win32api using pip, run the command:
> pip install pywin32



next:
~ Install Linux Mint 21.1 on VirtualBox 7 over Windows 11

Comments

Popular posts from this blog

480x320 TFT/ILI9488 SPI wih EP32C3 (arduino-esp32) using Arduino_GFX Library

MicroPython/ESP32-C3 + 1.8" 128x160 TFT ST7735 SPI, using boochow/MicroPython-ST7735 library.