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

Webpage Widget

The following example creates a webpage widget on the desktop.

New-CommanderDesktop -Widget @(
   New-CommanderDesktopWidget -Url 'https://www.google.com' -Height 500 -Width 500 -Top 400
)

Last updated