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