topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 1:48 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - unixgreybeard [ switch to compact view ]

Pages: [1]
1
UrlSnooper / Re: WinPCap issues - no npf.sys file on my system
« on: June 04, 2022, 05:10 PM »
This necrothread is the top google search hit for this problem, so I actually registered just so I could reply with my solution:

With window open saying
no npf.sys file - Abort Retry Ignore
...etc. leave window open

Open cmd.exe as administrator

Side note about how I'm illustrating these commands: When demonstrating commands in a Unix-like environment, the convention is to use
$
to denote user command prompt, and
#
to denote root (elevated) command prompt, but I am unsure if such a convention for Windows exists. Therefore, I am going to use
%CD%:\>
to denote the following string is a command to be invoked at the command prompt in your current working directory, as it is the environment variable for current directory. 

%CD%:\> cd %SYSTEMROOT%\System32\drivers
(this is usually C:\Windows\System32\Drivers)

%CD%:\> dir npf.sys
to verify the file exists and is present

%CD%:\> rename npf.sys npf-original.sys
to move the file out of the way so you can install the new one

Hit
Retry
in your installer Window.  This worked for me on the first try, and has the benefit of not removing any original files in case there's some incompatibility or other reason necessary to restore the previous version of
npf.sys
file.

OK that's all, really this was a lot more simple than anyone's making it out to be. Hope people scroll all the way through before the start trying all the other crazy stuff people suggested above (not that they're bad ideas, just totally beyond the scope of what's necessary).

Good luck!

Pages: [1]