Methods to Retrieve Windows Backup Default State
Methods to Retrieve Windows Backup Default State
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.
Disclaimer: This post includes affiliate links
If you click on a link and make a purchase, I may receive a commission at no extra cost to you.
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.
2. Creating a Batch File
If you’re not comfortable with the command line interface, reset Windows Backup by creating a batch file.
To do this, open Notepad and paste the below code.
<code>reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsBackup /f reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsBackup schtasks /delete /tn "Microsoft\Windows\WindowsBackup\AutomaticBackup" /f schtasks /delete /tn "Microsoft\Windows\WindowsBackup\Windows Backup Monitor" /f
Click the File menu and select Save as. On the Save as dialog, type reset-backup.bat as the file name. Then choose All Files from the drop-down menu next to the Save as type. From the left panel, select Desktop and click the Save button.
Now, close the Notepad window and right-click on the batch file. From the context menu, select Run as administrator. This will reset Windows Backup to its default settings.
Lastly, restart your computer and you’re done. These are two methods to reset Windows Backup to its default settings.
Get Your Backups Working Again on Windows
Whether you use the command line interface or create a batch file, it’s easy to reset Windows Backup. Just remember to restart your computer after the process completes successfully.
Also read:
- [Updated] Maximize Impact with Insightful YouTube Stats Analysis
- 2024 Approved FrameMorph Editor
- Effortless SSD Swap for Improved Gaming Experience
- Experience a Budget-Friendly Fitness with the Fitbit Versa – In-Depth Review
- How to Copy Contacts from Apple iPhone 13 Pro Max to SIM? | Dr.fone
- How to Rectify Failing Display Connection on PCs
- Improving Windows' Non-Responsive Performance Chart
- In 2024, 7 Ways to Unlock a Locked Poco C51 Phone
- In 2024, Guide to Mirror Your Oppo Reno 10 Pro+ 5G to Other Android devices | Dr.fone
- Invisible File Thumbnails in Windows 11 – How to Repair
- Overcoming 'No Installed Devices' Message on PCs
- Quick Fixes for Roblox Crashing Problems: Top Six Hacks for PC Users
- Removing Obstacles to Unique Printer ID
- Step-By-Step Guide to Restoring Windows Google Nearby Share
- Tackle 'Try Connections' Fiasco with This Guide for PCs
- The Best of Ice Artistry 2022 Edition
- Title: Methods to Retrieve Windows Backup Default State
- Author: Richard
- Created at : 2024-10-27 18:22:25
- Updated at : 2024-11-01 18:12:16
- Link: https://win11-tips.techidaily.com/methods-to-retrieve-windows-backup-default-state/
- License: This work is licensed under CC BY-NC-SA 4.0.