A step-by-step instructional guide on component isolation when a Symantec Endpoint Protection (SEP) client installation causes unexpected behavior. This includes "Core Files" only.
Public facing version of this article: https://knowledge.broadcom.com/external/article/255167/
Core Files Component Isolation Instructions
If the machine does not reproduce the reported issue, add protection components starting with AV/AS (Virus and Spyware) from the Control Panel until the issue occurs, and contact technical support for assistance.
Command | Operating System |
---|---|
sc config SymDS start= disabled | ALL (<RU5) |
sc config SymEFA start= disabled | ALL (<RU5) |
sc config SymEFASI start= disabled | ALL (RU5+) |
sc config SymEvent start= disabled | ALL |
sc config SymNETS start= disabled | Windows 7 / 2008 R2 / 8 (<RU5) |
sc config SymTDIv start= disabled | Vista / 2008 (<RU5) |
sc config SymTDI start= disabled | XP / 2003 (<RU5) |
NOTES: Disabling and enabling drivers, and default parameters as of 12.1.6318.6100
To disable "Core Files" drivers, open a command prompt in Safe mode and run the following commands:
Command | Non-Plug and Play Driver Name | Default Startup Parameter |
---|---|---|
sc config SymDS start= disabled | SYM Data Store | Boot (0) |
sc config SymEFA start= disabled | Symantec Extended File Attributes | Boot (0) |
sc config SymEFASI start= disabled | Symantec Extended File Attributes SI | Boot (0) |
sc config SymEvent start= disabled | Symantec Event | Demand (3) |
sc config SymNETS start= disabled | Symantec Network Security WFP Driver | System (1) |
sc config SymTDIv start= disabled | Network Dispatch Driver | System (1) |
sc config SymTDI start= disabled | Network Dispatch Driver | System (1) |
To Re-set the startup parameters to the default settings, open a command prompt in Normal Mode, run the following command(s), then reboot:
To verify the current start type, open a command prompt and run the following command:sc qc <servicename> (example: sc qc SymDS ) press enter
Start type codes:
0 | Boot |
1 | System |
2 | Automatic and/or Delayed |
3 | Manual (Demand_Start) |
4 | Disabled |