A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows 8 » Windows 8 Help Forum
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Create a Restore point



 
 
Thread Tools Rate Thread Display Modes
  #1  
Old February 17th 13, 09:35 AM posted to alt.comp.os.windows-8
Oldster
external usenet poster
 
Posts: 88
Default Create a Restore point

Anyone know how to automatically create a restore point in Windows 8
from a batch file??

I've tried the visual basic "create-restore" that Google found ...
tried to alter it for windows 8, but it appears not to work.


Ads
  #2  
Old February 17th 13, 12:54 PM posted to alt.comp.os.windows-8
SC Tom[_3_]
external usenet poster
 
Posts: 4,089
Default Create a Restore point



"Oldster" wrote in message
...
Anyone know how to automatically create a restore point in Windows
8 from a batch file??

I've tried the visual basic "create-restore" that Google found ...
tried to alter it for windows 8, but it appears not to work.


I use QRM (Quick Restore Maker):
http://www.thewindowsclub.com/create-a-system-restore-point-in-1-click-with-quick-restore-maker

I have it set in Task Scheduler to run every other day. If there's one fault
I find with it, I haven't figured out how to have it close automatically
when done. Other than that, no complaints, and it does make viable restore
points.
--
SC Tom


  #3  
Old February 17th 13, 01:15 PM posted to alt.comp.os.windows-8
Dave-UK
external usenet poster
 
Posts: 596
Default Create a Restore point


"Oldster" wrote in message ...
Anyone know how to automatically create a restore point in Windows 8
from a batch file??

I've tried the visual basic "create-restore" that Google found ...
tried to alter it for windows 8, but it appears not to work.



There's a Powershell cmdlet to create a restore point but you can only create one restore point per 24 hours.

http://technet.microsoft.com/en-us/l.../hh849822.aspx

This guy has cracked it for Windows 8 but it's an exe file:
http://www.osattack.com/utilities/up...ows-8-support/

If you download the package there is a command line exe file, TRPC.exe
You can run that from a batch file using the example on the page.
You can use the same name each time and it still works ok.
They are differentiated by the time and date.
(To check on restore points I use CCleaner to list/delete them.)



  #4  
Old February 18th 13, 02:04 AM posted to alt.comp.os.windows-8
SC Tom[_3_]
external usenet poster
 
Posts: 4,089
Default Create a Restore point



"Dave-UK" wrote in message ...

"Oldster" wrote in message
...
Anyone know how to automatically create a restore point in Windows
8 from a batch file??

I've tried the visual basic "create-restore" that Google found
... tried to alter it for windows 8, but it appears not to work.


There's a Powershell cmdlet to create a restore point but you can only
create one restore point per 24 hours.

http://technet.microsoft.com/en-us/l.../hh849822.aspx

This guy has cracked it for Windows 8 but it's an exe file:
http://www.osattack.com/utilities/up...ows-8-support/

If you download the package there is a command line exe file, TRPC.exe You
can run that from a batch file using the example on the page.
You can use the same name each time and it still works ok.
They are differentiated by the time and date.
(To check on restore points I use CCleaner to list/delete them.)


Thanks for that one, Dave. I gave it a try, and it works well to create a
restorable point (most important :-) ). I edited my current task to use the
TRPC bat I created, let it create a restore point, then restored it, and all
went well.
--
SC Tom


  #5  
Old February 18th 13, 11:04 AM posted to alt.comp.os.windows-8
Dave-UK
external usenet poster
 
Posts: 596
Default Create a Restore point


"SC Tom" wrote in message ...


"Dave-UK" wrote in message ...

"Oldster" wrote in message
...
Anyone know how to automatically create a restore point in Windows
8 from a batch file??

I've tried the visual basic "create-restore" that Google found
... tried to alter it for windows 8, but it appears not to work.


There's a Powershell cmdlet to create a restore point but you can only
create one restore point per 24 hours.

http://technet.microsoft.com/en-us/l.../hh849822.aspx

