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:
winget
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.WorkstationPro
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!