{"id":20454932,"url":"https://github.com/little-apps/regeditgo","last_synced_at":"2026-05-20T14:13:28.501Z","repository":{"id":79015772,"uuid":"81409762","full_name":"little-apps/RegEditGo","owner":"little-apps","description":"Navigates to a Windows Registry key and (possibly) a value name in regedit.exe","archived":false,"fork":false,"pushed_at":"2019-05-16T17:54:48.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T23:25:15.439Z","etag":null,"topics":["csharp","interoperability","messages","microsoft","registry","windows"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/little-apps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-09T04:40:49.000Z","updated_at":"2023-08-24T21:11:02.000Z","dependencies_parsed_at":"2023-02-25T09:00:50.144Z","dependency_job_id":null,"html_url":"https://github.com/little-apps/RegEditGo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/little-apps%2FRegEditGo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/little-apps%2FRegEditGo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/little-apps%2FRegEditGo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/little-apps%2FRegEditGo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/little-apps","download_url":"https://codeload.github.com/little-apps/RegEditGo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242005820,"owners_count":20056434,"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":["csharp","interoperability","messages","microsoft","registry","windows"],"created_at":"2024-11-15T11:17:24.466Z","updated_at":"2026-05-20T14:13:23.471Z","avatar_url":"https://github.com/little-apps.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RegEditGo\nNavigates to a Windows Registry key and (possibly) a value name in regedit.exe. Instead of just setting ``LastKey`` in ``HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Applets\\Regedit``, this utilizes Windows Messages to navigate like an actual user would. This project is a fork of [JumpTo RegEdit](https://www.codeproject.com/articles/20283/jumpto-regedit) created by Reto Ravasio in August 2007.\n\n## License ##\nThis project is licensed under the [GNU Lesser General Public License v3](http://www.gnu.org/copyleft/lesser.html).\n\n## Notes ##\n * Along with \"regedit.exe\", this program also requires administrator privileges in order to run.\n * RegEditGo attempts to get all possible access rights to the \"regedit.exe\" process object (using ``PROCESS_ALL_ACCESS``) . Although not required, it is recommend the \"SeDebugPrivilege\" (``SE_DEBUG_NAME``) is added to your program before RegEditGo is used.\n * When RegEditGo is unable to send messages to regedit.exe, it is usually because it is running in an incompatible architecture (the default in Visual C# projects is to prefer 32 bit). If this occurs, regedit.exe will be closed and then started again from RegEditGo. If it fails again, a ``SystemException`` is thrown.\n\n## Example ##\n\n    try\n    {\n        using (var regEditGo = new RegEditGo.RegEditGo(RegKey, ValueName))\n        {\n            regEditGo.GoTo();\n        }\n    }\n    catch (Exception ex)\n    {\n        // Unable to navigate to registry key or value\n    }\n\n## Show Your Support ##\nLittle Apps relies on people like you to keep our software running. If you would like to show your support for Little Software Stats, then you can [make a donation](https://www.little-apps.com/?donate) using PayPal, Payza or Bitcoins. Please note that any amount helps (even just $1). ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittle-apps%2Fregeditgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flittle-apps%2Fregeditgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittle-apps%2Fregeditgo/lists"}