This guy has cracked it for Windows 8 but it's an exe file:
http://www.osattack.com/utilities/up...ows-8-support/

If you download the package there is a command line exe file, TRPC.exe You
can run that from a batch file using the example on the page.
You can use the same name each time and it still works ok.
They are differentiated by the time and date.
(To check on restore points I use CCleaner to list/delete them.)


Thanks for that one, Dave. I gave it a try, and it works well to create a
restorable point (most important :-) ). I edited my current task to use the
TRPC bat I created, let it create a restore point, then restored it, and all
went well.
--
SC Tom



It beats me why Microsoft have crippled the Powershell cmdlet to only one run a day.
I've suggested to the author of Restore Point Creator that he incorporates the ability
to list / delete the current restore points, like Ccleaner does. :-)


  #6  
Old February 18th 13, 12:43 PM posted to alt.comp.os.windows-8
SC Tom[_3_]
external usenet poster
 
Posts: 4,089
Default Create a Restore point



"Dave-UK" wrote in message ...

"SC Tom" wrote in message ...


"Dave-UK" wrote in message
...

"Oldster" wrote in message
...
Anyone know how to automatically create a restore point in
Windows 8 from a batch file??

I've tried the visual basic "create-restore" that Google found
... tried to alter it for windows 8, but it appears not to work.


There's a Powershell cmdlet to create a restore point but you can only
create one restore point per 24 hours.

http://technet.microsoft.com/en-us/l.../hh849822.aspx

This guy has cracked it for Windows 8 but it's an exe file:
http://www.osattack.com/utilities/up...ows-8-support/

If you download the package there is a command line exe file, TRPC.exe
You can run that from a batch file using the example on the page.
You can use the same name each time and it still works ok.
They are differentiated by the time and date.
(To check on restore points I use CCleaner to list/delete them.)


Thanks for that one, Dave. I gave it a try, and it works well to create a
restorable point (most important :-) ). I edited my current task to use
the TRPC bat I created, let it create a restore point, then restored it,
and all went well.
--
SC Tom


It beats me why Microsoft have crippled the Powershell cmdlet to only one
run a day. I've suggested to the author of Restore Point Creator that he
incorporates the ability
to list / delete the current restore points, like Ccleaner does. :-)


Of course, if MS hadn't changed SR to the point of only creating save points
when there's a Windows update, or other "major" software change, no one
would have noticed the PowerShell problem. I don't need one every day like
XP created (hopefully I won't need one at all), but I'd like to have more
than once a month when updates come out, or maybe twice a month if MS throws
an odd security update or two in the mix.

The Windows Club has a Restore Point Manager
http://www.thewindowsclub.com/system-restore-manager-for-windows-released
that lets you create and delete points manually, but it only works in Win7,
not Win8 yet (I don't know if he's working on an update any more). But since
CC is easy enough to use, I'll stick with it. My Win8 laptop runs well with
no errors or lock-ups; don't want to rock the boat too much with extra stuff
:-)
--
SC Tom


  #7  
Old February 19th 13, 09:19 AM posted to alt.comp.os.windows-8
Oldster
external usenet poster
 
Posts: 88
Default Create a Restore point

On 17/02/2013 13:15, Dave-UK wrote:

"Oldster" wrote in message
...
Anyone know how to automatically create a restore point in
Windows 8 from a batch file??

I've tried the visual basic "create-restore" that Google found
... tried to alter it for windows 8, but it appears not to work.



There's a Powershell cmdlet to create a restore point but you can only
create one restore point per 24 hours.

http://technet.microsoft.com/en-us/l.../hh849822.aspx

This guy has cracked it for Windows 8 but it's an exe file:
http://www.osattack.com/utilities/up...ows-8-support/


If you download the package there is a command line exe file, TRPC.exe
You can run that from a batch file using the example on the page.
You can use the same name each time and it still works ok.
They are differentiated by the time and date.
(To check on restore points I use CCleaner to list/delete them.)



Finally got the TRPC.exe command to run at system load time, but only
after making it a task in Task Scheduler. What ever happened to
shortcuts in "Start Menu"??

