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

Image Widget

The following example creates an image widget on the desktop.

New-CommanderDesktop -Widget @(
   New-CommanderDesktopWidget -Image 'C:\src\blog\content\images\news.png' -Height 200 -Width 200 -Top 200
)

Last updated