Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > NZ Computing > windows registry backup?

Reply
Thread Tools

windows registry backup?

 
 
Craig Sutton
Guest
Posts: n/a
 
      02-09-2004
Isn't windows suppose to make a backup copy of the registery?

I just went through the process of booting up the other day and windows
decided the registry was corrupt and the ^%*$%^$ decided it would restore
from an older registry backup just as its supposed to... but.. for some
unknown reason the backup it found was from 2001.

Gee what a load of fun that was lucky i found a somewhat newer backup that
Nortons had done in 2002. Not so much reinstalling of software had to be
done to fix it.

But i need to get it making the reg backup as it should. Any ideas?

Using win 98se


 
Reply With Quote
 
 
 
 
Kristofer Clayton
Guest
Posts: n/a
 
      02-09-2004
On Mon, 9 Feb 2004 20:31:59 +1300, "Craig Sutton"
<> wrote:

>Isn't windows suppose to make a backup copy of the registery?


Windows 98 by default creates about 5 of them. It stores them in
\Windows\Sysbckup\

You can force it to create one by typing "Scanregw" at Start -> Run.
It'll scan the registry and if it's good will ask if you want to
create a backup then and there.

I'm not too sure when it creates the backups - possibly after a
successful startup and shutdown.? Does your Win98 shut down correctly
normally or does it hang.

Just for reference: Windows 95 keeps only one registry backup.
(SYSTEM.DA0 and USER.DA0 IIRC).

I'd like to know how many backups Windows XP creates. I've seen a
machine with a BSOD of REGISTRY_ERROR and the Microsoft article tells
of how to revert back to the registry created when Windows was first
installed. Like that helps.


--
Kristofer Clayton (KJClayton)
Gisborne, New Zealand
 
Reply With Quote
 
 
 
 
GraB
Guest
Posts: n/a
 
      02-09-2004
On Mon, 9 Feb 2004 20:31:59 +1300, "Craig Sutton"
<> wrote:

>Isn't windows suppose to make a backup copy of the registery?
>
>I just went through the process of booting up the other day and windows
>decided the registry was corrupt and the ^%*$%^$ decided it would restore
>from an older registry backup just as its supposed to... but.. for some
>unknown reason the backup it found was from 2001.
>
>Gee what a load of fun that was lucky i found a somewhat newer backup that
>Nortons had done in 2002. Not so much reinstalling of software had to be
>done to fix it.
>
>But i need to get it making the reg backup as it should. Any ideas?
>
>Using win 98se
>

There is heaps on Google about registry backing up, but try this:

Create a shortcut to scanregw.exe, then go into shortcut properties,
Target, and add <space>/backup so that you have this line:
C:\WINDOWS\SCANREGW.EXE /backup
 
Reply With Quote
 
Craig Sutton
Guest
Posts: n/a
 
      02-09-2004

"Kristofer Clayton" <> wrote in message
news...
> On Mon, 9 Feb 2004 20:31:59 +1300, "Craig Sutton"
> <> wrote:
>
> >Isn't windows suppose to make a backup copy of the registery?

>
> Windows 98 by default creates about 5 of them. It stores them in
> \Windows\Sysbckup\
>

Yeah my win 98se has cab files there with registry backup BUT the problem is
those reg backups are ancient.

> You can force it to create one by typing "Scanregw" at Start -> Run.
> It'll scan the registry and if it's good will ask if you want to
> create a backup then and there.
>

Ok but I thought windows was suppose to make its own backups of the registry
so it can restore a working one.
Damn thing had a mind of its own and the only reg backup up was from 2001



> I'm not too sure when it creates the backups - possibly after a
> successful startup and shutdown.? Does your Win98 shut down correctly
> normally or does it hang.
>

my windows shuts down fine everytime.

I think theres some tweak that can be done that creates multiple reg
backups?



 
Reply With Quote
 
Gavin Tunney
Guest
Posts: n/a
 
      02-09-2004
On Mon, 9 Feb 2004 20:31:59 +1300, "Craig Sutton"
<> wrote:

>Isn't windows suppose to make a backup copy of the registery?
>
>I just went through the process of booting up the other day and windows
>decided the registry was corrupt and the ^%*$%^$ decided it would restore
>from an older registry backup just as its supposed to... but.. for some
>unknown reason the backup it found was from 2001.
>
>Gee what a load of fun that was lucky i found a somewhat newer backup that
>Nortons had done in 2002. Not so much reinstalling of software had to be
>done to fix it.
>
>But i need to get it making the reg backup as it should. Any ideas?
>
>Using win 98se
>


