HOW TO: Uninstall Symantec Endpoint Protection (SEP) client silently using the command line

Hear4U's picture

Hi folks,

 

Thought you may find this helpful.  Hot off the press from our Support Gurus:

 

(It may take until 2/4 to be available as it's being published "now")...

 

Title: 'How to uninstall Symantec Endpoint Protection (SEP) client silently using the command line'Document ID: 2008090908381148> Web URL: http://service1.symantec.com/SUPPORT/ent-security.nsf/docid/2008090908381148?Open&seg=ent

 

Best,

 

Erc

riva11's picture

Silent uninstall and uninstall password

Good tip, only a additional comment, in a corporate environment the uninstall password is usually in place. The silent uninstall in this case is allowed when the password has been removed.

If you set a password for client uninstallation, you cannot uninstall the client silently. Clients with an uninstall password are prompted for the password, which must be entered manually. To uninstall the client silently, disable the password.

Symantec World's picture

Its work

This is very usefull thanks for this.

Regards,
Mansoor Rashid

Regards,
M.R

Edgar Zapata's picture

Thanks

My!

I needed this so badly...
I've been trying to solve an issue with several client computers and this just did the trick.
Thanks again.

Edgar.

Brandon's picture

If you want to uninstall

If you want to uninstall command line with a password try adding these two entries first:

REG ADD "HKLM\SOFTWARE\Symantec\Symantec Endpoint\Protection\AV\AdministratorOnly\Security" /v LockUnloadServices /d 0 /t REG_DWORD /f
REG ADD "HKLM\SOFTWARE\Symantec\Symantec Endpoint\Protection\AV\AdministratorOnly\Security" /v UseVPUninstallPassword /d 0 /t REG_DWORD /f
MSIEXEC /X {GUID} REMOVE=ALL /QN

I know this use to work for SAV 10 with those two keys but they were stored in a different location.

Ajitjha's picture

Good. I badly needed it

Good.

I badly needed it

Regards'
Ajit Jha
TechSuport Engineer
STS

Peter_007's picture

Thanx!

Thanx

This is very useful info

G_70508's picture

NEw Information ...thanx

NEw Information ...thanx Bro

But do anyone tell me whats the advantage of unintalling using command line...

sufiyan's picture

 thanks alot i really needed

 thanks alot
i really needed it

blackmamba1386's picture

Uninstall Symantec Endpoint Protection

Hi,

I have this symantec endpoint protection trial version. Now i want to uninstall it but while doing so it is prompting for password.
Can u please guide me.

Thanks

Brandon's picture

My previous post addresses

My previous post addresses this.