Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 544 Bytes

set-up-vmware.md

File metadata and controls

20 lines (18 loc) · 544 Bytes

Prepare VMware Workstation

Windows as Host System

There are some things you can boost up the performance of VMware Workstation.

Open Command Prompt as administrator:

bcdedit /set hypervisorlaunchtype off
# To set it on again if needed:
bcdedit /set hypervisorlaunchtype auto

Disable memory integrity (in GUI):

Windows Security > Device Security > Core Isolation details

PowerShell:

powercfg /powerthrottling disable /path 'C:\Program Files (x86)\VMware\VMware Workstation\vmware.exe'

Reboot machine.