You seek steps for disabling the Symantec Protection Engine (SPE) UI after installation.
SPE 7.8+
Linux
sudo su
<install dir>/bin
directory (change <install dir>
if you customized the install location):
cd /opt/SYMCScan/bin
./xmlmodifier -s /configuration/Resources/System/EnableJavaUI/@value false configuration.xml
/etc/init.d/symcscan restart
Windows
<install dir>
directory (change <install dir>
if you customized the install location):
cd "C:\Program Files\Symantec\Scan Engine"
.\xmlmodifier.exe -s /configuration/Resources/System/EnableJavaUI/@value false configuration.xml
net stop symcscan
net start symcscan