home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!tad
- From: tad@wrq.com (Tad Marshall)
- Newsgroups: comp.os.ms-windows.programmer.win32
- Subject: Re: How to start up TCP/IP at boot time?
- Date: 7 Jan 1993 21:50:11 GMT
- Organization: Walker Richer & Quinn, Inc., Seattle, WA
- Lines: 17
- Message-ID: <1ii8ijINNikm@shelley.u.washington.edu>
- References: <KEVIN.93Jan6171502@calamityjane.edscom.demon.co.uk> <KEVIN.93Jan7090506@calamityjane.edscom.demon.co.uk>
- NNTP-Posting-Host: elmer.wrq.com
-
- In article <KEVIN.93Jan7090506@calamityjane.edscom.demon.co.uk> kevin@edscom.demon.co.uk (Kevin Broadey) writes:
- >
- >I know this can be done, but I've forgotten the magical incantation...
- >
- >Using the Registry Editor you can modify an attribute in
- >
- > HKEY_LOCAL_MACHINE/SYSTEM/ControlSet001/Services/TcpipSvc
- >
- >that starts up TCPIP at boot time, just as if you'd typed
- >
- > net start tcpipsvc
- >
- >What is the attribute and what is its value?
-
- Start = REG_DWORD 0x2
-
- -- Tad
-