Windows PowerShell Command

Add-WindowsFeature Desktop-Experience  – Add a new Windows Desktop Experience feature

SharePoint Powershell commands

Get-SPServiceInstance   – All services running on the farm
Stop-SPServiceInstance -Identity “service GUID”  – Stop service
Start-SPServiceInstance -Identity “service GUID”  – Start service