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

Startup Programs

Get-CimInstance -ClassName Win32_StartupCommand |   Select-Object -Property Command, Description, User, Location |   Out-GridView

Last updated