How to turn off Video Acceleration programatically.

Posted by Stefan on Stack Overflow See other posts from Stack Overflow or by Stefan
Published on 2010-05-26T12:47:55Z Indexed on 2010/05/26 12:51 UTC
Read the original article Hit count: 229

Im using the Windows Media Player OCX in a program runned on hundreds of computers (dedicated).

I have found out that when video acceleration is turned on to "full", on some computers it will cause the video to fail to play correct, with green squares between movies and so on. Turn the acceleration to "None" and everything is fine.

This program is runned on ~800 computers that will autoupdate my program. So I want to add to the startup to my program that it turns off the video acceleration.

The question is, how do I turn off video Acceleration Programatically?

All computers are running XP and at least the second service pack. It would take me ages to manually logg in to all those computers and change that setting so thats why I want the program to be able to do it automagically for me.

alt text

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about windows-media-player