Re: Windows Update failing

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Michael <Michael@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

Attempting to instantiate BITS main interface,
IBackgroundCopyManager...
The BITS service will be started if not already running.
Failed to instantiate BITS Manager interface... - 0x80080005
Server execution failed

A Google search on "Failed to instantiate BITS Manager interface" revealed
this solution at
http://blogs.msdn.com/astebner/archive/2005/11/10/491632.aspx

1.. Check to see if the registry sub-key named
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup
exists on the system
2.. If not, click on the Start menu, choose Run and type cmd
3.. Run the command reg add
HKLM\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup /f in
the cmd prompt window
4.. After adding this registry value, try to start the BITS service by
running net start bits

--
Robin Walker [MVP Networking]
rdhw@xxxxxxxxx


.



Relevant Pages

  • Re: Windows Update failing
    ... A Google search on "Failed to instantiate BITS Manager interface" revealed ... the cmd prompt window ...
    (microsoft.public.windowsupdate)
  • Re: Using static factories to create two objects with bidirectional linking
    ... The manager has a one-to-many ... The idea is that the map defines a partition over the A entries ... B to a common fixed currency. ... instantiate an object all you need are values for its attributes ...
    (comp.object)
  • Re: Using static factories to create two objects with bidirectional linking
    ... Right now I'm making some kind of manager class, which, for a static ... I've seen situations where the problem space demanded that referential integrity be managed explicitly at the OOA/D level, but it is so rare and was so long ago that I can't even remember a context for a plausible example. ... To instantiate an object all you need are values for its attributes. ... Note that one way to deal with the situation where one needs multiple createresponsibilities separated in execution time to complete the instantiation is for all of those responsibilities to be in the same factory. ...
    (comp.object)
  • Re: A weird little problem about handling objects without knowing what they are
    ... I have an interface a bit like this: ... public void switchOff; ... Fruit and Cloud do not share any common base type below Object, and thus there's no type that has a switchOn() that i could use for both. ... Although in this case, i could dispense with the switchOn method in Manager, and implement it as an instance method in Manageable, so maybe this problem would evaporate. ...
    (comp.lang.java.programmer)
  • Re: What about CAO?
    ... So if I have the remoting service set as SingleCall - it's ... it's not possible to instantiate a new ... Now implement this interface on the ... > only on the client). ...
    (microsoft.public.dotnet.framework.remoting)