> For the complete documentation index, see [llms.txt](https://docs.poshtools.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.poshtools.com/open-source-tools/pscommander/configuration.md).

# Configuration

PSCommander is configured using a single PowerShell script file. This file is stored in `Documents\PSCommander\config.ps1`.

To create the file with a starter configuration and open it in the editor, run `Start-Commander`.

```powershell
Start-Commander
```

PSCommander uses this configuration file to load settings. Changes to the file will cause PSCommander to reconfigure itself while it is running.

Add PSCommander configuration commands to this file, such as schedules, hot keys, tray menus, desktop widgets, and Explorer context menus.
