PowerShell Windows Servis Durdurmak

PowerShell'de bir Windows Servisini durdurmak (stop) için aşağıdaki komut yazılabilir..

Stop-Service -Name "servis_adı"



İlginizi Çekebilir

PowerShell Windows'da Durdurulmuş Servislerin Listesini Elde Etme ...

PowerShell Dosya Taşıma

PowerShell Do While Döngüsü Örneği

PowerShell Add-Content Kullanımı

PowerShell While Döngüsü Örneği