A lune module that provides access to the Windows Registry through the REG commandline tool
Install with pesde
pesde add jiwonz/winregExample code
local hkcu = winreg.RegKey.predef("HKEY_CURRENT_USER")
local robloxStudioReg = hkcu:openSubkey("Software\\Roblox\\RobloxStudio")
winreg-lune is heavily inspired by winreg-rs and node-winreg