Start using PowerShell today - it's more powerful and will continue to be supported in future Windows versions.
# Start a new process Start-Process -FilePath "notepad.exe"
Get-CimInstance Win32_Service | Select-Object Name, State, StartMode
Get-CimInstance -ClassName Win32_Processor | Format-List
