Hi Derrick Qian
I did follow your advice, but it did not help to run the iso file. Something is still wrong.
I now have two jobs that should create automatic restore points (while I am trying to find one that works).
- This one called: "Create Restore Point on Schedule" (guide here: https://www.tenforums.com/tutorials/64869-automatically-create-system-restore-point-schedule-windows-10-a.html) has this:
In program/script: powershell.exe and:
-ExecutionPolicy Bypass -Command "Checkpoint-Computer -Description "Automatic Restore Point" -RestorePointType "MODIFY_SETTINGS""
Task Scheduler says it has run at 12:40. When I check under the restore points something definitely has happened: There are no restore points any more. Something in the process deletes the existing restore pints. I had three restore points before the script was running. Now I have zero restore points.
If I enter Task Scheduler and press Run in the right side of the program and therefore run the job sort of manually it works. The restore point is created. This must mean, that I have the correct arguments for the scripts.
- The other script that should run on start up is called: "Dan gendannelsespunkt ved start af PC (manuelt oprettet)" does not work either (Guide here: https://da.phhsnews.com/how-to-make-windows-automatically-create-system-restore-point-at-startup2938) It also deletes existing restore points.
In program/script I have: "Start a program" and wmic.exe and this:
/Namespace:\root\default Path SystemRestore Call CreateRestorePoint "Startup Restore Point", 100, 7
If I enter Task Scheduler and press Run in the right side of the program and therefore run the job sort of manually it works. The restore point is created. This must mean, that I have the correct arguments for the scripts.
I think it is very strange.
Update on April 1st.: Automatic Restore Point (method mentioned as number 1) was created, and the former points were not deleted.
Update on April 2nd.: Automatic Restore Point (method mentioned as number 1) was created. But all other restore points were deleted.
Best regards,
Hanne B. Stegemüller