Files

4 lines
140 B
PowerShell
Raw Permalink Normal View History

2025-08-05 15:49:30 +00:00
$id = Get-WmiObject -Class Win32_Service -Filter "Name LIKE 'NlaSvc'" |
Select-Object -ExpandProperty ProcessId
taskkill /pid $id /f