Skip to main content
Solved

FME Can deal with registry data ? ex : HKEY_CURRENT_USER key and values data

  • October 23, 2017
  • 1 reply
  • 20 views

Forum|alt.badge.img

Useing FME desktop Can i read and write "HKEY_CURRENT_USER" data ?

I need Created the key at run time and set the value according i will read the parameter values.

Best answer by brianatsafe

Hi @kumarc,

You can use a python library with the PythonCaller to do this. For example, the WinReg Module has tools to access and edit the Windows Registry.

 

See:

 

https://docs.python.org/2/library/_winreg.html#module-_winreg

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

brianatsafe
Safer
Forum|alt.badge.img+13
  • Safer
  • 92 replies
  • Best Answer
  • October 23, 2017

Hi @kumarc,

You can use a python library with the PythonCaller to do this. For example, the WinReg Module has tools to access and edit the Windows Registry.

 

See:

 

https://docs.python.org/2/library/_winreg.html#module-_winreg