kessler / node-regedit

Read, Write, List and do all sorts of funky stuff to the windows registry using node.js and windows script host
MIT License
281 stars 45 forks source link

unsupported hive #102

Closed Displayray closed 1 year ago

Displayray commented 2 years ago

My code: await regedit.createKey(["HKEY_LOCAL_MACHINE\SOFTWARE\PFM"]); regedit.putValue({ "HKEY_LOCAL_MACHINE\SOFTWARE\PFM": { myname: { value: myvalue, type: "REG_SZ", }, }, });

lecepin commented 2 years ago

+1

5.0.0 used normally

MLDMoritz commented 2 years ago

Version 5.00 seems to work for me

kessler commented 1 year ago

this is fixed now, sorry for the delayed response to this. published on 5.1.2