Vieo Hardware Acceleration setting

G

gbaudin

hi,

i want programmatically change Video Acceleration parameter, but i don't
know where it could be stock anywhere in Registry ( i hope it's in registry
! ).

As i found any solution on web, i wanted to follow registry activities and
looked for in log file the possible paths.


i've found these paths but i don't understand what it means.
These paths have no consistancy.

could you explain me what does it mean ?
thanks.


HKCU\CURRENTCONTROLSET\CONTROL\VIDEO\{DDA490C9-59A3-41FE-A20F-8BA14A8F5145}\0000\Acceleration.Level


HKLM\Software\Microsoft\COM3\Software\Microsoft\Internet
Explorer\Desktop\Components\GeneralFlags
 
M

Mark V

In said:
hi,

i want programmatically change Video Acceleration parameter, but
i don't know where it could be stock anywhere in Registry ( i
hope it's in registry ! ).

As i found any solution on web, i wanted to follow registry
activities and looked for in log file the possible paths.


i've found these paths but i don't understand what it means.
These paths have no consistancy.

could you explain me what does it mean ?
thanks.

While I do not immediately know where this data is stored in ____.
What operating system?
HKCU\CURRENTCONTROLSET\CONTROL\VIDEO\{DDA490C9-59A3-41FE-A20F-8BA
14A8F5145}\0000\Acceleration.Level

I suspect that is a W9x registry path... :(
HKLM\Software\Microsoft\COM3\Software\Microsoft\Internet
Explorer\Desktop\Components\GeneralFlags
Irrelevant.

Get REGMON from Sysinternal.com and you may be able to detect the
key/value being altered.

I suspect that on NT5x OSs this will be under a deviceID or ClassID
key possibly specific to the video controller being used.

If I find anything I will post more.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top