Uninstalling Microsoft Anti-Spyware

B

Bob

I use various scripts to manage client computers and MSAS
is creating problems for me by blocking the scripts.

Has anyone been able to successfully uninstall it?

When I googled "uninstall microsoft anti-spyware" I found
a number of articles that suggest that I might run into
problems if I try to remove it.

Any suggestions?

Bob
 
B

Bill Sanderson

These are the notes I have. These are old enough that they don't relate to
the current program version, so you should verify the GUID and to be sure
that there's no change.
--------------------------------------------

Unattended uninstall:

The command should be:
MsiExec.exe /X {536F7C74-844B-4683-B0C5-EA39E19A6FE3} -qn

If you want a log file ... (note: no space between the /L
and its parameters (ime))

MsiExec.exe /X {536F7C74-844B-4683-B0C5-
EA39E19A6FE3} /Lime c:\temp\msas.log -qn

(from lori)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top