Networx is not running after the last Win 10 update
Started by Jules63
Networx is not running after the last Win 10 update 16 November 2018, 01:09 |
Registered: 6 years ago Posts: 6 |
Can anyone offer some advice on how to get it going?
Julian
|
Re: Networx is not running after the last Win 10 update 16 November 2018, 09:51 |
Admin Registered: 19 years ago Posts: 3 623 |
So is the NetWorx app running? That is:
- Is there networx.exe process running?
- Is there a notification area icon?
- Can you access application features?
Re: Networx is not running after the last Win 10 update 16 November 2018, 20:47 |
Registered: 6 years ago Posts: 6 |
|
Re: Networx is not running after the last Win 10 update 16 November 2018, 22:03 |
Admin Registered: 19 years ago Posts: 3 623 |
My best bet would be that there may be a broken installation of WinPCap on your system. When WinPCap is installed, NetWorx attempts to use it, but things can go awry if the installed instance of WinPCap is not functional.
If you have WinPCap listed as an installed application on your computer, I would recommend uninstalling it to see if that changes anything.
If you don't have it installed, try downloading and installing it from here.
If still no luck, we can build a debug version of NetWorx to see what happens there.
Re: Networx is not running after the last Win 10 update 16 November 2018, 23:31 |
Registered: 6 years ago Posts: 6 |
I have uninstalled and reinstalled WinPCap but reinstalling it has errors in the install process. WinPCap says it has "error opening file for writing" - npf.sys, wcap.dll, packet.dll. I have downloaded it a second time and tried installing again but it was the same. Maybe I should delete its directory?
I note that it does not seem to support Win10. Is this the problem?
Anyway, Networx is still not running but after uninstalling WinPCap I could right click on the "not running" message and bring up options but not since I reinstalled WinPCap.
|
Re: Networx is not running after the last Win 10 update 16 November 2018, 23:50 |
Admin Registered: 19 years ago Posts: 3 623 |
This can be done by opening an administrator command prompt and typing the following:
sc delete npfThis will deregister the WinPCap driver and it's best to reboot after this.
Then you can delete the remaining files by typing in the same administrator command prompt:
DEL %WINDIR%\System32\packet.dll %WINDIR%\System32\wpcap.dll %WINDIR%\System32\drivers\npf.sysWith the leftovers of WinPCap gone NetWorx should be operational, you can use the menu and everything else. The taskbar extension should work as well after a reboot.
Re: Networx is not running after the last Win 10 update 17 November 2018, 01:37 |
Registered: 6 years ago Posts: 6 |
DEL %WINDIR%\System32\packet.dll %WINDIR%\System32\wpcap.dll %WINDIR%\System32\drivers\npf.sys
and it said:
Remove-Item : A positional parameter cannot be found that accepts argument '%WINDIR%\System32\wpcap.dll'. At line:1 char:1 + DEL %WINDIR%\System32\packet.dll %WINDIR%\System32\wpcap.dll %WINDIR% ... + ~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (:) [Remove-Item], ParameterBindingException + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand
so I tried just deleting one thing using:
PS C:\Windows\system32> del packet.dll
and it said:
del : Cannot remove item C:\Windows\system32\packet.dll: Access to the path 'C:\Windows\system32\packet.dll' is denied. At line:1 char:1 + del packet.dll + ~~~~~~~~~~~~~~ + CategoryInfo : PermissionDenied: (C:\Windows\system32\packet.dll:FileInfo) [Remove-Item], UnauthorizedA ccessException + FullyQualifiedErrorId : RemoveFileSystemItemUnAuthorizedAccess,Microsoft.PowerShell.Commands.RemoveItemCommand
Thanks again for your help.
Re: Networx is not running after the last Win 10 update 17 November 2018, 02:50 |
Registered: 6 years ago Posts: 6 |
Re: Networx is not running after the last Win 10 update - Solved 17 November 2018, 03:13 |
Registered: 6 years ago Posts: 6 |
|
Re: Networx is not running after the last Win 10 update - Solved 19 November 2018, 11:18 |
Admin Registered: 11 years ago Posts: 1 017 |