Jump to content

Recommended Posts

Guest trentreznor
Posted

Is there a way to have autoit search for a rege key, even it is in different places depending on a workstation model? I need to find a way to turn off the hardware acceleration for video and I was hoping I could do a search and change the keys value. Thanks.

Posted (edited)

Hi trentreznor,

try this:

For 200x/XP:

REG EXPORT HKLM\System\CurrentControlSet Temp.txt

For 98/ME:

REGEDIT /E HKLM\System\CurrentControlSet Temp.txt

search your string, create the var, use it.

That's it!

Edited by Westi

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...