Windows update has caused error0x80042318 in system restore/protection

Page 3 of 4 FirstFirst 1234 LastLast

  1. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #21

    Yeah - you typed resvr32 instead of regsvr32 :)

    No problem! (I thought for one horrible minute it was my fault!)
      My Computer


  2. Posts : 43
    Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #22

    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Users\Aviraj>vssadmin list writers
    vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
    (C) Copyright 2001-2005 Microsoft Corp.


    C:\Users\Aviraj>
      My Computer


  3. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #23

    OK
    let's try registering some more DLLs....

    Code:
     
    cd /d %windir%\system32
    net stop vss
    net stop swprv
    regsvr32 ole32.dll /s
    regsvr32 vss_ps.dll /s
    Vssvc /Register
    regsvr32 stdprov.dll /s
    regsvr32 msxml3.dll /s
    regsvr32.exe /i %windir%\system32\eventcls.dll /s
    regsvr32.exe /i %windir%\system32\swprv.dll /s
    regsvr32.exe %windir%\system32\vssui.dll /s
    regsvr32.exe %windir%\SysWOW64\vss_ps.dll /s
    regsvr32.exe %windir%\SysWOW64\msxml3.dll /s
    regsvr32.exe %windir%\SysWOW64\ole32.dll /s
    regsvr32.exe %windir%\SysWOW64\oleaut32.dll /s
    regsvr32.exe %windir%\SysWOW64\comsvcs.dll /s
    net start vss
    net start swprv
    reboot, and run
    vssadmn list writers
    again
      My Computer


  4. Posts : 43
    Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #24

    ok... thanks noelDP for your time, patience and help :)
    heres the results matey:
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Windows\system32>cd /d %windir%\system32

    C:\Windows\system32>net stop vss
    The Volume Shadow Copy service is not started.

    More help is available by typing NET HELPMSG 3521.


    C:\Windows\system32>net stop swprv
    The Microsoft Software Shadow Copy Provider service is not started.

    More help is available by typing NET HELPMSG 3521.


    C:\Windows\system32>regsvr32 ole32.dll /s

    C:\Windows\system32>regsvr32 vss_ps.dll /s

    C:\Windows\system32>Vssvc /Register

    C:\Windows\system32>regsvr32 stdprov.dll /s

    C:\Windows\system32>regsvr32 msxml3.dll /s

    C:\Windows\system32>regsvr32.exe /i %windir%\system32\eventcls.dll /s

    C:\Windows\system32>regsvr32.exe /i %windir%\system32\swprv.dll /s

    C:\Windows\system32>regsvr32.exe %windir%\system32\vssui.dll /s

    C:\Windows\system32>regsvr32.exe %windir%\SysWOW64\vss_ps.dll /s

    C:\Windows\system32>regsvr32.exe %windir%\SysWOW64\msxml3.dll /s

    C:\Windows\system32>regsvr32.exe %windir%\SysWOW64\ole32.dll /s

    C:\Windows\system32>regsvr32.exe %windir%\SysWOW64\oleaut32.dll /s

    C:\Windows\system32>regsvr32.exe %windir%\SysWOW64\comsvcs.dll /s

    C:\Windows\system32>net start vss
    The Volume Shadow Copy service is starting.
    The Volume Shadow Copy service was started successfully.


    C:\Windows\system32>net start swprv
    The Microsoft Software Shadow Copy Provider service is starting.
    The Microsoft Software Shadow Copy Provider service was started successfully.


    C:\Windows\system32>

    just about to reboot
      My Computer


  5. Posts : 43
    Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #25

    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Users\Aviraj>vssadmin list writers
    vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
    (C) Copyright 2001-2005 Microsoft Corp.


    C:\Users\Aviraj>


    still the same after reboot
      My Computer


  6. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #26

    RATS!

    Please open an Elevated Command Prompt, and run the following command

    vssadmin delete shadows /all

    Then download registervss2008.bat from here http://www.tomahawkbackup.com/downlo...tervss2008.zip

    Extract the content, and then right-click on the extracted file, and select 'Run as Administrator'.

    reboot, and run
    vssadmin list writers
    again
      My Computer


  7. Posts : 43
    Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #27

    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Windows\system32>vss admin delete shadows /All
    'vss' is not recognized as an internal or external command,
    operable program or batch file.

    C:\Windows\system32>vssadmin Delete Shadows /All
    vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
    (C) Copyright 2001-2005 Microsoft Corp.

    Do you really want to delete 13 shadow copies (Y/N): [N]? y

    Successfully deleted 13 shadow copies.

    C:\Windows\system32>
    C:\Windows\system32>

    gonna reboot now
      My Computer


  8. Posts : 43
    Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #28

    got this during the RegisterVSS2008.bat

    C:\Users\Aviraj\Desktop>REM ################## RegisterVSS2008.bat ###########
    ############################

    C:\Users\Aviraj\Desktop>net stop "System Event Notification Service"
    The System Event Notification Service service is stopping.
    A system error has occurred.

    System error 997 has occurred.

    Overlapped I/O operation is in progress.

    The System Event Notification Service service was stopped successfully.


    C:\Users\Aviraj\Desktop>net stop "Background Intelligent Transfer Service"
    The Background Intelligent Transfer Service service is stopping..
    The Background Intelligent Transfer Service service was stopped successfully.


    C:\Users\Aviraj\Desktop>net stop "COM+ Event System"
    The COM+ Event System service is stopping.
    The COM+ Event System service was stopped successfully.


    C:\Users\Aviraj\Desktop>net stop "Microsoft Software Shadow Copy Provider"
    The Microsoft Software Shadow Copy Provider service is stopping.
    The Microsoft Software Shadow Copy Provider service was stopped successfully.


    C:\Users\Aviraj\Desktop>net stop "Volume Shadow Copy"
    The Volume Shadow Copy service is stopping.
    The Volume Shadow Copy service was stopped successfully.


    C:\Users\Aviraj\Desktop>cd /d C:\Windows\system32

    C:\Windows\System32>net stop vss
    The Volume Shadow Copy service is not started.

    More help is available by typing NET HELPMSG 3521.


    C:\Windows\System32>net stop swprv
    The Microsoft Software Shadow Copy Provider service is not started.

    More help is available by typing NET HELPMSG 3521.


    C:\Windows\System32>regsvr32 /s ATL.DLL

    C:\Windows\System32>regsvr32 /s comsvcs.DLL

    C:\Windows\System32>regsvr32 /s credui.DLL

    C:\Windows\System32>regsvr32 /s CRYPTNET.DLL

    C:\Windows\System32>regsvr32 /s CRYPTUI.DLL

    C:\Windows\System32>regsvr32 /s dhcpqec.DLL

    C:\Windows\System32>regsvr32 /s dssenh.DLL

    C:\Windows\System32>regsvr32 /s eapqec.DLL

    C:\Windows\System32>regsvr32 /s esscli.DLL

    C:\Windows\System32>regsvr32 /s FastProx.DLL

    C:\Windows\System32>regsvr32 /s FirewallAPI.DLL

    C:\Windows\System32>regsvr32 /s kmsvc.DLL

    C:\Windows\System32>regsvr32 /s lsmproxy.DLL

    C:\Windows\System32>regsvr32 /s MSCTF.DLL

    C:\Windows\System32>regsvr32 /s msi.DLL

    C:\Windows\System32>regsvr32 /s msxml3.DLL

    C:\Windows\System32>regsvr32 /s ncprov.DLL

    C:\Windows\System32>regsvr32 /s ole32.DLL

    C:\Windows\System32>regsvr32 /s OLEACC.DLL

    C:\Windows\System32>regsvr32 /s OLEAUT32.DLL

    C:\Windows\System32>regsvr32 /s PROPSYS.DLL

    C:\Windows\System32>regsvr32 /s QAgent.DLL

    C:\Windows\System32>regsvr32 /s qagentrt.DLL

    C:\Windows\System32>regsvr32 /s QUtil.DLL

    C:\Windows\System32>regsvr32 /s raschap.DLL

    C:\Windows\System32>regsvr32 /s RASQEC.DLL

    C:\Windows\System32>regsvr32 /s rastls.DLL

    C:\Windows\System32>regsvr32 /s repdrvfs.DLL

    C:\Windows\System32>regsvr32 /s RPCRT4.DLL

    C:\Windows\System32>regsvr32 /s rsaenh.DLL

    C:\Windows\System32>regsvr32 /s SHELL32.DLL

    C:\Windows\System32>regsvr32 /s shsvcs.DLL

    C:\Windows\System32>regsvr32 /s /i swprv.DLL

    C:\Windows\System32>regsvr32 /s tschannel.DLL

    C:\Windows\System32>regsvr32 /s USERENV.DLL

    C:\Windows\System32>regsvr32 /s vss_ps.DLL

    C:\Windows\System32>regsvr32 /s wbemcons.DLL

    C:\Windows\System32>regsvr32 /s wbemcore.DLL

    C:\Windows\System32>regsvr32 /s wbemess.DLL

    C:\Windows\System32>regsvr32 /s wbemsvc.DLL

    C:\Windows\System32>regsvr32 /s WINHTTP.DLL

    C:\Windows\System32>regsvr32 /s WINTRUST.DLL

    C:\Windows\System32>regsvr32 /s wmiprvsd.DLL

    C:\Windows\System32>regsvr32 /s wmisvc.DLL

    C:\Windows\System32>regsvr32 /s wmiutils.DLL

    C:\Windows\System32>regsvr32 /s wuaueng.DLL

    C:\Windows\System32>sfc /SCANFILE=C:\Windows\system32\catsrv.DLL


    Windows Resource Protection did not find any integrity violations.

    C:\Windows\System32>sfc /SCANFILE=C:\Windows\system32\catsrvut.DLL


    Windows Resource Protection did not find any integrity violations.

    C:\Windows\System32>sfc /SCANFILE=C:\Windows\system32\CLBCatQ.DLL


    Windows Resource Protection did not find any integrity violations.

    C:\Windows\System32>net start "COM+ Event System"
    The requested service has already been started.

    More help is available by typing NET HELPMSG 2182.


    Volume Shadow Copy service DLL's re-registered.

    Reboot your machine.

    After reboot, open a command prompt and run:
    vssadmin list writers

    Ensure that all your writers are displayed w/o errors.

    C:\Windows\System32>pause
    Press any key to continue . . .
      My Computer


  9. Posts : 43
    Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #29

    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Windows\system32>vss admin list writers
    'vss' is not recognized as an internal or external command,
    operable program or batch file.

    C:\Windows\system32>vssadmin list writers
    vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
    (C) Copyright 2001-2005 Microsoft Corp.


    C:\Windows\system32>
    this is getting frustrating now....
      My Computer


  10. Posts : 43
    Microsoft Windows 7 Ultimate 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #30

    should i just reinstall windows and disable all windows updates???
      My Computer


 
Page 3 of 4 FirstFirst 1234 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:11.
Find Us