Reference Manual


HOW TO fix device driver problems.

Admin Privilege Required Admin rights are required to install or uninstall device drivers.

On any Windows platform, problems can arise when device drivers are uninstalled or upgraded. In many cases, the problems are caused by users rebooting the machine before a pending uninstall has completed, or by users ignoring reboot requests altogether. The problems are exacerbated by the fact that Windows Device Driver installation techniques have never been particularly robust.

If a new version of the WinPkFilter device driver cannot be installed, the following steps should be followed in order to alleviate the problems:

  • Run regedit.exe and delete HKLM\System\CurrentControlSet\Services\ndisrd
  • In directory \Windows\Inf locate and delete all oem?.inf and oem?.pnf files that contain the string ndisrd.
  • Reboot Windows and then install the driver.
  • Due caution should be taken when deleting Registry entries and System files. Be sure you have a recent System Restore Point to fall back on should things go wrong.

    SEE ALSO

    Driver, Driver Installation, NAT32
    Edit this page Back