Author Topic: [Solved] How to disable Avast services  (Read 29124 times)

0 Members and 1 Guest are viewing this topic.

nyllet_2

  • Guest
[Solved] How to disable Avast services
« on: February 05, 2013, 12:08:14 PM »
I'm attempting to disable Avast services through Msconfig.

I need to disable all services running on my system in order to figure out which services are causing my Windows update to fail. I've been able to disable all services exept for Avast services.

Do I have to uninstall Avast in order to stop those two services?

Best regards,
Mikael
« Last Edit: February 05, 2013, 04:40:14 PM by nyllet_2 »

Offline Lisandro

  • Avast team
  • Certainly Bot
  • *
  • Posts: 67194
Re: How to disable Avast services
« Reply #1 on: February 05, 2013, 12:26:46 PM »
Although is NEVER adviced to do that, you can disable avast! services within the avast! tray icon settings (shields management).
avast! shouldn't interfere in any (clean) installation, even less Windows Update.
Which is the error (number/info) you're facing?
The best things in life are free.

nyllet_2

  • Guest
Re: How to disable Avast services
« Reply #2 on: February 05, 2013, 12:33:19 PM »
The errorcode I get from Windows Update is "800F081F".
All update downloads fails and I get the mentioned code.

I've been in contact with Microsoft and they gave me the advice to turn off all non-essential services and try to run Windows update then.

Offline Pondus

  • Probably Bot
  • ****
  • Posts: 37527
  • Not a avast user
Re: How to disable Avast services
« Reply #3 on: February 05, 2013, 12:40:29 PM »
have you tried right click avast tray icon and pause shields for  xx time



googling the error code i found this...but i guess you already know if you have contacted microsoft

Quote
0x800F081F    CBS_E_SOURCE_MISSING    The source for the package or file not found.
http://support.microsoft.com/kb/947821

« Last Edit: February 05, 2013, 12:45:25 PM by Pondus »

nyllet_2

  • Guest
Re: How to disable Avast services
« Reply #4 on: February 05, 2013, 12:45:13 PM »
Hello again,

Yes, I have stopped the shields entirely for the moment, what I want to do is stop the Avast Services in the MsConfig
http://imgur.com/1q2tUO9
« Last Edit: February 05, 2013, 12:49:07 PM by nyllet_2 »

Offline Pondus

  • Probably Bot
  • ****
  • Posts: 37527
  • Not a avast user
Re: How to disable Avast services
« Reply #5 on: February 05, 2013, 12:50:50 PM »
see picture IV disabling self protection.....on your risk


https://support.avast.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=1334

nyllet_2

  • Guest
Re: How to disable Avast services
« Reply #6 on: February 05, 2013, 12:53:29 PM »
Pondus:
Thank you, I will check the guide you linked me to on Microsoft!

Will get back to you here regardless if it worked or not! :)

Offline Pondus

  • Probably Bot
  • ****
  • Posts: 37527
  • Not a avast user
Re: How to disable Avast services
« Reply #7 on: February 05, 2013, 01:01:04 PM »
if you dont get it to work, you can attach a OTL diagnostic log here....
the one of the expert will have a look inside and see if he find something strange.  ;)

you find OTL here.    http://forum.avast.com/index.php?topic=53253.0


Offline bob3160

  • Avast Überevangelist
  • Probably Bot
  • *****
  • Posts: 48550
  • 64 Years of Happiness
    • bob3160 Protecting Yourself, Your Computer and, Your Identity
Re: How to disable Avast services
« Reply #8 on: February 05, 2013, 01:07:33 PM »
You've also never mentioned which OS you' re using.
Free Security Seminar: https://bit.ly/bobg2023  -  Important: http://www.organdonor.gov/ -- My Web Site: http://bob3160.strikingly.com/ - Win 11 Pro v22H2 64bit, 16 Gig Ram, 1TB SSD, Avast Free 23.5.6066, How to Successfully Install Avast http://goo.gl/VLXdeRepair & Clean Install https://goo.gl/t7aJGq -- My Online Activity https://bit.ly/BobGInternet

