{"id":15374184,"url":"https://github.com/moteus/lua-winreg","last_synced_at":"2025-04-15T15:10:41.965Z","repository":{"id":4546257,"uuid":"5686915","full_name":"moteus/lua-winreg","owner":"moteus","description":"Lua binary module to Access Microsoft(R) Windows(R) Registry","archived":false,"fork":false,"pushed_at":"2019-02-23T08:25:49.000Z","size":64,"stargazers_count":8,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T21:38:10.273Z","etag":null,"topics":["lua","registry","windows","winreg"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moteus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-05T12:34:30.000Z","updated_at":"2024-04-11T01:11:35.000Z","dependencies_parsed_at":"2022-08-31T11:40:14.464Z","dependency_job_id":null,"html_url":"https://github.com/moteus/lua-winreg","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moteus%2Flua-winreg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moteus%2Flua-winreg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moteus%2Flua-winreg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moteus%2Flua-winreg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moteus","download_url":"https://codeload.github.com/moteus/lua-winreg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249094932,"owners_count":21211837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lua","registry","windows","winreg"],"created_at":"2024-10-01T13:57:34.243Z","updated_at":"2025-04-15T15:10:41.927Z","avatar_url":"https://github.com/moteus.png","language":"C","readme":"# winreg\r\n\r\n[![Build status](https://ci.appveyor.com/api/projects/status/8xfyu8bow3n51jv2/branch/master?svg=true)](https://ci.appveyor.com/project/moteus/lua-winreg/branch/master)\r\n\r\n--------------------------------------------------------------------------------\r\n\r\n## Jas Latrix\r\nCopyright © 2005, 2006 Jas Latrix \u003cjastejada at yahoo dot com\u003e\r\n\r\nAll Rights Deserved. Use at your own risk!. Shake well before using.\r\n\r\n--------------------------------------------------------------------------------\r\n\r\n\r\n# Introduction\r\n\r\nwinreg is a Lua binary module to Access Microsoft(R) Windows(R) Registry. The registry is a \r\nsystem-defined database that applications and Microsoft(R) Windows(R) system components use to \r\nstore and retrieve configuration data.\r\nLoad the module via the require function (make sure Lua can find the module), for example: \r\n\r\n```lua\r\nlocal winreg = require\"winreg\"\r\n\r\n-- prints all the special folders\r\nhkey = winreg.openkey[[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion]]\r\n\r\nskey = hkey:openkey([[Explorer\\Shell Folders]])\r\nfor name in skey:enumvalue() do\r\n  print(\"\\nname: \" .. name\r\n     .. \"\\npath: \" .. skey:getvalue(name))\r\nend\r\n```\r\n\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoteus%2Flua-winreg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoteus%2Flua-winreg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoteus%2Flua-winreg/lists"}