node-regedit
node-regedit copied to clipboard
Read, Write, List and do all sorts of funky stuff to the windows registry using node.js and windows script host
I too am having the same issue. I am receiving the error "Unsupported Hive". The funny thing is that `putValue()` still writes to the registry and stores the value correctly....
My Code:   Exception:  I feel very strange, clearly has been modified successfully  Brothers, please help me.
Is there a changelog in this repo? There is no version tag so it is very difficult to compare changes between different versions.
My code: await regedit.createKey(["HKEY_LOCAL_MACHINE\\SOFTWARE\\PFM"]); regedit.putValue({ "HKEY_LOCAL_MACHINE\\SOFTWARE\\PFM": { myname: { value: myvalue, type: "REG_SZ", }, }, });
Fixes types stated in #103
 I confirm that the path of the.wsf file is correct, but I still throw an error
what happens? invoke regedit.createKey/deleteKey
This issue was caused by the fix attempt in #48 which prevented the loop from finishing. Using an index instead of pop allows to control array positioning even through drain...
Some Typescript definitions are missing or have errors: - Streaming interface is missing - listUnexpandedValues interface is missing - Architecture constants are not exported in index.js - REG_BINARY_Value is defined...
@kessler It is not thoroughly tested yet. Please take some time to review it.