Are you looking for a way to protect your drives on Windows 11? System protection helps to keep your data safe, even if your computer crashes or experiences power outages. It’s a great way to keep your files and folders backed up and secure.
In this guide, we’ll show you how to turn on system protection for drives on Windows 11. This is a simple process that can help make sure your data is safe and secure. So, without much further ado, let’s get started!
How to Turn On System Protection for Drives in the Settings
You can easily turn on System Protection for drives in the Settings app. To do that, follow the steps below:
- Navigate to Settings by pressing Win + I
- Then, go to System > About and select the System protection link.
- A list of available drives will appear in the System Properties window’s Protection Settings section. If a drive does not have System Protection activated, it will be labeled Off. Select the drive for which you wish to enable protection and then click Configure.
- A new window will open. Check the Turn on system protection radial button.
- You may also move the Max Usage slider to the right to make additional disc space available for storing restore points. Click Delete if you wish to delete all of the restoration points on the drive.
- When done, click OK to exit the window and save your changes.
- System Protection is now activated on the drive. To disable it, simply repeat the preceding steps, but at step 4, select the Disable system protection radial button instead.
How to Turn On System Protection for Drives in PowerShell
You also have the option of enabling System Protection using PowerShell. To do that, go through the steps below:
- To begin, hit Win + S to launch Windows Search, and then type powershell into the search box.
- Click Open as administrator under Windows PowerShell in the right panel of the search results.
- On the UAC prompt, select Yes.
- Next, type the following command:
- Enable-ComputerRestore -Drive “C:\”
Note: You can replace C in the preceding command with the drive letter of your choice.
- To execute the command, press the Enter key on your keyboard.
- On that drive, the System Protection feature will now be enabled.
- If you intend to disable System Protection using PowerShell, type the following command in step four above:
- Disable-ComputerRestore -Drive “C:”
- To run the command, press the Enter key, and the drive will no longer be protected.
Wrapping It Up
We hope this guide has helped you understand how to turn on system protection for drives on Windows 11. Protecting your drives is essential to keeping your data safe, so be sure to use this feature to ensure the security of your system. By following the steps above, you are good to go!