Follow the prompts to restore your system files and registry. Method B: Uninstall Recent Windows Updates
Event Viewer → Windows Logs → System → Filter for source: Microsoft-Windows-Kernel-General or Registry .
How to Fix RegBack Copy Not Working in Windows If you are trying to recover a crashed Windows system using the Command Prompt, you might run into a frustrating issue: the files inside the \Windows\System32\config\RegBack folder are all 0 bytes in size. Because these registry backup files are empty, the standard copy command fails to restore your system. regback copy not working
Since relying on the idle backup can be unreliable for immediate needs, a scripted approach using Volume Shadow Copy Service (VSS) is recommended. This bypasses file locks and ensures a valid backup.
Historically, Windows maintained a backup of the registry in %Windir%\System32\config\RegBack . If the main registry hives ( SYSTEM , SOFTWARE , etc.) in \config became corrupted, IT professionals could copy files from RegBack to restore functionality. Follow the prompts to restore your system files and registry
You cannot back up the HKLM\HARDWARE hive—it is volatile and recreated each boot.
Now give Administrators Full Control: In Security tab, select Administrators → Edit → Allow Full Control. Because these registry backup files are empty, the
Run the System File Checker by targeting your offline Windows drive (replace D: with your actual Windows drive): sfc /scannow /offbootdir=D:\ /offwindir=D:\Windows Use code with caution. Once finished, run the Deployment Image Servicing tool: dism /image:D:\ /cleanup-image /restorehealth Use code with caution. Step 3: How to Re-Enable Automatic Registry Backups
Since the RegBack folder is empty, you need to use alternative methods to recover a corrupted registry. 1. Enable Automatic RegBack (Preventative Fix)