Changes between Initial Version and Version 1 of Windows DHCP Issues


Ignore:
Timestamp:
05/27/25 04:43:23 (5 weeks ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows DHCP Issues

    v1 v1  
     1= Windows DHCP Issues =
     2
     3{{{
     41. Remove the WinHTTPAutoProxySvc Dependency
     5
     6Open regedit (Registry Editor)
     7Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WcmSvc Locate the DependOnService entry
     8Remove WinHTTPAutoProxySvc from the list, leaving only RpcSs and NSI.
     9
     102. Enable the WinHTTP AutoProxy Service
     11
     12In regedit, navigate to:
     13HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinHttpAutoProxySvc.
     14
     15Locate the Start entry.
     16Change its value from 4 (disabled) to 3 (manual).
     17
     183. Modify Windows Connection Manager
     19
     20Open Command Prompt(Admin)
     21Run the following command:
     22
     23sc config WcmSvc depend= RpcSs/NSI
     24}}}