What exactly is the task registered in the task scheduler called SR

김 창겸 1 Reputation point
2021-03-30T07:01:08.173+00:00

I have a test program installed on the server. The program needs to check and transfer the data to another control computer within 3 seconds, but at 00:00 on March 3, the data could not be transmitted once. After that it's normal As a result of checking the test program log, it is reported that there was an instantaneous network delay, While looking for the cause, the task scheduler became suspicious of SR. It last operated at 00:00 on March 3rd, and it operates once every 3rd. By chance this We are confirming that it may occur if the timing of work and inspection overlap. Inquiries about the task scheduler are as follows. 1. What exactly is the task registered in the task scheduler called SR (ex: registry backup) 2. Whether the SR can load the system and network 3. Problems that may occur when SR is changed to “Disable”

Windows development | Internet Information Services
Windows for business | Windows Server | Devices and deployment | Set up, install, or upgrade
Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-03-31T02:31:09.993+00:00

    Hi @김 창겸

    The System Restore folder contains tasks that periodically create restore points for system recovery, you can revert a machine's state to a previous point in time.
    If you set to disable, the you just won't have this feature.

    Best Regards
    Karlie

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Castorix31 91,726 Reputation points
    2021-03-30T07:09:37.893+00:00

    From : Description of the scheduled tasks in Windows Vista

    SR

    System Restore
    This scheduled task runs when you start the computer. This scheduled task also runs as a daily task. This scheduled task runs the %windir%\system32\rundll32.exe srrstr.dll,ExecuteScheduledSPPCreation command to create regular system restore points.

    0 comments No comments

Your answer

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