> For the complete documentation index, see [llms.txt](https://windows.dfirhandbook.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://windows.dfirhandbook.com/windows-artifacts/persistence/powershell-scripts/startup-programs.md).

# Startup Programs

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