Türkçe
Appearance
Türkçe
Appearance
WSL Dashboard stores its configuration files and logs in the current user's home directory by default:
| File / Directory | Path | Description |
|---|---|---|
| Config Directory | ~\.wsldashboard\ | Root directory for all persistent data |
| Settings File | ~\.wsldashboard\settings.toml | All UI settings, path configurations, etc. |
| Log Directory | ~\.wsldashboard\logs\ | Stores runtime log files |
TIP
~ refers to the current Windows user's home directory (typically C:\Users\YourName).
WSL Dashboard provides a reliable startup-on-boot mechanism.
When you enable "Launch at startup" in the settings, the application does not simply place a shortcut in the Startup folder. Instead, it creates a high-performance startup task via the Windows Task Scheduler.
/scheduler argument. This directs the app to launch directly to the system tray in a minimized state, without popping up the main window.In the application's "Settings" view, you can adjust the following options:
Error, Warn, Info, Debug, Trace. Defaults to Info. If you encounter issues, switch to Debug or Trace for more detailed diagnostics.All application settings are persisted in ~\.wsldashboard\settings.toml. You may edit this file manually, but it is recommended to use the UI instead.
To reset all settings to their defaults, delete the ~\.wsldashboard directory and restart WSL Dashboard.