User Tools

Site Tools



vmware

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
vmware [2020/10/06 13:28] – [Disabling Unnecessary Windows Security] urguwnovmware [2020/11/13 03:01] – [Giving VMWare Priority] urguwno
Line 42: Line 42:
 ======= Giving VMWare Priority ======= ======= Giving VMWare Priority =======
  
-The following VBScript file (.vbs) will give all your VM'high priority after they have been startedYou'll need to run this script with elevated privileges on the host machine. (right-click, choose Run as Administrator)+Use the "Prio" Task Manager addon on the host PC to make all of your "vmware-vmx.exe" processes high priority.
  
-Const HIGH_PRIORITY = 128\\ +https://www.prnwatch.com/prio/
-strComputer = "."\\ +
-Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")\\ +
-Set colProcesses = objWMIService.ExecQuery _ ("Select * from Win32_Process Where Name = 'vmware-vmx.exe'")\\ +
-For Each objProcess in colProcesses objProcess.SetPriority(HIGH_PRIORITY) Next\\+
  
 ======= Command Line Arguments ======= ======= Command Line Arguments =======
vmware.txt · Last modified: 2020/12/02 06:09 by urguwno