How to quit Avast temporarily?
Here's what worked for me:
- With the Win+ R combo summon
services.msc
. - Right click on the service
Avast Antivirus
and clickStop
. - Before it stops,
Avast
will warn you that the service is being stopped. Only if you are confident that your computer is safe (and are more worried about theAvast
using most of your CPU availability) click theOk
button and the service should stop.
After a couple of minutes of stopping it, I restarted Avast
. The load it put on my CPU after the restart was normal (i.e. less than 10%).
Well, here's something you could do.
If on Windows Vista/7: open your start menu, type cmd
omitting the quotes, right click on cmd (looks like a black icon with c:\ on it) select Run As Administrator
If on Windows 8+: press WinKey + F, type cmd
omitting the quotes, right click on cmd (looks like a black icon with c:\ on it) select Run As Administrator
Once in the Command Prompt it should look something like this:
NB: I use Windows 8.1 Update, yours might look slightly different.
Next, we need to type this:
taskkill /F /IM AvastSvc.exe
This tells Windows to launch a command, taskkill
(Task Killer), tells taskkill
that it needs to /F
orce the program closed, and that the /IM
age name is AvastSvc.exe
Once done, you can safely close the Command Prompt.