Disable ALL Tasks, 4.x Home?

Nubeus question:

In Win 2k, is there simple way to disable ALL running tasks in Avast Home 4.x?
Attempting to run FireNet, a home network for firewire. (can find at … http://www.unibrain.com/1394_products/1394_networking/firenet_pc.htm)
FireNet support said it’s likely some program is interfering w/ my network.
After “Stopping on-line protection” I still have these processes running as visible on Task Manager:
aswUpdSv.exe …cannot stop by TaskMng
ashServ.exe …cannot stop by TaskMng
ashDisp.exe …TaskMng can stop

     Thanx

Make an script (an compile to an *.exe) with AutoIt (www.autoit.com) like this:

ProcessClose (“aswUpdSv.exe”)
ProcessClose (“ashServ.exe”)
ProcessClose (“ashDisp.exe”)

Or make a *.bat file with:
taskkill /f /im aswUpdSv.exe
taskkill /f /im ashServ.exe
taskkill /f /im ashDisp.exe

Or
net stop

Or, wait for my avast! Tweaker 8)