-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
General questions about CyberManager features, configuration, and troubleshooting.
CyberManager is an ultra-lightweight, virtualized task manager for Windows. It handles 3000+ processes at 144fps with zero lag, using native NT API calls.
Yes. CyberManager is free and open source under the GPLv3 license.
No. CyberManager runs alongside Task Manager. Press Ctrl+Shift+Esc for Task Manager, Ctrl+Alt+M for CyberManager.
CyberManager uses UI virtualization (only renders visible rows) and direct NT API calls, avoiding the overhead of WMI or Performance Counters.
Select a process and press Delete, or right-click β End task.
End Tree terminates the selected process and all its child processes.
Yes. Right-click a process β Suspend. Resume later with right-click β Resume.
Suspending pauses a process without terminating it:
- Freeze unresponsive apps
- Temporarily stop background tasks
- Resume when needed
Right-click a process β Set priority β Choose level. Requires elevation for some priorities.
Click the search box or press Ctrl+F, then type to filter by name, PID, or path.
Yes. Type the PID number in the search box to find a specific process.
Enable Group processes in Settings β Display. Processes are grouped under their parent application.
Heatmap shows resource usage with color tinting:
- Green/Blue β Low usage
- Yellow/Orange β Medium usage
- Red β High usage
Yes. Go to Settings β General β Theme. Choose from CyberManager, Dark, or Light.
Enable Minimize to tray in Settings β General. The close button sends to system tray.
Default is Ctrl+Alt+M. Customize in Settings β General.
3000+ processes at 144fps with zero lag, thanks to UI virtualization.
No. CyberManager uses delta-based calculations and async collection for minimal overhead.
Yes. Go to Settings β Display β Refresh interval (default: 800ms).
- Ensure .NET 10 runtime is installed
- Try running as Administrator
- Check Windows Event Viewer for errors
- Check for conflicts with other apps
- Verify the hotkey in Settings β General
- Try a different key combination
- Check if filters are active in search
- Verify "Show suspended" setting
- Try refreshing (F5)
- Some system processes require elevation
- Run CyberManager as Administrator
- Some critical processes cannot be ended
Open an issue on GitHub Issues with:
- CyberManager version
- Windows version
- Steps to reproduce
- Expected vs actual behavior
- Fork the repository
- Create a feature branch
- Submit a pull request
- Describe your changes in the PR description
UI strings are in src/CyberManager.Common/I18n/. Submit a PR with your translation.
See the Donate section on the main README.