For the complete documentation index, see llms.txt. This page is also available as Markdown.

PSCommander

Command your desktop with PSCommander.

PSCommander is a Windows desktop automation module. It lets you define PowerShell script blocks for Windows integration points such as hot keys, tray menus, schedules, Explorer context menus, file associations, custom protocol handlers, and desktop widgets.

Use PSCommander when you want persistent desktop automation that is configured with PowerShell.

Features

Quick Examples

Install the module and register PSCommander to run at logon.

Create and open the user configuration file.

Add a hot key to Documents\PSCommander\config.ps1.

Add a tray menu item.

Configuration

PSCommander loads its configuration from Documents\PSCommander\config.ps1. Add PSCommander commands to that file. Changes to the file are reloaded while PSCommander is running.

See Configuration for more information.

More Information

Last updated