Adding rules
From test detection (easiest)
Section titled “From test detection (easiest)”- Open the property inspector for Auto Profile Switcher.
- Click Test detection and focus the target app within 3 seconds.
- Click + Add this to App List — process name and title are pre-filled.
- Choose the target profile from the dropdown.
- Save settings.
Manual entry
Section titled “Manual entry”Each rule has:
| Field | Meaning |
|---|---|
| Match | Process name substring (e.g. calc, windowsterminal) |
| Title match | Optional window title substring |
| Profile | Stream Deck profile to activate |
Leave Title match empty for a process-only rule.
Finding process names
Section titled “Finding process names”Test detection is the recommended tool. For apps without a visible window:
Get-Process | Where-Object { $_.MainWindowTitle -ne "" } | Select-Object Name, MainWindowTitle | Sort-Object NameRule ordering
Section titled “Rule ordering”Put title-specific rules above process-only fallbacks in the list. The plugin evaluates title rules first.
