Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Command Palette Dock is a persistent toolbar that stays visible at the edge of your screen, providing instant access to your most-used commands and extensions without needing to open the full Command Palette window.
Note
The Dock feature is part of the Command Palette and requires Command Palette to be enabled and running in the background.
Enable the Dock
To enable the Dock, open Command Palette settings and toggle the Enable Dock option. When enabled, the Dock appears as a toolbar anchored to the edge of your screen.
Dock layout
The Dock is divided into three regions that organize your pinned commands:
| Region | Position | Description |
|---|---|---|
| Start | Left side (or top, for vertical docks) | Primary commands and launchers. By default, includes the Home command and WinGet launcher. |
| Center | Middle | Additional commands you add. Initially empty. |
| End | Right side (or bottom, for vertical docks) | Utility widgets. By default, includes Performance Monitor and Date/Time widgets. |
The Dock displays horizontally when anchored to the top or bottom of the screen, and vertically when anchored to the left or right.
Pin commands to the Dock
There are several ways to pin commands and extensions to the Dock.
Pin from Command Palette
The easiest way to add a command to the Dock is directly from the Command Palette:
- Open the Command Palette and navigate to the command you want to pin.
- Right-click the command and select Pin to Dock, or open the More actions menu and select Pin to Dock.
To remove a pinned command, right-click it and select Unpin from Dock.
Pin from Dock edit mode
You can also manage the Dock layout by entering edit mode:
- Right-click the Dock background and select Edit Dock.
- Select the + button in the Start, Center, or End region to add a new command.
- Choose from the list of available commands in the flyout.
- Drag and drop commands to reorder them within or across regions.
- Select Save to apply your changes, or Discard to revert.
You can right-click individual items in edit mode to toggle Show Titles and Show Subtitles, or to Unpin a command from the Dock.
Pin from Dock settings
In the Command Palette settings, the Bands section lists all available dock bands. Use the toggle switch next to each band to pin or unpin it from the Dock.
Dock settings
The following settings are available for the Dock in Command Palette settings.
| Setting | Description |
|---|---|
| Enable Dock | Enable a toolbar with quick access to commands. |
Appearance
| Setting | Description |
|---|---|
| Position | Choose which screen edge to anchor the Dock to: Left, Top (default), Right, or Bottom. |
| Theme mode | Select which theme to display: Use system settings (default), Light, or Dark. |
| Material | Select the visual material: Transparent or Acrylic (default). |
| Background colorization | Customize the Dock background. Options include None, Accent color (uses the Windows system accent color), Custom color (pick a color tint and intensity), or Image (set a background image with brightness, blur, and fit controls). |
When Image is selected as the background colorization mode, the following additional settings are available:
| Setting | Description |
|---|---|
| Background image | Browse for an image file (supports PNG, BMP, JPG, GIF, TIFF, WEBP, and other common formats). |
| Background image brightness | Adjust the brightness of the background image (–100 to 100). |
| Background image blur | Set the blur effect applied to the background image (0–50). |
| Background image fit | Choose how the background image is scaled: Fill or Stretch. |
When Custom color or Image is selected, you can also configure:
| Setting | Description |
|---|---|
| Color tint | Pick a custom color tint for the Dock background. |
| Color intensity | Adjust the intensity of the color tint (1–100). |
Bands
The Bands section lists all available dock bands provided by installed extensions. Each band has a toggle switch to pin or unpin it from the Dock.
Dock behavior
The Dock uses the Windows AppBar API to reserve screen space, so other windows don't overlap it. The Dock:
- Stays visible at all times while enabled (auto-hide is not currently supported).
- Automatically restores its position if Windows Explorer restarts.
- Cannot be resized or dragged — its position is controlled by the Position setting.
Related content
Windows developer