๐ŸŽ›๏ธ System configuration

November 14, 2019 ยท View on GitHub

While Unix usually stores system configuration as files, Windows uses the registry, a central key-value database. Some projects like node-winreg, rage-edit or windows-registry-node can be used to access it from Node.

This should only be done when accessing OS-specific settings. Otherwise storing configuration as files or remotely is easier and more cross-platform.


Next (๐ŸŽ›๏ธ Hardware)
Previous (๐ŸŽ›๏ธ OS identification)
Top