How to add service
HiHow i can add a newservice toservice listcan any body help me
September 8th, 2008 5:49am
You need to download this resource kit filehttp://www.filewatcher.com/m/srvany.zip.24287.0.0.htmlThen extract the 3 files (srvany.exe, instsrv.exe, srvany.wri) to a folder of your choice....I like \system32Then from a command prompt ...type the folllowingINSTSRV.EXE "Service Name" <path>\SRVANY.EXEThat creates a service named "Service Name"Then open regedit and navigate toHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Service NameCreate a key named Parameters and then add a new Reg_sz Value namedApplicationwith a string stating the path and executableLastly, go to the srvices console and configure the startup, logon, and failure settings for your new service.James Goodwin - Senior Technical Instructor & Network Infrastructure Expert
MCT, MCP+ I, MCTS:Server 2008, MCTS: SCCM, MCTS:Vista
MCSA:S, MCSE:S, MCITP:SA, MCITP:EA , MCITP:ES, CCNA, CCSI(# 32018),
C|EH, C|HFI, C|EI, HDSA, A+, Network+, i-Net+, Server+, Security+
My Blog:http://thattrainerguy.blogspot.com/
Free Windows Admin Tool Kit Click here and download it now
October 31st, 2008 7:54pm