MCPcopy
hub / github.com/ravendevteam/talon / default_registry_changes

Function default_registry_changes

configuration_components/install_plan.py:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24
25def default_registry_changes():
26 try:
27 return debloat_registry_tweaks.default_registry_changes_payload()
28 except Exception:
29 return []
30
31
32def normalize_win11debloat_args_text(text: str) -> str:

Callers 2

build_install_planFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected