Monday, 1 January 2018

Remove Service By PowerShell command

$service = Get-WmiObject -Class Win32_Service -Filter "Name='PremierOpinion'"
$service.delete()

No comments:

Post a Comment