Windows: How to disable all third-party security products

A friend is having issues with a program that connects to the Internet.

I am fairly certain that there is an issue with a third-party product that either

  • blocks outgoing connections
  • blocks incoming connections
  • inserts itself in a network connection
  • inserts itself in a file read
  • inserts itself in a file write

I have no idea what products she has installed, either does she. But I can imagine some:

  • PeerGuardian blocking outgoing connections
  • AVG/NAV blocking incoming/outgoing connections
  • AVG/NAV interfering with a file read
  • AVG/NAV interfering with a file write
  • any other "security" product

Is there a simple way (i.e. instructions for a beginner) that can disable all third-party antivirus software and firewall products on a computer?

Note: I define 3rd-party as not signed by Microsoft Windows (i.e., even Microsoft Corporation isn't good enough, as they're not part of the core OS).

The reason I ask is because I know some products dig their hooks in so deep: there's no way to remove them.

But maybe there's a simple fix somewhere: "Disable all antivirus software and firewall protection, and I mean pronto."


What is the issue that I happen to be wrestling with today?

  • "Unable to initialize streaming"
  • Unable to initialize streaming
  • Unable to Initialize streaming?
  • Won't let me install...
  • Error message after power cycling modem
  • Unable to initialize streaming error
  • Downloading patch 3.3.x - 4.0.0 HELP!!

I don't know how you people can stand security products.


It sounds like it's been blocked by an outgoing firewall. What version of Windows is it and is there a firewall (Comodo for example) running?

You can find out if there is a firewall (and which one it is) by opening. the windows security centre Control Panel > Security Center (on XP):

alt text

You should be able to open the firewall and see a list of blocked programs.

Find World of Warcraft on that list and change it to "allowed". This is the screen for Comodo as an example:

alt text


Consider the security implications of having a simple way to "disable all firewall and antivirus software on the computer pronto". All an attacker/virus-writer would have to do is run that command and they'd have the whole system to themselves. Even if there were such a thing, you can bet that some security software wouldn't use it anyways, and would just keep on running.


On a more practical note, it sounds like you don't have direct access to troubleshoot the computer, otherwise you could just look and see what she has. I would suggest the following:

  • See if she can get something like LogMeIn installed, so you can look for yourself and figure out the problem. TeamViewer has a QuickSupport version which allows a user to download and run an executable that runs TeamViewer on their computer without having to install anything, and then automatically connects it back to you, this makes remotely connecting to a support client's computer very simple.

  • Find out what she does have installed. The following command line (which you can put in a batch file for her to run) will export the registry key which has all installed software in it to a text file on the desktop. You can then look through the resulting file and deduce what she has installed:

    reg export "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall" "%userprofile%\desktop\software.txt"

Once you figure out what software she has on her computer, you may be able to better determine how to remove whatever is causing it not to work.