Author Topic: Reading windows registery  (Read 895 times)

0 Members and 1 Guest are viewing this topic.

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Reading windows registery
« on: October 04, 2014, 06:40:48 PM »
I am looking for a way to read windows registery ... Any ideas?
When Voice command gets tough, use hand gestures

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Reading windows registery
« Reply #1 on: October 04, 2014, 07:08:32 PM »
I believe EventGhost can do this.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Reading windows registery
« Reply #2 on: October 04, 2014, 09:00:15 PM »
Actually you can do this with the python plugin.  It seems pretty straightforward.

Copy and paste the first example from this post in the python plugin windows and you will see that it works.  You should be able to figure out the rest depending on what keys you actually want to read or write.

http://stackoverflow.com/questions/4730141/ironpython-windows-registry-get-installation-paths

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Reading windows registery
« Reply #3 on: October 04, 2014, 10:50:55 PM »
Actually you can do this with the python plugin.  It seems pretty straightforward.

Copy and paste the first example from this post in the python plugin windows and you will see that it works.  You should be able to figure out the rest depending on what keys you actually want to read or write.

http://stackoverflow.com/questions/4730141/ironpython-windows-registry-get-installation-paths

that is a perfect solution ...  :clap :clap
otherwise would've been too much ... send the regkeys to EG... get back answers ...etc.
in fact for the moment I am using EG just to control my Samsung TV... and hoping to migrate that plug-in to VC python ... less programs ... less memory.. les trouble
« Last Edit: October 04, 2014, 10:53:29 PM by Haddood »
When Voice command gets tough, use hand gestures