Startup Programs

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

Last updated

Was this helpful?