IT-experts.dk
set hardware acceleration using scripts
rasmus sjoerslev

If you have tried installing VMware Tools, you know that at the end it prompts you for changing hardware acceleration levels (which you always want to change anyways...). This is tedious process doing manually but can be automated.

Attached is a VBscript that changes the level to "Full" (just rename to .vbs and run). It works on Server 2003/2008 i assume that it works on XP/Vista/Win7 too...

I am using this script when installing VMs using MDT (the reason why it's a VBscript and not PowerShell) to automatically change hardware acceleration after VMware tools finishes installing.

If you want to check if all your current VMs have full hardware acceleration enabled, take a look at this awesome VI toolkit script from Hugo Peeters.

Note in the comments section of that post there is a description on how to change these settings directly in the .inf files for the drivers. Not tried that but sounds cool :)


Posted 8 jan 2009 16:38 by Rasmus Sjørslev
Filed under:
Attachment: set-accel.txt

Comments

Jesper Ravn wrote re: set hardware acceleration using scripts
on 8 jan 2009 19:03

Hi Rasmus

Nice post.

Check also this blog below.

There's a lot of cool VMware stuff combined with PowerShell.

http://teckinfo.blogspot.com/

/Jesper

Rasmus Sjørslev wrote re: set hardware acceleration using scripts
on 9 jan 2009 8:13

Thanks for the link.

i can recommend these sites:

blogs.vmware.com/vipowershell - Official VMware VI Toolkit blog

communities.vmware.com/.../windows_toolkit - official VMware VI toolkit forum. hugop and LucD's posts are always worth reading

http://www.peetersonline.nl/ - great site with many examples and "one-liners"