home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / win32 / 2750 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.0 KB

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