Aussie owned and operated, with 23+ years of industry experience, Gold Coast InfoTech is delighted to support all of your business technology requirements.

Gallery

Contacts

success@goldcoastinfotech.com.au

1800 291 071

KBArticles Scripts, Commands, Registry Uncategorized

Set video hardware acceleration for VMware servers

Set WshShell = WScript.CreateObject(“WScript.Shell”)
‘ Acceleration Levels go from 0 to 5. 0=full, 5=none
intAccelLevel = 0
strInputString = WScript.StdIn.ReadLine
intStartLocation = instr(1, strInputString,”SystemCurrentControlSet”)
strPartKey = right(strInputString, len(strInputString) – intStartLocation +1)
strNewKey = strPartKey & “Acceleration.Level”
WshShell.RegWrite strNewKey, intAccelLevel,”REG_DWORD”

Author

Customer

Leave a comment

Your email address will not be published. Required fields are marked *