schtasks.exe schtasks /delete /f /tn "services32"
2252cmd.exe "C:\Windows\System32\cmd.exe" /c powershell -Command Remove-MpPreference -ExclusionPath '%UserProfile%' & powershell -Command Remove-MpPreference -ExclusionPath '%AppData%' & powershell -Command Remove-MpPreference -ExclusionPath '%Temp%' & powershell -Command Remove-MpPreference -ExclusionPath '%SystemRoot%' & exit
2240powershell.exe powershell -Command Remove-MpPreference -ExclusionPath 'C:\Users\test22'
2808powershell.exe powershell -Command Remove-MpPreference -ExclusionPath 'C:\Users\test22\AppData\Roaming'
2340powershell.exe powershell -Command Remove-MpPreference -ExclusionPath 'C:\Users\test22\AppData\Local\Temp'
1188powershell.exe powershell -Command Remove-MpPreference -ExclusionPath 'C:\Windows'
2828