Get startup type of Windows service using PowerShell March 23, 2023 by Tarik With PowerShell version 4: You can run a command as given below: Get-Service | select -property name,starttype