What Is iphlpsvc in Windows 10?

Configurare noua (How To)

Situatie

The iphlpsvc in Windows is an Internet Protocol Helper Service, and its job is helping to retrieve and modify network configuration settings for your Windows 10 PC. It effectively allows connections to take place across various Windows 10 networking protocols, like IPv6 and Port Proxy, among others.

This helper service is installed with Windows 10 right from the start, so it’s nothing you really need concern yourself with unless something particularly goes awry. That said, it’s also not massively important if you’re just using your system for general tasks like web browsing, media viewing, and gaming. Iphlpsvc is mainly useful for running remote databases, or connecting over IPv6.

You might come across iphlpsvc.dll when looking at the Processes tab in Task Manager. It doesn’t typically use up much in the way of resources, and can be safely left alone. It will typically start up with Windows 10 and continue to run in the background without getting in your way.

Backup

Can You Safely Disable iphlpsvc?

Yes. Disabling iphlpsvc won’t damage your system, break its general functionality, or have much of an effect on performance. You may want to keep it running if you want to make use of the IPv6 protocol, and since the iphlpsvc.dll typically uses such little system resources, it’s better to leave it alone if it isn’t causing any problems.

That said, some users have found it can draw an unnecessary amount of system memory and CPU cycles at certain times. If you have that problem, or just want to disable it because you don’t need it, there are ways to do it.

Solutie

How to Disable iphlpsvc

If you want to disable iphlpsvc there are a few ways to do it. The quickest and the easiest is by stopping the service the starts it in the first place.

  1. Search for Services in the Windows 10 search bar and select the corresponding result.

  2. In the services window, make sure that Services (Local) is selected in the left-hand column. Then scroll down the list to find IP Helper.

    IP Helper service
  3. Either double click/tap it, or right-click (or tap and hold) and select Properties.

  4. To disable the service temporarily, select the Stop button, followed by Apply, and OK.

    Services Window
  5. If you want to stop it from running again, also set the Startup Type to Disabled using the drop-down menu. Then select Apply and OK.

It might be worth restarting your Windows 10 system after completing this step to finalize it. When you’ve returned to Windows, re-open the services menu to make sure that your changes have stuck.

You can also enable, or re-enable iphlpsvc in the same way, just retrace your steps to the Services menu, and select the Start button. If you want it to startup automatically with Windows, make sure that Automatic is the selected Startup Type.

How to Disable iphlpsvc Using the Registry Editor

You can also disable the iphlpsvc service using Windows’ registry editor. For more tips on using the Registry Editor to change all sorts of things in Windows, check out our handy guide.

  1. Press the Windows key+R and type regedit in the Run box. Then press OK. When asked for administrative approval, give it.

  2. Navigate to:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iphlpsvc

    Then to select the Start key, right-click (or tap and hold) it and select Modify.

  3. To disable it from starting up with Windows, change the Value data to 4. Select OK.

    Regedit
  4. Close the window and restart your machine. iphlpsvc should no longer startup with Windows.

If you ever want to revert iphlpsvc to start automatically with Windows, follow the above steps again, but set its Value data to 2.

How to Disable iphlpsvc Using the Command Prompt

You can also disable the iphlpsvc service using Windows’ Command Prompt. For more tips on how to access Command Prompt and how to use it.

  1. 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.

  2. To disable iphlpsvc at startup, type the following and press Enter:

    iphlpsvc CMD Fix
    REG add “HKLM\SYSTEM\CurrentControlSet\services\iphlpsvc” /v Start /t REG_DWORD /d 4 /f
  3. Restart your PC. The iphlpsvc service will now be 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

Tip solutie

Permanent

Voteaza

(11 din 25 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?