UVK scripting commands - <KillNonCriticalProcesses> |
This command will kill all non critical processes. Use it to stop the malware activity and free system resources if you think that system files can be infected. The processes will be filtered by path. Ignored processes are:
[System
Process]
System
%Windir%\System32\svchost.exe
%Windir%\System32\lsass.exe
%Windir%\System32\winlogon.exe
%Windir%\System32\csrss.exe
%Windir%\System32\smss.exe
%Windir%\System32\wininit.exe
%Windir%\System32\services.exe
%Windir%\System32\lsm.exe
%Windir%\explorer.exe
will be restarted.
UVK's process
Example:
<KillNonCriticalProcesses>
Back to the list