How to Reset Windows Backup to Its Defaults
How to Reset Windows Backup to Its Defaults
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:
- [New] 2024 Approved The Importance of Non-Primary Footage in Editing
- [New] Unseen Snaps and Hushed User Signal to Check for Blocks
- [Updated] 2024 Approved Explore 8+ Places for Gratis HDR Environments & Clips
- Cutting-Edge, Cost-Effective RISC-V Laptop by Chinese Startup for Developer Professionals – Only $300
- Expert Tips for Seamless Dolby Atmos Setup in Your PC
- Exploring Wallpaper Image Storage on Windows 11
- Free Online Conversion: Changing AAC Audio Files Into FLAC Format - Movavi
- How to Address Error Code 0X80073CF3 at Microsoft Store, Windows 11/11
- In 2024, Top 10 Password Cracking Tools For Tecno Spark 10 5G
- Increase Productivity: Hotkey Hacks on Your Mouse
- Master GitHub Desktop Usage for Effective Windows DevOps
- Mastering the Use of Microsoft's Security Tool Canary
- New to Windows? Learn Basic Accessibility Tools
- Preserving Page Harmony: The Art of Excluding Profiles
- Quick Guide to Finding Exceptional Pexels Visuals for 2024
- Role of Coast Guards in Monitoring VMS/AIS: Discuss How Coast Guard Authorities Use This Information to Monitor Maritime Traffic, Ensure Compliance with International Regulations, Detect Anomalies, and Respond Effectively to Emergencies or Threats
- Troubleshoot: Excel Opening Issue with Notepad Windows
- Troubleshooting Steps: Fixing Microphone Issues on Razer Barracuda X Laptop – Windows 11 & 10 Solutions
- Win10/11: Mastering the Removal of Error 3 From Nvidia OpenGL
- Title: How to Reset Windows Backup to Its Defaults
- Author: David
- Created at : 2024-11-04 21:34:14
- Updated at : 2024-11-07 23:49:45
- Link: https://win11.techidaily.com/how-to-reset-windows-backup-to-its-defaults/
- License: This work is licensed under CC BY-NC-SA 4.0.