Thank you.
I looked at the script and had to get some very old gears going....
Curious about the Sub CreateSRP
Specifically:
GetObject("winmgmts:\\.\root\default:Systemrestore").CreateRestorePoint "Instant Restore Point", 0, 100
I am not sure about the period after the first closing parenthesis mark and everything thereafter sort of just hung out there - especially the 100
Sort of felt that something was not right so I for lack of memory did some googling and found this:
http/superuser.com/questions/994854/why-the-create-restore-point-script-work-differently-on-windows-7-and-on-windo
As I read the article (apparently via how-to-geek) and understand the script, there just seems to be something astray with respect to syntax.
In all fairness I may be missing something or have otherwise forgotten something.
Still felt it best to pass along just as a matter of elimination if anything.