nyllet_2

  • Guest
Re: How to disable Avast services
« Reply #9 on: February 05, 2013, 01:43:54 PM »
Oh, pardon me! Completely forgot that!

I'm running Windows 8.


Pondus: I managed to stop the selfdefence and halt the Avast! services, unfortunally it did not help me solve my problem.
Now I'll try contacting Microsoft again and tell them their product aint working ;)

Offline bob3160

  • Avast Überevangelist
  • Probably Bot
  • *****
  • Posts: 48550
  • 64 Years of Happiness
    • bob3160 Protecting Yourself, Your Computer and, Your Identity
Re: How to disable Avast services
« Reply #10 on: February 05, 2013, 01:51:08 PM »
The answer supplied by Pondus sends you to the right place for the fix of this error.
Free Security Seminar: https://bit.ly/bobg2023  -  Important: http://www.organdonor.gov/ -- My Web Site: http://bob3160.strikingly.com/ - Win 11 Pro v22H2 64bit, 16 Gig Ram, 1TB SSD, Avast Free 23.5.6066, How to Successfully Install Avast http://goo.gl/VLXdeRepair & Clean Install https://goo.gl/t7aJGq -- My Online Activity https://bit.ly/BobGInternet

Offline essexboy

  • Malware removal instructor
  • Avast Überevangelist
  • Probably Bot
  • *****
  • Posts: 40589
  • Dragons by Sasha
    • Malware fixes
Re: How to disable Avast services
« Reply #11 on: February 05, 2013, 02:55:11 PM »
Is this an upgrade of windows 7 to windows 8 or a fresh install ?

http://m1p.net/windows-8-update/can't-do-any-windows-8-update-error-code-800f081f/

nyllet_2

  • Guest
Re: How to disable Avast services
« Reply #12 on: February 05, 2013, 04:36:57 PM »
Solution to Avast question was supplied by Pondus.
Solution to Update problem found below.

Was in contact with Microsoft.

The solution was to create a batch-file out of the following code (I simply named it fix.bat):
SET ARG=%1
FOR /F "usebackq delims=" %%A IN (`dir /B C:\Windows\servicing\packages\Package_for_%ARG%~*.cat`) do SET FOUNDPKG=%%A
SET PKGNAME=%FOUNDPKG:~0,-4%
DISM /online /NoRestart /remove-package /packagename:%PKGNAME%

Then open CMD and do
cd %userprofile%
cd desktop%
fix KB1234567

When that's done, download the update and install it :)
« Last Edit: February 05, 2013, 04:39:53 PM by nyllet_2 »

Offline bob3160

  • Avast Überevangelist
  • Probably Bot
  • *****
  • Posts: 48550
  • 64 Years of Happiness
    • bob3160 Protecting Yourself, Your Computer and, Your Identity
Re: How to disable Avast services
« Reply #13 on: February 05, 2013, 05:16:23 PM »
Solution to Avast question was supplied by Pondus.
Solution to Update problem found below.

Was in contact with Microsoft.

The solution was to create a batch-file out of the following code (I simply named it fix.bat):
SET ARG=%1
FOR /F "usebackq delims=" %%A IN (`dir /B C:\Windows\servicing\packages\Package_for_%ARG%~*.cat`) do SET FOUNDPKG=%%A
SET PKGNAME=%FOUNDPKG:~0,-4%
DISM /online /NoRestart /remove-package /packagename:%PKGNAME%

Then open CMD and do
cd %userprofile%
cd desktop%
fix KB1234567

When that's done, download the update and install it :)
That's basically what's outlined in the link that essexboy supplied. Only they did it manually. :)
Free Security Seminar: https://bit.ly/bobg2023  -  Important: http://www.organdonor.gov/ -- My Web Site: http://bob3160.strikingly.com/ - Win 11 Pro v22H2 64bit, 16 Gig Ram, 1TB SSD, Avast Free 23.5.6066, How to Successfully Install Avast http://goo.gl/VLXdeRepair & Clean Install https://goo.gl/t7aJGq -- My Online Activity https://bit.ly/BobGInternet