powershell.exe "powershell.exe" Remove -ItemProperty -Path 'HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Run' -Name 'RynMd';New-ItemProperty -Path 'HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Run' -Name 'RynMd' -Value '"C:\Users\test22\AppData\Roaming\RynMd\RynMd.exe"' -PropertyType 'String'
2712cmd.exe "cmd" /C schtasks /create /tn \RynMd /tr "C:\Users\test22\AppData\Roaming\RynMd\RynMd.exe" /st 00:00 /du 9999:59 /sc once /ri 60 /rl HIGHEST /f
2764schtasks.exe schtasks /create /tn \RynMd /tr "C:\Users\test22\AppData\Roaming\RynMd\RynMd.exe" /st 00:00 /du 9999:59 /sc once /ri 60 /rl HIGHEST /f
2832timeout.exe timeout 3
2600Winder.exe "C:\Users\test22\AppData\Roaming\Winder.exe"
2408cmd.exe "C:\Windows\System32\cmd.exe" /c schtasks /create /f /sc onlogon /rl highest /tn "Winder" /tr '"C:\Users\test22\AppData\Roaming\Winder.exe"' & exit
2248schtasks.exe schtasks /create /f /sc onlogon /rl highest /tn "Winder" /tr '"C:\Users\test22\AppData\Roaming\Winder.exe"'
2564