1
Sep/08
4

Getting Video Hardware Acceleration Level

This “Helpful Script of the Day” will determine the Video Hardware Acceleration Level for each of your Virtual Machines. Setting the Acceleration to Full will prevent choppy mouse movement when using the console. You can just as easily adjust the script to run against a list of servers of even get the server list from Active Directory. The script works on both physical and virtual Windows servers. Note that a AccLevel of 5 corresponds to No Acceleration and a AccLevel of 0 to Full Acceleration.

Get-VMAccLevel (Rename to .ps1)

Need help? Got a comment? Drop me a line. 

Enjoy!

  • Share/Bookmark

No related posts.

Comments (4) Trackbacks (2)
  1. Sumit GUpta
    12:07 on September 2nd, 2008

    Nice script…
    But is there a way to change change the Video Hardware Acceleration Level using the script?

  2. admin
    12:57 on September 2nd, 2008

    Thanks!
    You can use the SetValue method instead of the GetValue method to set the value of the registry setting. But I’m not sure if the setting will be applied right away. I didn’t have the chance to test that yet.

  3. Nielsson
    10:10 on September 24th, 2008

    Btw: It is not always “Video0″.
    On another computer of mine it is “Video7″ and “Video8″.
    So it doesn’t seem to be a general solution?

  4. admin
    15:14 on October 21st, 2008

    Nielsson and Sumit, I have posted a new script that solves both your questions: http://www.peetersonline.nl/index.php/vmware/setting-video-hardware-acceleration-level/

Leave a comment