ACTIONS - event scheduler for Automatic restore point

vsrawat

Banned
Messages
22
Location
Indore
on my w8, task scheduler event to create Automatic System Restore point was not working,
so I deleted the event, intending to create a new event for the same purpose.

However, in the new event, ACTIONS pane is blank and the event is not even getting created with it empty.

What is the string I put in ACTIONS pane that was already there in the default entry there?

There are several scripts available on the net for the same, but I would prefer to use default thing that comes preloaded with windows 8.

Please share what is there in the actions pane of your event for creating Automatic System Restore point?

Thanks.
--
Rawat
 

My Computer

System One

  • OS
    w7-32 bit, w8-32 bit, w10-64 bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    assembled
    CPU
    Intel premium E2180 Dual Core 2 GHz
    Motherboard
    ASUSTeK P5G-MX, Chipset - intel i945G
    Memory
    2x2GB DDR2 333, 3448 usable
    Graphics Card(s)
    Intel 82852/82855 GM/GME Mnf ASUS (built-in)
    Sound Card
    built in
    Monitor(s) Displays
    LG Flatron W1943S
    Screen Resolution
    1368x768
    Hard Drives
    Seagate 1TB, two disks
    Browser
    Firefox (main) (also chrome, ie)
    Antivirus
    windows defender
    Other Info
    windows firewall
I exported the SystemRestore scheduled task from my Windwos 8.1 Pro X64 system as SR.xml.

Code:
<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
  <RegistrationInfo>
    <Source>Microsoft Corporation</Source>
    <Author>Microsoft Corporation</Author>
    <Description>This task creates regular system protection points.</Description>
    <URI>Microsoft\Windows\SystemRestore\SR</URI>
    <SecurityDescriptor>D:(A;;GA;;;SY)(A;;GA;;;BA)(A;;FRFX;;;LS)</SecurityDescriptor>
  </RegistrationInfo>
  <Triggers />
  <Principals>
    <Principal id="LocalSystem">
      <UserId>S-1-5-18</UserId>
      <RunLevel>LeastPrivilege</RunLevel>
    </Principal>
  </Principals>
  <Settings>
    <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
    <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
    <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
    <AllowHardTerminate>true</AllowHardTerminate>
    <StartWhenAvailable>true</StartWhenAvailable>
    <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
    <IdleSettings>
      <StopOnIdleEnd>true</StopOnIdleEnd>
      <RestartOnIdle>false</RestartOnIdle>
    </IdleSettings>
    <AllowStartOnDemand>true</AllowStartOnDemand>
    <Enabled>true</Enabled>
    <Hidden>false</Hidden>
    <RunOnlyIfIdle>true</RunOnlyIfIdle>
    <DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
    <UseUnifiedSchedulingEngine>true</UseUnifiedSchedulingEngine>
    <MaintenanceSettings>
      <Period>P3D</Period>
      <Deadline>P3DT1M</Deadline>
      <Exclusive>true</Exclusive>
    </MaintenanceSettings>
    <WakeToRun>false</WakeToRun>
    <ExecutionTimeLimit>PT72H</ExecutionTimeLimit>
    <Priority>7</Priority>
  </Settings>
  <Actions Context="LocalSystem">
    <Exec>
      <Command>%windir%\system32\srtasks.exe</Command>
      <Arguments>ExecuteScheduledSPPCreation</Arguments>
    </Exec>
  </Actions>
</Task>

Copy the above and create a SR.xml file then you can Import it into Task scheduler to recreate the original task.
 

My Computer

System One

  • OS
    Windows 10 Pro X64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Lenovo IdeaCenter K450
    CPU
    Intel Quad Core i7-4770 @ 3.4Ghz
    Motherboard
    Lenovo
    Memory
    16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
    Graphics Card(s)
    Intel Integrated HD Graphics
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    HP h2207
    Screen Resolution
    1680x1050@59Hz
    Hard Drives
    250GB Samsung EVO SATA-3 SSD;
    2TB Seagate ST2000DM001 SATA-2;
    1.5TB Seagate ST3150041AS SATA
    PSU
    500W
    Keyboard
    Wired USB
    Mouse
    Wired USB
    Internet Speed
    3GB Up, 30GB Down
    Browser
    SeaMonkey
    Antivirus
    Windows Defender; MBAM Pro
    Other Info
    UEFI/GPT
    PLDS DVD-RW DH16AERSH
yes, that is it.

I saved it and imported it and got the SystemRestore event back again.

Thanks a lot for even better reply than I expected. :)
 

My Computer

System One

  • OS
    w7-32 bit, w8-32 bit, w10-64 bit
    Computer type
    PC/Desktop
    System Manufacturer/Model
    assembled
    CPU
    Intel premium E2180 Dual Core 2 GHz
    Motherboard
    ASUSTeK P5G-MX, Chipset - intel i945G
    Memory
    2x2GB DDR2 333, 3448 usable
    Graphics Card(s)
    Intel 82852/82855 GM/GME Mnf ASUS (built-in)
    Sound Card
    built in
    Monitor(s) Displays
    LG Flatron W1943S
    Screen Resolution
    1368x768
    Hard Drives
    Seagate 1TB, two disks
    Browser
    Firefox (main) (also chrome, ie)
    Antivirus
    windows defender
    Other Info
    windows firewall
You're welcome, glad I could help.
 

My Computer

System One

  • OS
    Windows 10 Pro X64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Lenovo IdeaCenter K450
    CPU
    Intel Quad Core i7-4770 @ 3.4Ghz
    Motherboard
    Lenovo
    Memory
    16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
    Graphics Card(s)
    Intel Integrated HD Graphics
    Sound Card
    Realtek HD Audio
    Monitor(s) Displays
    HP h2207
    Screen Resolution
    1680x1050@59Hz
    Hard Drives
    250GB Samsung EVO SATA-3 SSD;
    2TB Seagate ST2000DM001 SATA-2;
    1.5TB Seagate ST3150041AS SATA
    PSU
    500W
    Keyboard
    Wired USB
    Mouse
    Wired USB
    Internet Speed
    3GB Up, 30GB Down
    Browser
    SeaMonkey
    Antivirus
    Windows Defender; MBAM Pro
    Other Info
    UEFI/GPT
    PLDS DVD-RW DH16AERSH
Back
Top