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