This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
get-process *nahimic* | Stop-Process -Force | |
Start-Sleep -Milliseconds 750 | |
Get-Service *nahimic* | Stop-Service -Force | |
Start-Sleep -Milliseconds 750 | |
Get-Service *nahimic* | Set-Service -StartupType Disabled | |
get-process *A-Volute* | Stop-Process -Force | |
Start-Sleep -Milliseconds 750 | |
Get-Service *A-Volute* | Stop-Service -Force | |
Start-Sleep -Milliseconds 750 |