Advertisement
colemar

How to disable Symantec Endpoint Protection

Jun 27th, 2019
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. REGFIND -p HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services -y symantec
  2.  
  3. SHIFT+Restart ... 4) Safe Mode
  4.  
  5. sc config SNAC start=disabled
  6. sc config BHDrvx64 start=disabled
  7. sc config ccSettings_{625C7C4D-4A6A-4D79-8F81-E1C477755198} start=disabled
  8. sc config eeCtrl start=disabled
  9. sc config IDSVia64 start=disabled
  10. sc config SRTSP start=disabled
  11. sc config SRTSPX start=disabled
  12. sc config SyDvCtrl start=disabled
  13. sc config SymEFASI start=disabled
  14. sc config SymELAM start=disabled
  15. sc config EraserUtilRebootDrv start=disabled
  16. sc config heCAF start=disabled
  17. sc config SepLpsService start=disabled
  18. sc config SISIDSService start=disabled
  19. sc config SISIPSDriver start=disabled
  20. sc config SISIPSService start=disabled
  21. sc config SISIPSUtil start=disabled
  22. sc config SymIRON start=disabled
  23. sc config SYMNETS start=disabled
  24. sc config SysPlant start=disabled
  25.  
  26. * sc config SepMasterService start=disabled
  27. This is to be disabled with Regedit (start=4).
  28.  
  29. Restart ...
  30.  
  31. Teefer2 Symantec Endpoint Protection Firewall: Teefer2 Service Symantec Corporation c:\windows\system32\drivers\teefer.sys 02/08/2018 04:30
  32. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Teefer2
  33.  
  34. sc query Teefer2
  35.  
  36. SERVICE_NAME: Teefer2
  37. DISPLAY_NAME: Symantec Endpoint Protection Firewall
  38. TYPE : 1 KERNEL_DRIVER
  39. STATE : 4 RUNNING
  40. (STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
  41. WIN32_EXIT_CODE : 0 (0x0)
  42. SERVICE_EXIT_CODE : 0 (0x0)
  43. CHECKPOINT : 0x0
  44. WAIT_HINT : 0x0
  45.  
  46. sc qc Teefer2
  47.  
  48. SERVICE_NAME: Teefer2
  49. TYPE : 1 KERNEL_DRIVER
  50. START_TYPE : 1 SYSTEM_START
  51. ERROR_CONTROL : 1 NORMAL
  52. BINARY_PATH_NAME : \SystemRoot\system32\DRIVERS\Teefer.sys
  53. LOAD_ORDER_GROUP : NDIS
  54. TAG : 23
  55. DISPLAY_NAME : Symantec Endpoint Protection Firewall
  56. DEPENDENCIES :
  57. SERVICE_START_NAME :
  58.  
  59. netcfg -v -s n | grep -i sym
  60. netcfg -q symc_teefer2
  61. netcfg -u symc_teefer2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement