Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 240 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 240 Bytes

set-registry-key

Native node module that adds registry keys on windows. Written in C++. That's all.

import { setRegistryKey } from "@canopytax/set-registry-key";

setRegistryKey("registry\\path", "Property", "Value");