node-regedit icon indicating copy to clipboard operation
node-regedit copied to clipboard

unsupported hive

Open Displayray opened this issue 3 years ago • 2 comments

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

Displayray avatar May 17 '22 20:05 Displayray

+1

5.0.0 used normally

lecepin avatar May 20 '22 15:05 lecepin

Version 5.00 seems to work for me

MLDMoritz avatar Jul 08 '22 18:07 MLDMoritz

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

kessler avatar Feb 19 '23 18:02 kessler