The problem
I had to dig into the code to figure out how to add an app exclusion after installation. Here is my suggested update to README.md.
BlockList Section (Under "## Configurations" > "### Keep some apps" > "#### BlockList")
You can exclude apps from the update job (for instance, apps you want to keep at a specific version or apps with built-in auto-update).
Create or edit 'excluded_apps.txt' in the WAU install directory (e.g., C:\Program Files\Winget-AutoUpdate\excluded_apps.txt). Add one winget package ID per line (not the app name or display string—use the exact ID from `winget list` or `winget search`).
Priority order (highest to lowest):
- Group Policy (GPO) registry settings
- Local 'excluded_apps.txt' file
- Default 'config\default_excluded_apps.txt' file
Wildcards (*) are supported for partial matches (e.g., `Mozilla.Firefox*` excludes all Firefox variants).```
### What version of WAU has the issue?
2.12.0
### What version of Windows are you using (ex. Windows 11 22H2)?
Windows 11 25H2
### What version of winget are you using?
1.28.240
### Log information
```txt
Additional information
No response
The problem
I had to dig into the code to figure out how to add an app exclusion after installation. Here is my suggested update to README.md.
BlockList Section (Under "## Configurations" > "### Keep some apps" > "#### BlockList")
Additional information
No response