On your Windows 11 or 10 system, go to the Search box and type CMD## as per your choice # or Powershell. Here we use PowerShell. When it appears in the results, select "Run as administrator". This is because we need administrator user access to run commands to install any software on Windows.
Step 2: Check Winget AvailabilityWell, although all the latest versions of Windows 10 and 11 come with Winget tool by default. But let's first check if it works.Type:
wingetIn return, you will see options that can be used with the command. Step 3: Vmware Workstation Installation Command for Windows 11Now that we have it, let’s install it on Windows 11 using its single command VMware Workstation player.
winget
Here:
winget install Vmware.WorkstationPlayer(
Only available for paid license users) Same, Those who are looking for commands to install the Vmware Workstation Pro version can use:
winget install Vmware.WorkstationProSoon, the system will open the GUI of the Vmware Installation Wizard , you are asked to accept the End User License Agreement (EULA), check the box given for this, and complete the installation process. Step 4: Start using Vmware PlayerAfter the installation is complete, go to "Applications" and then search for Vmplayer from the search, as its icon appears, click to run it. #From here, you can start creating a virtual machine for your favorite operating system without leaving Windows 11.
The above is the detailed content of Install VMware Workstation on Windows 11 with just one simple command. For more information, please follow other related articles on the PHP Chinese website!