Advertisement
colemar

Remove Teefer network filter driver

Mar 13th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. After uninstalling Symantec Endpoint Protection, even using Symantec's CleanWipe tool, the network filter "teefer2" is still there.
  2. If you simply remove or disable the teefer service using Regedit, network adapters become unfunctional.
  3. If you uninstall the network adapters using Device Manager and reboot, the teefer2.sys driver is again included in the network stack.
  4. Symantec apparently has a "teefer remover" tool which is available on request.
  5.  
  6. Here is how to correctly remove teefer in Windows 10:
  7.  
  8. C:\windows\system32>netcfg -q symc_teefer2
  9. 'symc_teefer2' is installed.
  10.  
  11. C:\windows\system32>netcfg -u symc_teefer2
  12. Trying to uninstall symc_teefer2 ...
  13.  
  14. ... symc_teefer2 is not installed.
  15.  
  16. ... done.
  17.  
  18. Open Regedit an delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\teefer key.
  19. Finally delete \Windows\system32\teefer2.sys file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement