-
Notifications
You must be signed in to change notification settings - Fork 10
System Tools
Chris edited this page Jul 14, 2026
·
1 revision
The Tools & Maintenance page provides built-in utilities for disk cleanup, startup inspection, and system reporting. All scripts run locally on your machine.
| Tool | Description |
|---|---|
| Clear Temp Files | Removes old files from Windows temp directories (default: older than 7 days). Supports dry-run preview. |
| List Startup Items | Read-only report of programs configured to run at login (registry and Startup folder). |
| Disk Space Report | Per-volume used/free space summary. |
| Large Files Report | Finds large files under your user profile. Can select files for deletion. |
| Browser Cache Report | Reports cache sizes for Chromium-based browsers. Includes option to clear cache. |
| Network Report | Read-only report of network interfaces, default gateway, and active established connections. |
| Windows Services Report | Lists auto-start services; flags services running from unsigned paths. |
- Open Tools & Maintenance.
- Select a tool card.
- Review options (e.g., dry-run for temp cleanup).
- Click Run and read the output panel.
- Clear Temp Files defaults to dry-run — review the file list before confirming deletion.
- Delete Selected Files (from Large Files Report) permanently removes chosen files.
- Clear Browser Cache closes browser cache data — save work in open browser tabs first.
Tools are defined in src/scripts/registry.json and executed in isolated child processes via scriptRunner.js. This keeps maintenance scripts separate from the main Electron process.