What is auto-restore-point-xp-auto.vbs?

auto-restore-point-xp-auto.vbs is usually located in the 'C:\Install\Batch Files and Scripts Install\' folder.

None of the anti-virus scanners at VirusTotal reports anything malicious about auto-restore-point-xp-auto.vbs.

If you have additional information about the file, please share it with the FreeFixer users by posting a comment at the bottom of this page.

Vendor and version information [?]

auto-restore-point-xp-auto.vbs does not have any version or vendor information.

Digital signatures [?]

auto-restore-point-xp-auto.vbs is not signed.

VirusTotal report

None of the 41 anti-virus programs at VirusTotal detected the auto-restore-point-xp-auto.vbs file.

None of the 41 anti-virus programs detected the auto-restore-point-xp-auto.vbs file.

Hashes [?]

PropertyValue
MD541325703dcc6a3cc6b34a3158949a040
SHA2569f1cc84fb65e5eb10e8fae39875a4b94b2a7ccb017b625cb52519181abbffc8a

What will you do with the file?

To help other users, please let us know what you will do with the file:



Malware or legitimate?

If you feel that you need more information to determine if your should keep this file or remove it, please read this guide.

Please select the option that best describe your thoughts on the information provided on this web page


Free online surveys

And now some shameless self promotion ;)

A screenshot of FreeFixer's scan result.Hi, my name is Roger Karlsson. I've been running this website since 2006. I want to let you know about the FreeFixer program. FreeFixer is a freeware tool that analyzes your system and let you manually identify unwanted programs. Once you've identified some malware files, FreeFixer is pretty good at removing them. You can download FreeFixer here. It runs on Windows 2000/XP/2003/2008/2016/2019/Vista/7/8/8.1/10. Supports both 32- and 64-bit Windows.

If you have questions, feedback on FreeFixer or the freefixer.com website, need help analyzing FreeFixer's scan result or just want to say hello, please contact me. You can find my email address at the contact page.

Comments

Please share with the other users what you think about this file. What does this file do? Is it legitimate or something that your computer is better without? Do you know how it was installed on your system? Did you install it yourself or did it come bundled with some other software? Is it running smoothly or do you get some error message? Any information that will help to document this file is welcome. Thank you for your contributions.

I'm reading all new comments so don't hesitate to post a question about the file. If I don't have the answer perhaps another user can help you.

Peter Blaise writes

0 thumbs

Here's the auto-restore-point-xp-auto.vbs script -- nice for making a restore point on a schedule:

==========

'Auto Restore Point for Windows XP
Set WshShell = CreateObject("WScript.Shell")
Message = "This script will Create an Auto Restore Point." & vbCr
Message = Message & "The Restore Point will take about 10 seconds to create." & vbCr & vbCr
rem Message = Message & "Continue?"

rem X = MsgBox(Message, vbYesNo + vbQuestion, "Paul's XP and Vista Tweaks")
rem If X = 6 Then

X = 6
If X = 6 Then

Set sr = getobject("winmgmts:\\.\root\default:Systemrestore")
phm = "New Restore Point successfully created." & vbCR
phm = phm & "It is listed as: "
phm = phm & "Automatic Restore Point " & vbCR & Date & " " & Time
phm = phm & vbCr & vbCr & "This script was downloaded from www.paulsxp.com"

If (sr.createrestorepoint("Automatic Restore Point", 0, 100)) = 0 Then
MsgBox phm
Else
MsgBox "Restore Point creation Failed!"
End If
End If

Set sr = Nothing

# 9 May 2012, 7:48

Leave a reply