You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Registry modifications** (explicitly blocked at validation)
33
+
34
+
> **Note:** Registry modifications are not supported. The TweakEngine validates recipes and marks any with `TargetType.Registry` as unsupported. The PCGWService skips registry extraction entirely.
> **Not Extracted:** Registry patterns are NOT extracted. `ExtractRegistryFixes` returns an empty list because the TweakEngine blocks registry modifications.
160
+
161
161
### Extraction Methods
162
162
163
163
1.**ExtractIniFixes**: Parses `<pre>` blocks and INI-style patterns
Safely applies configuration tweaks with automatic backup and restore capabilities. Supports INI, CFG, JSON, XML files, and Windows Registry modifications. Uses Salaros.ConfigParser to preserve comments in config files.
14
+
Safely applies configuration tweaks with automatic backup and restore capabilities. Supports INI, CFG, JSON, and XML config files. Uses Salaros.ConfigParser to preserve comments in config files.
15
+
16
+
> **Note:** Registry modifications are NOT supported. The engine explicitly blocks registry tweaks at validation with the reason "Registry modifications are not yet implemented safely." This is a deliberate safety decision.
> **Not Supported:** Registry modifications are blocked at validation. Recipes with `TargetType.Registry` are marked `IsSupported=false` and filtered from the UI.
0 commit comments