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

any way to send hex values instead of binary? #95

Closed omiinaya closed 2 years ago

omiinaya commented 2 years ago

I am attempting to recreate this script: https://superuser.com/questions/949385/map-capslock-to-control-in-windows-10

My issue is that the vb script used by the put function will not take my hex numbers as a string.

I've been attempting to create an array that it will accept for hours... Any tips?

kessler commented 2 years ago

sorry for the later reply, if you want to provide a working code example, please reopen this issue