How to disable iphlpsvc in Windows 10
Iphlpsvc in Windows stands for Internet Protocol Helper Service. Its mission is to help access and modify network configuration settings for Windows 10 PCs. Iphlpsvc allows connections to take place on various Windows 10 network protocols, such as IPv6, Port Proxy, etc.
Disabling iphlpsvc will not damage the system, disrupt its general functionality or affect performance much.
Stop iphlpsvc in Services
If you want to disable iphlpsvc, there are a few ways to do that. The quickest and easiest way is to stop the service.
1. Search for Services in the Windows 10 search bar and select the corresponding results.
2. In the Services window, ensure that Services (Local) is selected in the left column. Then scroll down the list to find the IP Helper.

3. Double click on the IP Helper or right click and select Properties.
4. To temporarily disable the service, select the Stop button, then Apply and OK.

5. If you want to prevent it from running again, set Startup Type to Disabled using the drop-down menu. Then choose Apply and OK.
It is recommended to reboot the Windows 10 system after completing this step. When you return to Windows, open the Services menu again to make sure your changes take effect.
You can also reactivate iphlpsvc the same way, just revisit the Services menu and select the Start button. If you want iphlpsvc to automatically start with Windows, make sure that the Startup Type is selected as Automatic.
How to disable iphlpsvc by Registry Editor
You can also disable the iphlpsvc service using the Windows Registry Editor.
1. Open Registry Editor by pressing Win
+ R
key and enter regedit in the Run box . Then click OK. Meet admin approval requirements.
2. Navigate to:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesiphlpsvc
Then right-click it and choose Modify.
3. To disable it on startup with Windows, change the Value data to 4 . Choose OK.

4. Close the window and restart the computer. Iphlpsvc will no longer start with Windows.
If you want to revert iphlpsvc to start automatically with Windows, repeat the steps above, but set the Value data to 2.
How to disable iphlpsvc using the Command Prompt
You can also disable the iphlpsvc service using the Windows Command Prompt.
1. Open Command Prompt with admin rights.
2. To turn off iphlpsvc on startup, enter the following and press Enter
:
REG add 'HKLMSYSTEMCurrentControlSetservicesiphlpsvc' /v Start /t REG_DWORD /d 4 /f
3. Restart the PC. The iphlpsvc service will be disabled.
If you want to reactivate iphlpsvc at some point, follow these steps and enter the following information in CMD before pressing the Enter
key:
REG add 'HKLMSYSTEMCurrentControlSetservicesiphlpsvc' /v Start /t REG_DWORD /d 2 /f
You should read it
- Summary of some simple ways to disable USB ports on Windows computers
- How to disable the Insert key in Windows 10
- Disable Windows 10 keyboard in 5 simple ways
- 3 How to disable BitLocker in Windows 10
- On Windows 10 you should disable these features
- How to disable keyboard shortcuts and hotkeys on Windows 10
- How to disable USB ports on Windows, Mac and Linux
- Turn off Windows Defender on Windows 7 and Windows Vista
May be interested
- How to find the Windows 10 Startup folderwhenever you start your pc, windows 10 will load a series of startup programs that open at the same time as the operating system, controlled through the startup folder on the pc. the following article will show you where to find and control what is in that directory.
- How to change screen orientation in Windows 10in windows 10, you can change the screen orientation to horizontal, vertical, horizontal (flip backwards) or vertical (flip backward). this tutorial will show you how to change the screen orientation in windows 10.
- Tips for using Sticky Notes in Windowssticky notes is a quick, simple, easy to use application and it is right there on your screen. here are tips for windows built-in note taking application.
- How to open icons with one click on Windows 10double-clicking is the standard method for opening desktop icons in windows. however, some people may want to access files and applications with just one click. here is how you can change this setting.
- Change directory template in Windows 10windows 10 includes 5 built-in templates to optimize the drive, folder and library view. this guide will show you how to optimize the drive, folder or library template for general items, documents, pictures, music or videos in windows 10.
- How to create custom Live Tiles with Better StartMenubetter startmenu is a tool to create custom tiles in the windows 10 start menu of any size and with any image you want!