1 line
96 B
PowerShell
1 line
96 B
PowerShell
|
Get-CimInstance Win32_StartupCommand | Select-Object Name, command, Location, User | Format-List
|