๐๏ธ 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