There shouldn't be any reason I can think of that your computer(s)/laptop(s) should periodically or otherwise check/verify the connection among/between them, and by all means, not by running winipcfg. [what?!]
When you connect PCs/laptops/terminals/servers/clients/etc they stay connected unless you [or the OS if u program/schedule it] on purpose run(s) a network/LAN/WAN/P2P/etc timeout/idle/disconnect/shutdown/sever tool/service/TSR/process, and that is not needed by the proper operation of your connection.
MS made a big thing out of Web View [part of MS IE integration into the OS UI] back in the late 90s [1997-1999], to force users to use the default, built-in, bundled [or whatever u want to call it] web browser. But the world started to notice, and why do u think is MS involved in so many law suits nowadays? One of the biggest beefs lots of people had with MS was their "browser integration". Ms said that everybody must be on the internet sooner or later, and if they are, better make it the MS's own internet. :-(
The trick to completely remove webcheck.dll from the registry and memory, is to also:
1. delete all these registry keys from a REG file [cut+paste into Notepad and save as NOWEBCHK.REG (example)]:
CODE
REGEDIT4
[-HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{E6FB5E20-DE35-11CF-9C87-00AA005127ED}]
[-HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{ABBE31D0-6DAE-11D0-BECA-00C04FD940BE}]
[-HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{F5175861-2688-11d0-9C5E-00AA00A45957}]
[-HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{08165EA0-E946-11CF-9C87-00AA005127ED}]
[-HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{E3A8BDE6-ABCE-11d0-BC4B-00C04FD929DB}]
[-HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{E8BB6DC0-6B4E-11d0-92DB-00A0C90C2BD7}]
[-HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{7D559C10-9FE9-11d0-93F7-00AA0059CE02}]
[-HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{E6CC6978-6B6E-11D0-BECA-00C04FD940BE}]
[-HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{D8BD2030-6FC9-11D0-864F-00AA006809D9}]
[-HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{7FC0B86E-5FA7-11d1-BC7C-00C04FD929DB}]
[-HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{1BE1F766-5536-11D1-B726-00C04FB926AF}]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\SyncMgr\Handlers\{7FC0B86E-5FA7-11d1-BC7C-00C04FD929DB}]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ShellServiceObjectDelayLoad]
[-HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WebCheck]
[-HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Webcheck]
2. then delete/move/rename these 5 files from %windir%\system [usually C:\WINDOWS\SYSTEM]:
SENS.DLL
SENSAPI.DLL
SENSCFG.DLL
WEBCHECK.DLL
LOADWC.EXE
Note that these 5 files are updated to newer versions by MS IE 5.5 + 6.0, all editions.
FYI:
If using Briefcase or Synchronize Web Wizard, u need to keep the 3 SENS*.DLL files in %windir%\system .

You may have to reboot after running REG file above, to make sure none of these files are still resident in memory.
If u do all this, the periodic checker will never come back to haunt u.

Of course, it depends if you use Web View on your computer, which per se consumes extra CPU cycles.
If u do, and if u also subscribe to any news/weather/ticker/stock/etc channels, which update their info periodically by downloading packets from their servers, than u do need webcheck.dll + loadwc.exe files + reg entries.
But IMHO I'm against using Web View, and anything useless that bogs down my CPU.
Then of course, we can go deeper, and instead of removing Webcheck, we can tweak its security policies, to effectively disable webview/channel checking/logging/loading/scheduling/downloading/etc [scroll down to where u see "MS IE 4.0x/5.xx/6.xx Web Check tool (%windir%\System\Loadwc.exe launched by %windir%\System\Webcheck.dll)"]:
http://www.mdgx.com/newtip9.htm#RESTRICTparticularly these 2 DWORD registry values:
CODE
[HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Webcheck]
"NoScheduledUpdates"=dword:00000001
"NoChannelLogging"=dword:00000001
Make sure they both show
1 in the Decimal box.
More WebCheck tweaking: run Regedit and go to:
CODE
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WebCheck]
"LoadSens"="auto"
"LoadLCE"="auto"
Replace
auto with
no .
Some of these settings may require rebooting to take effect.
Hope this helps.