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.
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.
- 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
Post a Comment