Author Topic: Disable ALL Tasks, 4.x Home?  (Read 4527 times)

0 Members and 1 Guest are viewing this topic.

Gubacho

  • Guest
Disable ALL Tasks, 4.x Home?
« on: August 05, 2005, 09:08:49 PM »
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

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67194
Re: Disable ALL Tasks, 4.x Home?
« Reply #1 on: August 05, 2005, 09:34:26 PM »
Make an script (an compile to an *.exe) with AutoIt (www.autoit.com) like this:

ProcessClose ("aswUpdSv.exe")
ProcessClose ("ashServ.exe")
ProcessClose ("ashDisp.exe")

8)

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

Or
net stop <name of the service>


Or, wait for my avast! Tweaker  8)
The best things in life are free.