{"id":13679348,"url":"https://github.com/EnnoxHD/windows-registry","last_synced_at":"2025-04-29T18:32:03.141Z","repository":{"id":165703693,"uuid":"184293440","full_name":"EnnoxHD/windows-registry","owner":"EnnoxHD","description":"Just some useful Registry Stuff.","archived":false,"fork":false,"pushed_at":"2021-10-10T13:34:41.000Z","size":111,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-11T22:35:20.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EnnoxHD.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}},"created_at":"2019-04-30T16:10:23.000Z","updated_at":"2023-03-07T16:51:14.000Z","dependencies_parsed_at":"2023-07-26T17:46:19.221Z","dependency_job_id":null,"html_url":"https://github.com/EnnoxHD/windows-registry","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnnoxHD%2Fwindows-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnnoxHD%2Fwindows-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnnoxHD%2Fwindows-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnnoxHD%2Fwindows-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EnnoxHD","download_url":"https://codeload.github.com/EnnoxHD/windows-registry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251560073,"owners_count":21609136,"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":[],"created_at":"2024-08-02T13:01:04.585Z","updated_at":"2025-04-29T18:32:02.874Z","avatar_url":"https://github.com/EnnoxHD.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# ![](./doc/img/regedit.png) windows-registry\nJust some useful Registry Stuff.\nFor general Information about the Windows Registry see e.g. [Wikipedia](https://en.wikipedia.org/wiki/Windows_Registry).\n\nYou may also be interested in my [windows-config Repository](https://github.com/EnnoxHD/windows-config).\n\n---\n\n## Disclaimer\n\u003eTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\nFor more Information see [License](./LICENSE).\n\n---\n\n## 1. Show Seconds in System Clock\n### Effect\n| Before | After |\n|--------|-------|\n|![17:59](./doc/img/showsecondsinsystemclock/oldclock.png)|![18:01:43](./doc/img/showsecondsinsystemclock/newclock.png)|\n\n### Registry Value\n```\n  Key: HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\nValue: ShowSecondsInSystemClock\n Type: DWORD\n Data: 0x00000001\n```\n\n### \\*.reg Files\n**Enable:** [ShowSecondsInSystemClock_Enable.reg](./src/showsecondsinsystemclock/ShowSecondsInSystemClock_Enable.reg)\n\n**Disable (Windows default):** [ShowSecondsInSystemClock_Disable.reg](./src/showsecondsinsystemclock/ShowSecondsInSystemClock_Disable.reg)\n\n### Required Action\n- [ ] **Reopen or refresh**\n- [x] **Log off**\n- [ ] **Restart**\n\n---\n\n## 2. Real Time is universal\n### Effect\nConfigures Windows to use [UTC](https://en.wikipedia.org/wiki/Coordinated_Universal_Time) instead of Local Time for [RTC](https://en.wikipedia.org/wiki/Real-time_clock).\nThis is especially useful for Dual-Boot Systems with Windows and Linux.\nSee [Archlinux Wiki](https://wiki.archlinux.org/index.php/System_time#UTC_in_Windows) for more Information.\n\n| Before | After |\n|--------|-------|\n|![20:00:00](./doc/img/realtimeisuniversal/oldtime.png)|![22:00:00](./doc/img/realtimeisuniversal/newtime.png)|\n\n### Registry Value\n```\n  Key: HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation\nValue: RealTimeIsUniversal\n Type: DWORD\n Data: 0x00000001\n```\n\n### \\*.reg Files\n**Enable:** [RealTimeIsUniversal_Enable.reg](./src/realtimeisuniversal/RealTimeIsUniversal_Enable.reg)\n\n**Disable (Windows default):** [RealTimeIsUniversal_Disable.reg](./src/realtimeisuniversal/RealTimeIsUniversal_Disable.reg)\n\n### Required Action\n- [ ] **Reopen or refresh**\n- [ ] **Log off**\n- [x] **Restart**\n\n---\n\n## 3. User Folders\n### Effect\nRemoves User Folders from 'This PC' View and Tree in the File Explorer.\nThe Folders are still available through the User Folder itself.\nSee [Wikipedia](https://en.wikipedia.org/wiki/File_Explorer) for more Information.\n\n| Before | After |\n|--------|-------|\n|![](./doc/img/userfolders/3dobjects.png) 3D Objects| removed from 'This PC' View and Tree |\n|![](./doc/img/userfolders/desktop.png) Desktop | removed from 'This PC' View and Tree |\n|![](./doc/img/userfolders/documents.png) Documents | removed from 'This PC' View and Tree |\n|![](./doc/img/userfolders/downloads.png) Downloads | removed from 'This PC' View and Tree |\n|![](./doc/img/userfolders/music.png) Music | removed from 'This PC' View and Tree |\n|![](./doc/img/userfolders/pictures.png) Pictures | removed from 'This PC' View and Tree |\n|![](./doc/img/userfolders/videos.png) Videos | removed from 'This PC' View and Tree |\n\n### Registry Keys\n```\n3D Objects:\n-----------\nKey: -HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}\n```\n```\nDesktop:\n--------\nKey: -HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}\n```\n```\nDocuments:\n----------\nKey: -HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{d3162b92-9365-467a-956b-92703aca08af}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{d3162b92-9365-467a-956b-92703aca08af}\n```\n```\nDownloads:\n----------\nKey: -HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{374DE290-123F-4565-9164-39C4925E467B}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{088e3905-0323-4b02-9826-5d99428e115f}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{374DE290-123F-4565-9164-39C4925E467B}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{088e3905-0323-4b02-9826-5d99428e115f}\n```\n```\nMusic:\n------\nKey: -HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{3dfdf296-dbec-4fb4-81d1-6a3438bcf4de}\n```\n```\nPictures:\n---------\nKey: -HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{24ad3ad4-a569-4530-98e1-ab02f9417aa8}\n```\n```\nVideos:\n-------\nKey: -HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{A0953C92-50DC-43bf-BE83-3742FED03C9C}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{A0953C92-50DC-43bf-BE83-3742FED03C9C}\n     -HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Explorer\\MyComputer\\NameSpace\\{f86fa3ab-70d2-4fc7-9c99-fcbf05467f3a}\n```\n\n### \\*.reg Files\n| Folder | Enable | Disable (Windows default) |\n|--------|--------|---------|\n|![](./doc/img/userfolders/3dobjects.png) 3D Objects| [Remove3DObjects_Enable.reg](./src/userfolders/Remove3DObjects_Enable.reg) | [Remove3DObjects_Disable.reg](./src/userfolders/Remove3DObjects_Disable.reg) |\n|![](./doc/img/userfolders/desktop.png) Desktop | [RemoveDesktop_Enable.reg](./src/userfolders/RemoveDesktop_Enable.reg) | [RemoveDesktop_Disable.reg](./src/userfolders/RemoveDesktop_Disable.reg) |\n|![](./doc/img/userfolders/documents.png) Documents | [RemoveDocuments_Enable.reg](./src/userfolders/RemoveDocuments_Enable.reg) | [RemoveDocuments_Disable.reg](./src/userfolders/RemoveDocuments_Disable.reg) |\n|![](./doc/img/userfolders/downloads.png) Downloads | [RemoveDownloads_Enable.reg](./src/userfolders/RemoveDownloads_Enable.reg) | [RemoveDownloads_Disable.reg](./src/userfolders/RemoveDownloads_Disable.reg) |\n|![](./doc/img/userfolders/music.png) Music | [RemoveMusic_Enable.reg](./src/userfolders/RemoveMusic_Enable.reg) | [RemoveMusic_Disable.reg](./src/userfolders/RemoveMusic_Disable.reg) |\n|![](./doc/img/userfolders/pictures.png) Pictures | [RemovePictures_Enable.reg](./src/userfolders/RemovePictures_Enable.reg) | [RemovePictures_Disable.reg](./src/userfolders/RemovePictures_Disable.reg) |\n|![](./doc/img/userfolders/videos.png) Videos | [RemoveVideos_Enable.reg](./src/userfolders/RemoveVideos_Enable.reg) | [RemoveVideos_Disable.reg](./src/userfolders/RemoveVideos_Disable.reg) |\n|![](./doc/img/userfolders/folder.png) **All Folders** | [RemoveAllFolders_Enable.reg](./src/userfolders/RemoveAllFolders_Enable.reg) | [RemoveAllFolders_Disable.reg](./src/userfolders/RemoveAllFolders_Disable.reg) |\n\n### Required Action\n- [x] **Reopen or refresh**\n- [ ] **Log off**\n- [ ] **Restart**\n\n---\n\n## 4. Enable Hex Numpad\n### Effect\n| Before | After |\n|--------|-------|\n| enter Unicode code points in decimal | ... in hexadecimal |\n| (`Alt pressed` + up to 4 `Numpad` digits) | (`Alt pressed` + `+` + up to 4 `Numpad` or `{A,B,C,D,E,F}` digits) |\n\n- An overview is available at [altcodeunicode.com](https://altcodeunicode.com/how-to-use-alt-codes/).\n\n### Registry Value\n```\n  Key: HKEY_CURRENT_USER\\Control Panel\\Input Method\nValue: EnableHexNumpad\n Type: REG_SZ\n Data: 1\n```\n\n### \\*.reg Files\n**Enable:** [EnableHexNumpad_Enable.reg](./src/enablehexnumpad/EnableHexNumpad_Enable.reg)\n\n**Disable (Windows default):** [EnableHexNumpad_Disable.reg](./src/enablehexnumpad/EnableHexNumpad_Disable.reg)\n\n### Required Action\n- [ ] **Reopen or refresh**\n- [ ] **Log off**\n- [x] **Restart**\n\n## 5. Disable Logon Background Image\n### Effect\n| Before | After |\n|--------|-------|\n| Image gets displayed at Logon | Single color background at Logon |\n\n### Registry Value\n```\n  Key: HKEY_LOCAL_MACHINE\\Software\\Policies\\Microsoft\\Windows\\System\nValue: DisableLogonBackgroundImage\n Type: DWORD\n Data: 0x00000001\n```\n\n### \\*.reg Files\n**Enable:** [DisableLogonBackgroundImage_Enable.reg](./src/disablelogonbackgroundimage/DisableLogonBackgroundImage_Enable.reg)\n\n**Disable (Windows default):** [DisableLogonBackgroundImage_Disable.reg](./src/disablelogonbackgroundimage/DisableLogonBackgroundImage_Disable.reg)\n\n### Required Action\n- [x] **Reopen or refresh**\n- [ ] **Log off**\n- [ ] **Restart**\n\n## 6. Disable Flashing Taskbar Icons\n### Effect\n| Before | After |\n|--------|-------|\n| Window icons requesting user attention flashes 7 times | No flashing icons on Taskbar |\n\n### Registry Value\n```\n  Key: HKEY_CURRENT_USER\\Control Panel\\Desktop\nValue: ForegroundFlashCount\n Type: DWORD\n Data: 0x00000000\n```\n\n### \\*.reg Files\n**Enable:** [ForegroundFlashCount_Enable.reg](./src/foregroundflashcount/ForegroundFlashCount_Enable.reg)\n\n**Disable (Windows default):** [ForegroundFlashCount_Disable.reg](./src/foregroundflashcount/ForegroundFlashCount_Disable.reg)\n\n### Required Action\n- [x] **Reopen or refresh**\n- [ ] **Log off**\n- [ ] **Restart**\n\n## 7. Always display new windows in the foreground\n### Effect\n| Before | After |\n|--------|-------|\n| A new window may wait 200 seconds in the background | All windows appear instantly in the foreground |\n\n### Registry Value\n```\n  Key: HKEY_CURRENT_USER\\Control Panel\\Desktop\nValue: ForegroundLockTimeout\n Type: DWORD\n Data: 0x00000000\n```\n\n### \\*.reg Files\n**Enable:** [ForegroundLockTimeout_Enable.reg](./src/foregroundlocktimeout/ForegroundLockTimeout_Enable.reg)\n\n**Disable (Windows default):** [ForegroundLockTimeout_Disable.reg](./src/foregroundlocktimeout/ForegroundLockTimeout_Disable.reg)\n\n### Required Action\n- [x] **Reopen or refresh**\n- [ ] **Log off**\n- [ ] **Restart**\n\n## 8. Always show Recycle Bin in Explorer Tree\n### Effect\n| Before | After |\n|--------|-------|\n| The Recycle Bin is not shown in the Explorer Tree by default. | Always shows the Recycle Bin. |\n\n### Registry Value\n```\n  Key: HKEY_CURRENT_USER\\SOFTWARE\\Classes\\CLSID\\{645FF040-5081-101B-9F08-00AA002F954E}\nValue: System.IsPinnedToNameSpaceTree\n Type: DWORD\n Data: 0x00000001\n```\n\n### \\*.reg Files\n**Enable:** [RecycleBinInExplorerTree_Enable.reg](./src/recyclebininexplorertree/RecycleBinInExplorerTree_Enable.reg)\n\n**Disable (Windows default):** [RecycleBinInExplorerTree_Disable.reg](./src/recyclebininexplorertree/RecycleBinInExplorerTree_Disable.reg)\n\n### Required Action\n- [x] **Reopen or refresh**\n- [ ] **Log off**\n- [ ] **Restart**\n\n## 9. Context menu entries for Explorer\nFor custom context menu entries in the Explorer see [this post on StackOverflow](https://stackoverflow.com/a/29769228).\n\n## 10. Windows God-Mode Folder\n### Effect\nAccess a huge amount of admin tools directly through a folder.\n\n### How To\nUsing an account with administrative privileges create a new folder with a special name anywhere you like.\nTo name this special folder `GodMode` it must be named `GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}`.\nIf you want to customize the name just replace the first part excluding `.` and the following characters.\n\n### Required Action\n- [x] **Reopen or refresh**\n- [ ] **Log off**\n- [ ] **Restart**\n\n## 11. Install Windows 11 on unsupported Hardware\n### Upgrade from Windows 10\n[Ways to install Windows 11 (microsoft.com)](https://support.microsoft.com/en-us/windows/ways-to-install-windows-11-e0edbbfb-cfc5-4011-868b-2ce77ac7c70e)\n\n```\n  Key: HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\\MoSetup\nValue: AllowUpgradesWithUnsupportedTPMOrCPU\n Type: DWORD\n Data: 0x00000001\n```\n\n### Clean Install from ISO\n[How to upgrade to Windows 11, whether your PC is supported or not (arstechnica.com)](https://arstechnica.com/gadgets/2021/10/how-to-upgrade-to-windows-11-whether-your-pc-is-supported-or-not/)\n\n\u003e Boot the ISO image and wait until the first screen of the setup appears.\nThen press `Ctrl + F10` to open a command prompt.\nTo open the registry editor type `regedit` and\nexecute the command with the enter key.\nOnce finished close the editor as well as the command promt and\ncontinue with the normal installation process.\n```\n  Key: HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\nValue: BypassSecureBootCheck\n Type: DWORD\n Data: 0x00000001\n```\n```\n  Key: HKEY_LOCAL_MACHINE\\SYSTEM\\Setup\nValue: BypassTPMCheck\n Type: DWORD\n Data: 0x00000001\n```\n\n## 12. Windows 11 Customizations\n\n### Start left aligned\nRegistry Value:\n```\n  Key: HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\nValue: TaskbarAI\n Type: DWORD\n Data: 0x00000000 (left), 0x00000001 (center)\n```\n\n### Taskbar Size\nRegistry Value:\n```\n  Key: HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\nValue: TaskbarSi\n Type: DWORD\n Data: 0x00000000 (small), 0x00000001 (medium), 0x00000002 (large)\n```\n\n### Disable Snap Assist Flyout\nRegistry Value:\n```\n  Key: HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\nValue: EnableSnapAssistFlyout\n Type: DWORD\n Data: 0x00000000\n```\n\n### Restore Windows 10 Explorer\nRegistry Value:\n```\n  Key: HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\nValue: SeparateProcess\n Type: DWORD\n Data: 0x00000001\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEnnoxHD%2Fwindows-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEnnoxHD%2Fwindows-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEnnoxHD%2Fwindows-registry/lists"}