jiwonz/winreg

A lune module that provides access to the Windows Registry through the REG commandline tool

winreg-lune

A lune module that provides access to the Windows Registry through the REG commandline tool

Usage

Install with git submodule

git submodule add [url] [path/to/submodule]

Example code

local hkcu = winreg.RegKey.predef("HKEY_CURRENT_USER")

local robloxStudioReg = hkcu:openSubkey("Software\\Roblox\\RobloxStudio")

Inspiration

winreg-lune is heavily inspired by winreg-rs and node-winreg