Skip to main content

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.

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


Reply