about rstrui.exe command

  • Thread starter Thread starter Pedro Lerma
  • Start date Start date
P

Pedro Lerma

Hi Group
Someone know how can I do that this command should be executed trought CMD
console or trought .bat file when mi PC is starting up without showing
system restore screen and without requesting dates of restoration??, but I
want to put them in the .bat file
thanks
Pedro
 
Rstrui.exe opens the System Restore Wizard. There are no switches.

If you execute Rstrui the GUI for System Restore is going to open, there is
no other purpose for the command. If you do not want System Restore to
open, do not use the Rstrui command.

How to start the System Restore tool at a command prompt in Windows XP
http://support.microsoft.com/kb/304449

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Hi Pedro,

If i understand you correctly, you are trying to restore a system at
startup without user intervention. Please correct me if i am wrong.

If this is the case, then the answer is no.
 
Hi
upsss yes I want trying to restore a system at startup withhout user
intervention

thanks
Pedro
 
Hi
ok thanks

Wesley


Wesley Vogel said:
Rstrui.exe opens the System Restore Wizard. There are no switches.

If you execute Rstrui the GUI for System Restore is going to open, there
is
no other purpose for the command. If you do not want System Restore to
open, do not use the Rstrui command.

How to start the System Restore tool at a command prompt in Windows XP
http://support.microsoft.com/kb/304449

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Pedro said:
Hi
upsss yes I want trying to restore a system at startup withhout user
intervention

You didn't say why you want to do this or the number of computers. If
this is for a school or business or otherwise public computers and you
want to return them to a pristine state every night, look at Deep
Freeze from Faronics.

Malke
 
Using Windows Scripting / WMI.

Restore Method of the SystemRestore Class:
http://windowssdk.msdn.microsoft.com/en-us/library/ms723713.aspx

"Initiates a system restore. The caller must force a system reboot. The
actual restoration occurs during the reboot"

You want to provide a Sequence number of the restore point, which can also
be retrieved using enumeration.

Print the list of all available System Restore points to a file:
http://windowsxp.mvps.org/listsr.htm

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


Hi
upsss yes I want trying to restore a system at startup withhout user
intervention

thanks
Pedro
 
Back
Top