restoring the old registry has probably restored the setting, running
msconfig will tell you. If msconfig doesn't list it then run regedit &
navigate to;

HKEY_LOCAL_MACHINE
+ Software
+ Microsoft
+ Windows
+ CurrentVersion
+ Run

With the run folder open click Edit - New - String Value. Give it the
name ScanRegistry. Doubleclick it & type
C:\WINDOWS\scanregw.exe /autorun in the box. Done.

There's an easier way but I've forgotten it

GT



 
Reply With Quote
 
Craig Sutton
Guest
Posts: n/a
 
      02-09-2004

"Gavin Tunney" <> wrote in message
news:...
> On Mon, 9 Feb 2004 20:31:59 +1300, "Craig Sutton"
> <> wrote:
>
> >Isn't windows suppose to make a backup copy of the registery?
> >
> >I just went through the process of booting up the other day and windows
> >decided the registry was corrupt and the ^%*$%^$ decided it would restore
> >from an older registry backup just as its supposed to... but.. for some
> >unknown reason the backup it found was from 2001.
> >
> >Gee what a load of fun that was lucky i found a somewhat newer backup

that
> >Nortons had done in 2002. Not so much reinstalling of software had to be
> >done to fix it.
> >
> >But i need to get it making the reg backup as it should. Any ideas?
> >
> >Using win 98se
> >

>
> restoring the old registry has probably restored the setting, running
> msconfig will tell you. If msconfig doesn't list it then run regedit &
> navigate to;
>
> HKEY_LOCAL_MACHINE
> + Software
> + Microsoft
> + Windows
> + CurrentVersion
> + Run
>
> With the run folder open click Edit - New - String Value. Give it the
> name ScanRegistry. Doubleclick it & type
> C:\WINDOWS\scanregw.exe /autorun in the box. Done.
>
> There's an easier way but I've forgotten it
>

One step ahead done all this already..

Fixed I hope


 
Reply With Quote
 
E.
Guest
Posts: n/a
 
      02-10-2004
Craig Sutton wrote:
> Isn't windows suppose to make a backup copy of the registery?
>
> I just went through the process of booting up the other day and windows
> decided the registry was corrupt and the ^%*$%^$ decided it would restore
> from an older registry backup just as its supposed to... but.. for some
> unknown reason the backup it found was from 2001.
>
> Gee what a load of fun that was lucky i found a somewhat newer backup that
> Nortons had done in 2002. Not so much reinstalling of software had to be
> done to fix it.
>
> But i need to get it making the reg backup as it should. Any ideas?
>
> Using win 98se


If you are getting the "scanregw has encountered an error and will
restart windoze" error at startup, there is likely **** all wrong with
the registry.
It's a classic symptom of fubar RAM.
E.

 
Reply With Quote
 
Craig Sutton
Guest
Posts: n/a
 
      02-10-2004

"E." <> wrote in message
news:...
> Craig Sutton wrote:
> > Isn't windows suppose to make a backup copy of the registery?
> >
> > I just went through the process of booting up the other day and windows
> > decided the registry was corrupt and the ^%*$%^$ decided it would

restore
> > from an older registry backup just as its supposed to... but.. for some
> > unknown reason the backup it found was from 2001.
> >
> > Gee what a load of fun that was lucky i found a somewhat newer backup

that
> > Nortons had done in 2002. Not so much reinstalling of software had to be
> > done to fix it.
> >
> > But i need to get it making the reg backup as it should. Any ideas?
> >
> > Using win 98se

>
> If you are getting the "scanregw has encountered an error and will
> restart windoze" error at startup, there is likely **** all wrong with
> the registry.
> It's a classic symptom of fubar RAM.


No i only got it once, it was due to having shut the pc off at the power.

Not a good idea at all

Never mind the REG key WAS missing, it should be making backups now.



 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What is Windows registry (Registry Keys) Omar Abid Windows 64bit 0 03-28-2008 04:25 PM
What is Windows registry (Registry Keys) Omar Abid Computer Support 0 03-28-2008 04:22 PM
How to read a registry key from Windows registry ? Leny Java 3 02-01-2005 07:54 AM
Interpretation of registry log of tweakui produced registry alteration vincemoon@rcn.com ASP .Net 0 01-10-2005 02:53 AM
Reading registry key throws "Requested registry access is not allowed." HK ASP .Net 1 04-01-2004 04:44 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57