Releases: CatalystCode/windows-registry-node
Releases · CatalystCode/windows-registry-node
Access Windows Registry from Node.js!
This is our first release and hopefully not the last! In this release there are a few key functionalities:
- Create Update Delete and Read operations on Windows Registry Keys
- Utility function for associating a file type extension to an application on Windows
- The ability to elevate your apps pending user approval.
Install through npm:
npm install windows-registry --save