DeviLib - library about web, IT, programming and web design

Windows services - DHCP Client

Name: DHCP Client

Purpose:

Manages network configuration by registering and updating IP addresses and DNS names.

Default startup:

XP Home: Automatic
XP Pro: Automatic

Log On As:

Local System Account

Dependencies:

AFD

  • NetBIOS over TCP/IP
    • TCP/IP Protocol Driver
      • IPSEC driver,

        Default Registry:


        [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp]
        "Type"=dword:00000020
        "Start"=dword:00000002
        "ErrorControl"=dword:00000001
        "DisplayName"="DHCP Client"
        "Group"="TDI"
        "DependOnService"=hex(7):54,00,63,00,70,00,69,00,70,00,00,00,41,00,66,00,64,00,\
        00,00,00,00
        "DependOnGroup"=hex(7):00,00
        "ObjectName"="NT AUTHORITY\\NetworkService"
        "Description"="Registers and updates IP addresses and DNS records for this computer. If this service is stopped, this computer will not receive dynamic IP addresses and DNS updates. If this service is disabled, any services that explicitly depend on it will fail to start."

        Microsoft page

        P.S. To edit services go to start->run and type services.msc
        P.P.S. OS settings changing is your own responsibility

  • Related posts:

    Post a Comment