Tech Support Forum banner
Status
Not open for further replies.

BITS-related update problem

797 views 8 replies 2 participants last post by  telwat 
#1 ·
Hello all!

Everytime I start my computer, after a few moments there comes an error message, which states something like (I have a finish OS) "Microsoft Volume Shadow Copy service stopped working." Sometimes it says something about BITS, and sometimes "Host process for windows services stopped working and was closed."

http://support.microsoft.com/kb/940520 I can't install any updates, so I tried this, downloaded the installer, it says that I already have it installed.Tried manually, doesn't help. http://www.online-tech-tips.com/computer-tips/host-process-for-windows-services-stopped-working/ I tried this article also (method 3), but I just can't fix it. The strangest thing about this is that the "outfit" theme of my comp turns into some kind windows 98 theme. If I'd know how to take a screenshot about this I would post it but I don't. :upset:

All help is apreciated.
 
#7 ·
Re-register the VSS components
Sometimes re-registering VSS core components can fix errors. Copy the following commands to Notepad and save the file with a ‘.bat’ extension. Run the .bat file by opening a command prompt and entering the .bat file name.

cd /d %windir%\system32
net stop vss
net stop swprv
regsvr32 /s ole32.dll
regsvr32 /s oleaut32.dll
regsvr32 /s vss_ps.dll
vssvc /register
regsvr32 /s /i swprv.dll
regsvr32 /s /i eventcls.dll
regsvr32 /s es.dll
regsvr32 /s stdprov.dll
regsvr32 /s vssui.dll
regsvr32 /s msxml.dll
regsvr32 /s msxml3.dll
regsvr32 /s msxml4.dll
vssvc /register
net start swprv
net start vss

And specific for Windows defender
regsvr32:
wuapi.dll
wuaueng.dll
wucltui.dll
wups.dll
wuweb.dll
atl.dll
softpub.dll
wintrust.dll
initpki.dll
mssip32.dll
 
Status
Not open for further replies.
You have insufficient privileges to reply here.
Top