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

regedit.list yields keys only #81

Closed dtboy1995 closed 3 years ago

nuryagdym commented 3 years ago

+1

List request with key HKCU\SOFTWARE retrieved only keys (the folders names under this directory). When I added the app's name at the end HKCU\SOFTWARE\<app> I was able to get values.

kessler commented 3 years ago

@M1cr0M1nd can you try this please?

M1cr0M1nd commented 3 years ago

@dtboy1995 @nuryagdym Are you sure you have values under 'HKCU\SOFTWARE' & 'HKLM\SOFTWARE'? I have no values there and when manually adding one and running list everything works.

If you're talking about values not coming back as an empty object it will as of version 5.0.0

kessler commented 3 years ago

I'm closing this and we'll keep track of this on #76