1- <!-- SEO / GitHub search keywords
1+ <!-- SEO / GitHub search keywords
22 windows registry tweaks windows 11 debloat privacy hardening performance optimizer
33 disable telemetry windows optimizer system hardening group policy alternative
44 registry editor winforms gui cli dotnet csharp tweak engine
2020[ ![ CI] ( https://github.com/RajwanYair/RegiLattice/actions/workflows/ci.yml/badge.svg )] ( https://github.com/RajwanYair/RegiLattice/actions/workflows/ci.yml )
2121![ .NET 10] ( https://img.shields.io/badge/.NET-10.0-512BD4?logo=dotnet&logoColor=white )
2222![ C#] ( https://img.shields.io/badge/C%23-13-239120?logo=csharp&logoColor=white )
23- ![ Tests] ( https://img.shields.io/badge/tests-3166 %20passing-brightgreen )
23+ ![ Tests] ( https://img.shields.io/badge/tests-3230 %20passing-brightgreen )
2424![ Platform] ( https://img.shields.io/badge/platform-Windows%20x64-0078D6?logo=windows&logoColor=white )
2525![ License] ( https://img.shields.io/badge/license-MIT-green )
26- ![ Version] ( https://img.shields.io/badge/version-6.18 .0-blue )
26+ ![ Version] ( https://img.shields.io/badge/version-6.24 .0-blue )
2727
2828A comprehensive ** Windows 10 / Windows 11 registry tweak toolkit** and system optimizer — debloater · privacy hardening tool · performance optimizer · security hardening · group policy alternative — with ** 7,429 verified tweaks** across ** 122 categories** , a ** declarative RegOp engine** , a ** full CLI** with 25+ commands, an ** interactive console menu** , and a ** WinForms GUI** with ** 11 switchable themes** . Built on ** .NET 10 (C# 13)** for native performance on Windows 10/11 x64.
2929
@@ -67,7 +67,7 @@ Download `RegiLattice.GUI.exe` or `RegiLattice.exe` directly from the [Releases
6767- ** Corporate network safety** — blocks tweaks on domain-joined, Azure AD, VPN, and managed machines
6868- ** Automatic backups** — every registry mutation is backed up to JSON before changes
6969- ** Package managers** — built-in Scoop, pip, Chocolatey, WinGet, and PowerShell module manager dialogs
70- - ** 3,166 tests** across 17+ test files — full engine, model, service, plugin, and GUI coverage (xUnit)
70+ - ** 3,230 tests** across 17+ test files — full engine, model, service, plugin, and GUI coverage (xUnit)
7171- ** Dependency resolution** — ` ResolveDependencies() ` topological sort; ` Dependents() ` reverse lookup
7272- ** Validation engine** — ` ValidateTweaks() ` checks IDs, labels, categories, broken DependsOn, circular deps
7373- ** Plugin system** — JSON Tweak Packs with marketplace, SHA-256 verification
@@ -80,6 +80,8 @@ Download `RegiLattice.GUI.exe` or `RegiLattice.exe` directly from the [Releases
8080## Architecture
8181
8282> Full architecture reference — Mermaid diagrams for data flow, class model, CI pipeline, and more: ** [ docs/Architecture.md] ( docs/Architecture.md ) **
83+ > CLI commands reference: ** [ docs/CLI-Reference.md] ( docs/CLI-Reference.md ) **
84+ > Tweak categories reference: ** [ docs/TweakCategories.md] ( docs/TweakCategories.md ) **
8385
8486<p align =" center " >
8587 <img src =" docs/assets/architecture.svg " alt =" RegiLattice Architecture — Core, GUI, CLI, Tweaks, Registry " width =" 100% " />
@@ -108,11 +110,11 @@ Download `RegiLattice.GUI.exe` or `RegiLattice.exe` directly from the [Releases
108110 <img src =" docs/assets/themes-preview.svg " alt =" 11 Switchable Colour Themes " width =" 100% " />
109111</p >
110112
111- ## Tweak Categories (26 )
113+ ## Tweak Categories (122 )
112114
113115122 categories spanning privacy, performance, security, accessibility, gaming, networking, browser hardening, developer tools, cloud storage, remote desktop, virtualization, and more. Each tweak is fully reversible with apply/remove/detect operations.
114116
115- See ` --show-categories ` for the full list with tweak counts , or use ` --stats ` for a complete breakdown .
117+ See [ docs/TweakCategories.md ] ( docs/TweakCategories.md ) for the full category reference , or use ` --categories ` for live counts .
116118
117119## Requirements
118120
@@ -130,7 +132,7 @@ git clone https://github.com/RajwanYair/RegiLattice.git
130132cd RegiLattice
131133dotnet build RegiLattice.sln -c Release
132134
133- # Run tests (3,166 tests)
135+ # Run tests (3,230 tests)
134136dotnet test RegiLattice.sln
135137
136138# Publish self-contained executables
0 commit comments