B Brandon Taylor Apr 13, 2005 #1 How do I change the frequency at which System Restore creates automatic System Checkpoints?
K Kelly Apr 13, 2005 #2 Hi Brandon, VB Script to run unattended Restore Point Creation as a Scheduled Task. The Restore point will be identified as Automatic Restore Point with the date and time the script was run. http://www.dougknox.com/xp/scripts_desc/xp_sysrestorepoint.htm Single Click Creation of a System Restore Point/Runs as a Scheduled Task http://www.dougknox.com/xp/utils/xp_sysrestorepoint.htm System Restore Points http://www.billsway.com/notes_public/WinXP_Tweaks/XPSystemRestore.vbs -- In memory of our dear friend, MVP Alex Nichol: http://www.dts-l.org/ All the Best, Kelly (MS-MVP) Troubleshooting Windows XP http://www.kellys-korner-xp.com
Hi Brandon, VB Script to run unattended Restore Point Creation as a Scheduled Task. The Restore point will be identified as Automatic Restore Point with the date and time the script was run. http://www.dougknox.com/xp/scripts_desc/xp_sysrestorepoint.htm Single Click Creation of a System Restore Point/Runs as a Scheduled Task http://www.dougknox.com/xp/utils/xp_sysrestorepoint.htm System Restore Points http://www.billsway.com/notes_public/WinXP_Tweaks/XPSystemRestore.vbs -- In memory of our dear friend, MVP Alex Nichol: http://www.dts-l.org/ All the Best, Kelly (MS-MVP) Troubleshooting Windows XP http://www.kellys-korner-xp.com
C Code-Curious Mom Apr 13, 2005 #3 Re: System Restore Points http://www.billsway.com/notes_public/WinXP_Tweaks/XPSystemRestore.vbs Click to expand... this appears to change the value at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore\RPGlobalInterval where the interval is apparently in seconds.
Re: System Restore Points http://www.billsway.com/notes_public/WinXP_Tweaks/XPSystemRestore.vbs Click to expand... this appears to change the value at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore\RPGlobalInterval where the interval is apparently in seconds.
K Kelly Apr 14, 2005 #4 Thanks for your kind words, C-C Mom. ) -- In memory of our dear friend, MVP Alex Nichol: http://www.dts-l.org/ All the Best, Kelly (MS-MVP) Troubleshooting Windows XP http://www.kellys-korner-xp.com
Thanks for your kind words, C-C Mom. ) -- In memory of our dear friend, MVP Alex Nichol: http://www.dts-l.org/ All the Best, Kelly (MS-MVP) Troubleshooting Windows XP http://www.kellys-korner-xp.com