//flex table opened by JP

Click to See Complete Forum and Search --> : Registry


mdeavenport
04-30-2001, 05:13 AM
Im wanting to find out if there is any place to get the original registry config right after installing win 98. I would like to have a copy on floopy. any good registry sights for information on learning how to edit registry and actually learn something would be a big help.

Mntsnow
04-30-2001, 08:13 AM
www.regedit.com (http://www.regedit.com)

GSalisbury
04-30-2001, 02:27 PM
Boot to Dos.
edit c:\windows\scanreg.ini
change MaxBackupCopies=n - for more saved copies
change BackupDirectory=x:\y\z - different save directory
save and exit
scanreg /? - for some help lines
scanreg /fix
scanreg /opt (/fix may do this)
scanreg /backup /comment="xxx"
look in your x:\y\z directory above you'll see an RBnnn.CAB - this is your saved registry but it will probably not fit on a 1.44 floppy (LS-120 and Zip etc. yes)

mdeavenport
05-01-2001, 05:16 AM
Thanks Mntsnow,
Im on my way to messing things up in the registry. Ill make sure to make a backup.

mdeavenport
05-01-2001, 05:18 AM
GSalisbury,
This is of value to me.Thanks for the Information.

code_azn
05-01-2001, 05:56 AM
hey Mntsnow, that a nice site you found there!!!

BFlurie
05-02-2001, 11:35 AM
The hidden file C:\System.1st is a copy of the reg made by W95 (& W98 I think) right after the initial install.

mdeavenport
05-03-2001, 05:26 AM
Bflurie,
Thanks again for your help.