Quick fix for volume shadow copy errors (for Windows 10/8/7)

Shadow copy is a Microsoft technology that allows users to manually or automatically synchronize documents, up to and including locked ones. The Volume Shadow Copy Service (VSS) requires the NTFS file system to function. Copies can be created by any OS component using this technology on local, external, removable volumes or network points.

Bug fix TKT

Shadow Copy Service bugs differ depending on the operating system (server or personal). We will analyze some common problems of forming an image of Windows OS versions 10, 8, 7, and its recovery.

Incorrect work of VSS during Windows backup. Error 0x80042302

“The backup application failed to start due to an internal unexpected problem. Check the event log for more information. (0x80042302) “.

Solution. We set the operating mode “automatic”:

  1. Click “Win + R”, open the “Run” option.
  2. Enter services.msc.
  3. We are looking for a shadow copy of the volume, click “Properties”.
  4. Change the startup type to “Automatic”.
  5. We put a tick “OK”.

After that, try to create a backup copy of your computer’s information in order to test whether bug 0x80042302 is fixed.

The problem of creating TKT

Periodically, when generating a copy of the system image, errors “0x807800A1” and “0x800423F4” occur. The reasons are: Antivirus or Windows Firewall. Eliminate:

  1. We add services.msc in the open Run window.
  2. Find TKT, configure the startup type “Automatic”.
  3. If the service state is stopped or paused, click Start.
  4. In the Dependencies tab, check the services required for VSS to run.
  5. Go back to General> Apply> OK.

Disable antivirus and Windows firewall

Select “temporarily disable protection” on the antivirus icon.

Note: be sure to turn on the protection after all the manipulations!

Step by step: Control Panel> System and Security> Firewall> Turn Firewall On or Off. Disable, click “OK”.

Diagnosing hard drive problems:

  1. We go to Explorer> context menu of the drive “C”> “Properties”.
  2. In the “Service” tab, click Check, then “Scan”.
  3. Follow the instructions.

OS recovery failures

TKT service error “0x81000202”. Let’s do the following step by step:

  1. Start> Run> gpedit.msc.
  2. Go to: Computer Configuration Administrative Templates System Recovery.
  3. In the right box of the Turn off System Restore option, set the value to Not Configured.

Check the OS by using the System Files Diagnostic Tool. The SFC tool will assist in checking system files by replacing out-of-date versions of files. Scanning will help fix bug 0x81000202. Step by step:

  1. Start> cmd> right mouse button> As administrator.
  2. Enter sfc / scannow.

Leave a Reply

Your email address will not be published. Required fields are marked *