fix of error 80070422
hello there
I have a solution for all 80070422 errors
its very simple
just open editor and type in :
@echo off
sc config wuauserv start= auto
sc config bits start= auto
sc config DcomLaunch start= auto
sc config WLIDSVC start= auto
net stop wuauserv
net start wuauserv
net stop bits
net start bits
net start WLIDSVC
net start DcomLaunch
then save this with endin .cmd or .bat
windows vista/ windows7 users dont need to add the last line cause the service DcomLaunch is forced to run atomatically on these systems
however the created file must with right click "run as admin"
if you prefer a preconfigured application hotfix then feel free to use&distribute my one
http://www.mediafire.com/?5uqf8t5pbu0b563
February 9th, 2011 5:29pm
80070422 ERROR_SERVICE_DISABLED
The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
The error occurs most often in conjunction with the presence of malware that is disabling a required service that is needed to update Windows.
The Windows Live Sign-in Asstant (WLIDSVC) is not one of those required services.
See -Error message: “The necessary service "Automatic Updates" (WUAUSERV) is not started or Background Intelligent Transfer Service (BITS) is disabled. Error 0x8DDD0018” or Error codes 0x80244019
or 0x80070422 when attempting to install updates.
And - Error message when you try to install updates by using the Windows Update Web site or the Microsoft Update Web site: "0x80070422"
The above KB article contains instructions for creating the below .bat file
sc config wuauserv start= auto
sc config bits start= auto
sc config DcomLaunch start= auto
net stop wuauserv
net start wuauserv
net stop bits
net start bits
net start DcomLaunch
MowGreen
Windows Expert IT Pro - Consumer Security
*-343-* FDNY
NEVER FORGOTTEN
Free Windows Admin Tool Kit Click here and download it now
February 9th, 2011 6:06pm