System Restore in Task Scheduler, Microsoft, Windows does not work. It says it was run the last it was triggered to run, but if you check, there is no restore point stored for when it says the task was run.

Lewis Lampley 0 Reputation points
2023-09-11T22:14:26.9366667+00:00

Under Task Scheduler, Task Scheduler Library, Microsoft, Windows, SystemRestore, name SR, the task does not create a restore point even though it states the Last Run Time. Checking the Restore Points show that no Restore Point was created. I checked on the Microsoft site for this problem and other people say they have the same problem.  Microsoft tech support gave me a way to reset the computer and the problem was still there.  And then I did a complete reload of Windows 10 and the problem is still there.  And the same issue is on another computer with Windows 10 newly installed.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,866 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. S.Sengupta 20,651 Reputation points MVP
    2023-09-12T01:00:04.6366667+00:00

    Ensure that you have enough free disk space on your system drive (usually C:). System Restore requires some free space to create restore points.

    • Open a Command Prompt as an administrator and run the following command:

    sfc /scannow

    After SFC completes, run this command:

    DISM /Online /Cleanup-Image /RestoreHealth

    Some antivirus or security software may block or interfere with the creation of restore points. Temporarily disable your antivirus or security software and see if it helps.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.