Situatie
You can also disable the iphlpsvc service using Windows’ Command Prompt.
Solutie
Pasi de urmat
Type CMD in the Windows search box. Right-click or tap and hold the corresponding result, and select Run as administrator. When it asks for admin approval, give it.
To disable iphlpsvc at startup, type the following and press Enter:
EG add “HKLM\SYSTEM\CurrentControlSet\services\iphlpsvc” /v Start /t REG_DWORD /d 4 /f
Restart your PC. The iphlpsvc service is now disabled.
If you want to re-enable iphlpsvc at some point, follow these steps and type the following into CMD before pressing the Enter key:
REG add “HKLM\SYSTEM\CurrentControlSet\services\iphlpsvc” /v Start /t REG_DWORD /d 2 /f
Leave A Comment?