Thanks anyway!!


  #8  
Old February 19th 13, 01:00 PM posted to alt.comp.os.windows-8
SC Tom[_3_]
external usenet poster
 
Posts: 4,089
Default Create a Restore point



"Oldster" wrote in message
...
On 17/02/2013 13:15, Dave-UK wrote:

"Oldster" wrote in message
...
Anyone know how to automatically create a restore point in
Windows 8 from a batch file??

I've tried the visual basic "create-restore" that Google found
... tried to alter it for windows 8, but it appears not to work.



There's a Powershell cmdlet to create a restore point but you can only
create one restore point per 24 hours.

http://technet.microsoft.com/en-us/l.../hh849822.aspx

This guy has cracked it for Windows 8 but it's an exe file:
http://www.osattack.com/utilities/up...ows-8-support/


If you download the package there is a command line exe file, TRPC.exe
You can run that from a batch file using the example on the page.
You can use the same name each time and it still works ok.
They are differentiated by the time and date.
(To check on restore points I use CCleaner to list/delete them.)



Finally got the TRPC.exe command to run at system load time, but only
after making it a task in Task Scheduler. What ever happened to shortcuts
in "Start Menu"??

Thanks anyway!!

If you create the batch file like on the site, then put a shortcut to it in
the "All Users" Startup folder, run with Admin privileges, it works fine. I
like Task Scheduler better anyhow since I don't feel the need to use all my
allocated space for Daily Restore Points; every other day is fine for me,
and that may a bit too often, too. But that's how I have it set, using 3% of
my HDD for the points. It's not eating into my available HDD space, so . . .
--
SC Tom


  #9  
Old February 19th 13, 04:42 PM posted to alt.comp.os.windows-8
Dave-UK
external usenet poster
 
Posts: 596
Default Create a Restore point


"Oldster" wrote in message ...
On 17/02/2013 13:15, Dave-UK wrote:

"Oldster" wrote in message
...
Anyone know how to automatically create a restore point in
Windows 8 from a batch file??

I've tried the visual basic "create-restore" that Google found
... tried to alter it for windows 8, but it appears not to work.



There's a Powershell cmdlet to create a restore point but you can only
create one restore point per 24 hours.

http://technet.microsoft.com/en-us/l.../hh849822.aspx

This guy has cracked it for Windows 8 but it's an exe file:
http://www.osattack.com/utilities/up...ows-8-support/


If you download the package there is a command line exe file, TRPC.exe
You can run that from a batch file using the example on the page.
You can use the same name each time and it still works ok.
They are differentiated by the time and date.
(To check on restore points I use CCleaner to list/delete them.)



Finally got the TRPC.exe command to run at system load time, but only
after making it a task in Task Scheduler. What ever happened to
shortcuts in "Start Menu"??

Thanks anyway!!



Just out of interest, why do you need a system restore point to be made at every boot up?
If it's to back up the registry there better ways of doing it, like Erunt for example.



  #10  
Old February 20th 13, 10:29 AM posted to alt.comp.os.windows-8
Oldster
external usenet poster
 
Posts: 88
Default Create a Restore point

On 19/02/2013 16:42, Dave-UK wrote:

"Oldster" wrote in message
...
On 17/02/2013 13:15, Dave-UK wrote:

"Oldster" wrote in message
...
Anyone know how to automatically create a restore point in
Windows 8 from a batch file??

I've tried the visual basic "create-restore" that Google found
... tried to alter it for windows 8, but it appears not to work.



There's a Powershell cmdlet to create a restore point but you can only
create one restore point per 24 hours.

http://technet.microsoft.com/en-us/l.../hh849822.aspx

This guy has cracked it for Windows 8 but it's an exe file:
http://www.osattack.com/utilities/up...ows-8-support/



If you download the package there is a command line exe file, TRPC.exe
You can run that from a batch file using the example on the page.
You can use the same name each time and it still works ok.
They are differentiated by the time and date.
(To check on restore points I use CCleaner to list/delete them.)



