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
279 stars 45 forks source link

How to delete value? #20

Closed WinterWoods closed 7 years ago

WinterWoods commented 7 years ago

How to delete value?thx

WinterWoods commented 7 years ago

@kessler

kessler commented 7 years ago

To delete the whole key: https://github.com/ironSource/node-regedit#regeditdeletekeystringarray-function

To "clear" a value use putValue with zero length string or something else that is the equivalent of null / zero for that particular key type

kessler commented 7 years ago

@longang520 is this issue resolved?