Hi,
I am currently programming my hama remote control. I just now stumbled upon a problem with writing registry values:
To switch my default audio device (PC usage or TV watching) I need to write registry values in "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render"
I am not able to get this working in eventghost.
One problem is, that my system is windows 7 64 bit and Eventghost seems to be able to just get access to the wow3264 node registry part, where windows stores registry keys for 32 bit programs.
Anyone have any experience with this problem?
Regards,
Daniel
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Registry writing question
Re: Registry writing question
Sorry for the thread bump.
I couldn't find any information on how to use the registry writing option properly. Does anybody have a link or some help for me?
Regards,
Daniel
I couldn't find any information on how to use the registry writing option properly. Does anybody have a link or some help for me?
Regards,
Daniel
Re: Registry writing question
you can use the reg commandline tool to work around this.
Re: Registry writing question
Ah, thanks, didn't know this!