Boston2012
Technical User
Good afternoon,
Can someone help me right a batch file that will disable the following Services and restart machine. Windows 2000 Professional.
Symantec AntiVirus
ccEvtMgr (Symantec Event Manager)
SmcService(Symantec Management Client)
SNAC (Symantec Network Access Control)
CCSetMgr (Symantec Settings Manager)
I've been manually going in and running the following command on each line above to disable those services:
C:\utils>sc config "Symantec AnitVirus" start= disabled
[SC] ChangeServiceConfig SUCCESS
Can someone help me right a batch file that will disable the following Services and restart machine. Windows 2000 Professional.
Symantec AntiVirus
ccEvtMgr (Symantec Event Manager)
SmcService(Symantec Management Client)
SNAC (Symantec Network Access Control)
CCSetMgr (Symantec Settings Manager)
I've been manually going in and running the following command on each line above to disable those services:
C:\utils>sc config "Symantec AnitVirus" start= disabled
[SC] ChangeServiceConfig SUCCESS