2 Ways to Enable/Disable System Protection on Windows 11 : Learn how to enable system protection

Опубликовано: 28 Октябрь 2024
на канале: Soft Solutions
881
6

Learn how to safeguard your Windows 11 PC by enabling System Protection for your drives! In this quick and easy tutorial, we'll show you step-by-step how to set up this essential feature to create restore points, ensuring your system is safe from unexpected issues, data loss, and more. Don't wait until it's too late – watch now and fortify your Windows 11 experience!
PowerShell commands
Enable-ComputerRestore -Drive "C:\"
Disable-ComputerRestore -Drive "C:\"

If you want to enable System Restore on more of your drives, you can simply add each of them to the command, with commas between them.
Enable-ComputerRestore -Drive "C:\", "D:\"
Disable-ComputerRestore -Drive "C:\", "D:\"