Skip to content

Releases: CatalystCode/windows-registry-node

Access Windows Registry from Node.js!

13 Nov 06:56
Compare
Choose a tag to compare
Pre-release

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