How To Revert Your Windows Backup Settings
How To Revert Your Windows Backup Settings
System failure or data loss can cause huge amounts of damage and that’s why Windows offers a backup feature to protect your critical data. If your backups corrupt or otherwise function incorrectly, you can reset Windows Backup to its default settings. This guide will teach you some methods to reset Windows Backup to its default on Windows.
How Do I Know if I Need to Reset Windows Backup?
You may need to reset Windows Backup if your backups aren’t working, taking too long to create, or you can’t access the stored files. If you are experiencing these issues, resetting Windows Backup may resolve them.
For this, either use the Command Prompt or create a batch file. The steps for both methods are outlined below and should help you get your backups running again.
Is Resetting Window Backup Risky?
While resetting Windows Backup is generally safe, there are some risks associated with it.
Firstly, you may lose all existing backups if you reset Windows Backup. To ensure you don’t lose data, create a backup of the existing Windows files before resetting Windows Backup.
Furthermore, the reset may affect some third-party apps. It’s wise to check with your software vendor before resetting Windows Backup.
If something goes wrong during the reset, you may have a corrupted backup configuration. In such cases, reinstall the operating system and start from scratch.
Overall, resetting Windows Backup helps resolve existing issues, but take the necessary precautions to avoid potential risks.
How to Reset Windows Backup to Its Factory Settings
Now you know how to proceed with caution, here’s how to reset Windows Backup to its factory settings.
1. Using Command Prompt
If your current backup configuration isn’t working, reset Windows Backup to its default settings. To get started, run the Command Prompt with admin access . In the Command Prompt window, run the following command:
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsBackup /f
This will reset to the default configuration and remove all existing backups.
After that, copy and paste the following command into the Command Prompt window and press Enter:
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsBackup
This will recreate the WindowsBackup entry in the registry editor. Next, type in and run the below command to delete the Automatic Backup scheduled task on Windows:
schtasks /delete /tn "Microsoft\Windows\WindowsBackup\AutomaticBackup" /f
Finally, execute the below command to delete the backup monitor scheduled task:
schtasks /delete /tn "Microsoft\Windows\WindowsBackup\Windows Backup Monitor" /f
After executing the above commands, restart your computer. This will reset Windows Backup to its default settings.
- Title: How To Revert Your Windows Backup Settings
- Author: Joseph
- Created at : 2024-08-08 06:02:18
- Updated at : 2024-08-09 06:02:18
- Link: https://windows11.techidaily.com/how-to-revert-your-windows-backup-settings/
- License: This work is licensed under CC BY-NC-SA 4.0.