Finally got the TRPC.exe command to run at system load time, but only
after making it a task in Task Scheduler. What ever happened to
shortcuts in "Start Menu"??

Thanks anyway!!



Just out of interest, why do you need a system restore point to be made
at every boot up?
If it's to back up the registry there better ways of doing it, like
Erunt for example.



But I don't reload every day. I make use of "Hibernate". The idea is
that when I REALLY want or need to do a reload, then an automatic
restore point is created.

  #11  
Old February 21st 13, 03:07 PM posted to alt.comp.os.windows-8
BillW50
external usenet poster
 
Posts: 5,556
Default Create a Restore point

In ,
Oldster typed:
Anyone know how to automatically create a restore point in
Windows 8 from a batch file??

I've tried the visual basic "create-restore" that Google found
... tried to alter it for windows 8, but it appears not to work.


I was following this thread and when I was on one of Windows 8 machines
one day and I looked for System Restore and I can't find it.

--
Bill
Motion Computing LE1700 Tablet ('09 era) - OE-QuoteFix v1.19.2
Centrino Core2 Duo L7400 1.5GHz - 2GB RAM
Windows XP Tablet PC Edition 2005 SP2


  #12  
Old February 21st 13, 04:19 PM posted to alt.comp.os.windows-8
No_Name
external usenet poster
 
Posts: 71
Default Create a Restore point

On Thu, 21 Feb 2013 09:07:53 -0600, "BillW50" wrote:

In ,
Oldster typed:
Anyone know how to automatically create a restore point in
Windows 8 from a batch file??

I've tried the visual basic "create-restore" that Google found
... tried to alter it for windows 8, but it appears not to work.


I was following this thread and when I was on one of Windows 8 machines
one day and I looked for System Restore and I can't find it.


It is buried deep.

Control Panel System & Security System System Protection
System Restore follow the boxes (restore points found here)

I find it typically stores 3, maybe 4, restore points. I want to store
the past 10-12.
  #13  
Old February 21st 13, 04:21 PM posted to alt.comp.os.windows-8
SC Tom[_3_]
external usenet poster
 
Posts: 4,089
Default Create a Restore point



"BillW50" wrote in message
...
In ,
Oldster typed:
Anyone know how to automatically create a restore point in
Windows 8 from a batch file??

I've tried the visual basic "create-restore" that Google found
... tried to alter it for windows 8, but it appears not to work.


I was following this thread and when I was on one of Windows 8 machines
one day and I looked for System Restore and I can't find it.


If you type in System Restore from your start screen, "Create a restore
point" comes up. Click on it, then on System Restore, and there are all your
restore points.
Or, from Run, type in rstrui and press Enter. Brings it right up. (I boot to
desktop, not FKA-Metro.)
--
SC Tom


  #15  
Old February 21st 13, 04:45 PM posted to alt.comp.os.windows-8
BillW50
external usenet poster
 
Posts: 5,556
Default Create a Restore point

On 2/21/2013 10:21 AM, SC Tom wrote:

"BillW50" wrote in message
...
In ,
Oldster typed:
Anyone know how to automatically create a restore point in
Windows 8 from a batch file??

I've tried the visual basic "create-restore" that Google found
... tried to alter it for windows 8, but it appears not to work.


I was following this thread and when I was on one of Windows 8
machines one day and I looked for System Restore and I can't find it.


If you type in System Restore from your start screen, "Create a restore
point" comes up. Click on it, then on System Restore, and there are all
your restore points.
Or, from Run, type in rstrui and press Enter. Brings it right up. (I
boot to desktop, not FKA-Metro.)


From the Desktop I hit Win+Q and typed in System and then Restore and
nothing came up when I tried it. I'll try again later. Thanks!

--
Bill
Motion Computing LE1700 Tablet ('09 era) - Thunderbird v12
Centrino Core2 Duo L7400 1.5GHz - 2GB RAM - Windows 7 Pro SP1 (x86)
 




Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off






All times are GMT +1. The time now is 09:51 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.