Automatically Create System Restore Point on Schedule - Working but no restore point


aagha

Member
Local time
6:51 AM
Posts
3
OS
Win 11
On Sep. 24, 2022, I implemented this process for automatic, daily system restore points:


It seems to have been working flawlessly--even after I created for the first couple of days I checked, and restore points were being created.

However, I went to check today since I NEEDED a restore point, and was shocked to see:

1685591144124.png

Checking the Task Scheduler logs, they seem to be getting created every day without an error(!):

1685591185427.png

What's happening? Where are these being stored/created, and is here a way to tell System Restore to find these?

UPDATE:

On further investigation, seems these are not being created:

1685592977890.png

Further validation:

1685593254268.png

In which case, I have no idea what the heck the Task Scheduler is doing and why it's saying it's successful.
 
Last edited:

My Computer

System One

  • OS
    Win 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo
    CPU
    Ryzen 7 6900 HS
    Memory
    32 GB RAM
    Graphics Card(s)
    RTX 3050ti
I followed Brink's tutorial on a fresh W11 VM image. Checkpoint-Computer doesn't work out of the box, because Enable-ComputerRestore wasn't already set.

1. Run the command manually to see if you get any errors:
Code:
Checkpoint-Computer -Description "Automatic Restore Point" -RestorePointType MODIFY_SETTINGS

Enable-ComputerRestore -Drive "C:\"
Checkpoint-Computer -Description "Automatic Restore Point" -RestorePointType MODIFY_SETTINGS
Get-ComputerRestorePoint

2. Operational codes 1 & 2 imply your task failed for some reason. Probably because you didn't enter the correct command line?
 

My Computer

System One

  • OS
    Windows 7

Latest Support Threads

Back
Top Bottom