node-regedit icon indicating copy to clipboard operation
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

Results 29 node-regedit issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/70565665/181175310-fe59a551-c7cf-48fb-bb49-a2162fe805fc.png) ![image](https://user-images.githubusercontent.com/70565665/181174140-ec52d9a0-cb90-4580-a8ac-a1c98897da91.png) Exception: ![image](https://user-images.githubusercontent.com/70565665/181174259-6068f259-0067-4b07-9f01-e3d97e6915c8.png) I feel very strange, clearly has been modified successfully ![image](https://user-images.githubusercontent.com/70565665/181175025-6209380e-ea0d-4d90-81b1-e83c48f0c17e.png) 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", }, }, });

![image](https://user-images.githubusercontent.com/17895675/174939700-f60995c2-519d-476f-b5c0-8cf8eedbade5.png) 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.