system restore

  • Thread starter Thread starter Linda
  • Start date Start date
L

Linda

how do I create a restore point. I don't have the tab on
the systems properties menu from control panel. I keep
getting erros when trying to restore.
I have windows xp professional.
 
You can try start rstrui.exe from the c:\windows\System32\restore
folder

or you can script it via wmi and vbscript

set srp = getobject("winmgmts:\\.\Root\Default:Systemrestore")
csrp = srp.createrestorepoint("My Happy Restore Point",0,100)


regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net
 
Back
Top