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?
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?
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.
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
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