$id = Get-WmiObject -Class Win32_Service -Filter "Name LIKE 'NlaSvc'" | Select-Object -ExpandProperty ProcessId taskkill /pid $id /f