-
-
Notifications
You must be signed in to change notification settings - Fork 1
System Responsiveness (profile)
github-actions[bot] edited this page Sep 12, 2026
·
2 revisions
Lowers the share of CPU time Windows reserves for low-priority background work, from the default 20 percent to 10 percent, while the game runs.
- The Multimedia Class Scheduler Service keeps a slice of CPU back for background tasks so they are never starved. During a game that reserve is time the game could be using.
- Microsoft's documentation states that values below 10 are clamped back up to 20, so 10 is the lowest reserve Windows actually honours. TrayTrigger uses that value rather than the 0 that many guides suggest.
- Background tasks get less CPU during the session. Downloads, indexing, and similar work may run slower until the game exits.
- Effect depends on how much else is competing for the CPU. On an idle system it changes nothing.
Requires administrator rights the first time it is applied. Aggressive tier only.
- Sets SystemResponsiveness=10 under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile, and restores the previous value on exit.
Part of Performance Profiles. This page is the same text as the app's Learn more button, generated from Help/profiles/system_responsiveness.md. To fix something, edit that file (or open an issue); wiki edits are overwritten on the next sync.
TrayTrigger | Download | Report a bug | Security policy | Free and open source (MIT)
Performance Tweaks
- How Performance Tweaks work
- Auto HDR
- Core Isolation / Memory Integrity (HVCI)
- Disable Delivery Optimization
- Disable Diagnostic Telemetry Sweeps
- Disable Fullscreen Optimization Compatibility Shims
- Disable Game Bar Captures and Background Recording
- Disable MMCSS Network Throttling
- Disable Mouse Acceleration (Enhanced Pointer Precision)
- Disable Multiplane Overlay (MPO)
- Disable Nagle's Algorithm (TCP Send Delay)
- Disable Sticky, Filter, and Toggle Keys Shortcuts
- Disable Xbox Game Bar Overlay
- Exclude Drivers from Windows Update
- Foreground Priority Boost
- Hardware-Accelerated GPU Scheduling (HAGS)
- Optimizations for Windowed Games (DirectFlip Model)
- System Restore points
- System Timer Resolution
- "Ultimate Plan - TrayTrigger" Power Plan (always on)
- Variable Refresh Rate for Windowed Games
- Windows Game Mode
- Windows Visual Effects (Performance Mode)
Performance Profiles
- How Performance Profiles work
- 0.5 ms Timer Resolution Request
- Above Normal Process Priority (profile)
- CPU Cores: Performance Cores Only
- Do Not Disturb While Playing
- Enable HDR (profile)
- MMCSS "Games" Task Priority (profile)
- System Responsiveness (profile)
- "Ultimate Plan - TrayTrigger" Power Plan (profile)
- Unmute Speakers While Playing
- Windows Defender Exclusion for Game Files (profile)
- Windows High-Performance GPU Preference (profile)