a list of programs that run from the "Startup" - powershell
a list of programs that run from the "Startup" - powershell
type the following command:
Get-CimInstance -ClassName Win32_StartupCommand | Select-Object -Property Name, Command | format-table