wizardofwindows Posted September 16, 2006 Share Posted September 16, 2006 2.07 was the follow up to 2.0 it works on 98se it was extended 2 work on me.i installed secondchance2.07 0n 98se and it works fine. Link to comment Share on other sites More sharing options...
Fredledingue Posted September 18, 2006 Share Posted September 18, 2006 (edited) I'v worked a lot this week end on the w98 System Back Up Script project.It's still not a System Restore program, but it already makes pretty good back ups of the system files.I hope to post a simulation version in few days. I still need to run a few tests before.While working on it, I have also improved the Installed File Checker script (click on my signature to go to the download/update page), that wil be the cornerstone of the whole project. Edited September 18, 2006 by Fredledingue Link to comment Share on other sites More sharing options...
PROBLEMCHYLD Posted October 10, 2006 Share Posted October 10, 2006 What are all the files i need for WinME System Restore? Link to comment Share on other sites More sharing options...
Dr. Mac Posted October 10, 2006 Author Share Posted October 10, 2006 What are all the files i need for WinME System Restore?WinME has its own System Restore built into it, so you don't need to get anything extra.Dr. Mac Link to comment Share on other sites More sharing options...
PROBLEMCHYLD Posted October 10, 2006 Share Posted October 10, 2006 Let me rephrase what are the System Restore files from WinMEi need to test it on Win98SE Link to comment Share on other sites More sharing options...
erpdude8 Posted January 8, 2007 Share Posted January 8, 2007 Let me rephrase what are the System Restore files from WinMEi need to test it on Win98SEyou cant, PROBLEMCHYLD!!!!The ME System Restore files depend on ME specific system files and CANT be used under Win98 SE.Older versions of "Go Back" program do better than ME system restore AND can restore a complete hard disk image, even when you've trashed crucial 98se system files (like deleting the entire Windows folder) and using Go Back to restore you HD to a time when the entire Windows folder was intact. Link to comment Share on other sites More sharing options...
Eck Posted January 8, 2007 Share Posted January 8, 2007 There's also no problem with the latest (pretty old now as Symantec doesn't really push this product anymore) version of Symantec Norton GoBack 4.0. I do also own the Adaptec GoBack and Roxio GoBack versions, but the latest does include bug fixes that prevent some nasty problems in GoBack from occuring. I used it a while back and from the GoBack cd version, if you run LiveUpdate it will install one update to it. I saved the update, which Symantec's updater leaves in the Windows Temp folder, to a cdr so if they ever stop offering it I'll still be able to install it. There's no activation mechanism, only a cd key entered when installing from the GoBack cd is needed. Once installed it just works.The update is not the full version so the full cd version must be installed first. Then either run LiveUpdate which will disable GoBack and install it, or if you have the update saved you disable GoBack and run the setup for the update.GoBack poses problems for customized dual-boot setups. You really can't use it unless you only have one 9x system on the first partition and one Windows XP system on the second partition and only use the official Microsoft boot loader (no 3rd party boot loader or hidden partition type stuff).SecondChance is really the Microsoft SystemRestore with a few extra features, like the ability to run it from a Command Prompt Only startup, an MS-DOS boot floppy, or a SecondChance restore floppy. The floppy SecondChance creates simply runs SecondChance from the hard drive, same as booting to a Command Prompt and starting it yourself. You can also name your restore points and change which folders SecondChance doesn't log changes to (ignored folders).For those that run all the 3rd party 9x update packs such as 98SE2ME, Unofficial Service Pack's etc., don't install SecondChance until after running these things. SecondChance did not react well to some file changes made by these update packs and messed up Windows for me. Once all the updates are installed, SecondChance can be installed and will work perfectly. Disabling it to run these Service Packs doesn't help. Just don't have it installed until you are done.GoBack has no problem with that. It is seperate from the operating system whereas SecondChance runs using a dll. So GoBack could be installed immediately following a Windows setup. I wouldn't, only because of all the changes that go into updating an initial Windows installation and all the software installs. I'm just too impatient to wait for all the GoBack logging to finish.Both programs are excellent. SecondChance is the most flexable and most like SystemRestore. Link to comment Share on other sites More sharing options...
MDGx Posted January 10, 2007 Share Posted January 10, 2007 What are all the files i need for WinME System Restore?I've already answered this question:extract PCHEALTH.INF from WinME setup CD and then open it in Notepad to see the list of files.HTH Link to comment Share on other sites More sharing options...
diskless Posted January 28, 2007 Share Posted January 28, 2007 (edited) Hi everybody! My first post. As mentioned already, scanreg /backup can backup other files in the same rb???.cab file as system.dat, user.dat, win.ini and system.ini, as specified in scanreg.ini. However, scanreg /restore does not restore these extra files, so use extract instead. The info about scanreg.ini settings is not very detailed. Here's a few things I've discovered in Win98SE which might be useful:* Changing BackupDirectory to a root directory seems not to work, i.e. a folder name must be specified too.* Wildcards cannot be used in filenames, unfortunately. * Folder names can be used at the front of filenames, so that files from anywhere on a drive can be backed up if folder code 30 or 31 is used, e.g. Files=30,Photos\Dogs\Collie.jpg will backup x:\Photos\Dogs\Collie.jpg. * Do not put \ at the beginning of filenames because this can mess up extraction.* Files on a different drive than the Windows drive can be backed up! Here's how to do it. In the registry, modify the BootHost drive letter in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup, then use Files=31,.... You'll probably need to reboot for the change to take effect. Edited January 28, 2007 by diskless Link to comment Share on other sites More sharing options...
erpdude8 Posted January 31, 2007 Share Posted January 31, 2007 Hi everybody! My first post. As mentioned already, scanreg /backup can backup other files in the same rb???.cab file as system.dat, user.dat, win.ini and system.ini, as specified in scanreg.ini. However, scanreg /restore does not restore these extra files, so use extract instead. The info about scanreg.ini settings is not very detailed. Here's a few things I've discovered in Win98SE which might be useful:* Changing BackupDirectory to a root directory seems not to work, i.e. a folder name must be specified too.* Wildcards cannot be used in filenames, unfortunately. * Folder names can be used at the front of filenames, so that files from anywhere on a drive can be backed up if folder code 30 or 31 is used, e.g. Files=30,Photos\Dogs\Collie.jpg will backup x:\Photos\Dogs\Collie.jpg. * Do not put \ at the beginning of filenames because this can mess up extraction.* Files on a different drive than the Windows drive can be backed up! Here's how to do it. In the registry, modify the BootHost drive letter in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup, then use Files=31,.... You'll probably need to reboot for the change to take effect.this might be going a little off topic, diskless, but you can also use scanreg /opt to compress the registry files system.dat and user.dat. smaller registry files mean better performance in win98se and less registry problems. Link to comment Share on other sites More sharing options...
erpdude8 Posted January 31, 2007 Share Posted January 31, 2007 What are all the files i need for WinME System Restore?I've already answered this question:extract PCHEALTH.INF from WinME setup CD and then open it in Notepad to see the list of files.HTHthanks for the answer MDGx. but do those ME system restore files mentioned in the pchealth.inf file actually work under Win98se?that's the $1 million dollar question Link to comment Share on other sites More sharing options...
PROBLEMCHYLD Posted April 26, 2007 Share Posted April 26, 2007 thanks for the answer MDGx. but do those ME system restore files mentioned in the pchealth.inf file actually work under Win98se?that's the $1 million dollar questionI do wonder too? Are there a few dependencies missing or a bunch.Not to nag but this is a feature i would like to seeon my Windows 98SE2ME if possible. Link to comment Share on other sites More sharing options...
MDGx Posted April 26, 2007 Share Posted April 26, 2007 thanks for the answer MDGx. but do those ME system restore files mentioned in the pchealth.inf file actually work under Win98se?that's the $1 million dollar questionI do wonder too? Are there a few dependencies missing or a bunch.Not to nag but this is a feature i would like to seeon my Windows 98SE2ME if possible.Not to my knowledge, unless some1 wishes to hex-edit the ME files to make them work with 98 SE.I've already answered this question here:http://www.msfn.org/board/?s=&showtopi...st&p=600110and here:http://www.msfn.org/board/?s=&showtopi...st&p=517931P.S.:This topic has been discussed before, and to my knowledge no new information has surfaced to date.Please let me know if all is said and done on this subject, so I can close this topic.Thanks.HTH Link to comment Share on other sites More sharing options...
PROBLEMCHYLD Posted December 4, 2007 Share Posted December 4, 2007 (edited) Thanks to dencorso for patching Vxdmon.vxd i am now able to use WinME System Restore on myWin98SE machine.Its funny how 1 file can make a big differenceDencorso you are crucial keep up the good work. Edited December 4, 2007 by PROBLEMCHYLD Link to comment Share on other sites More sharing options...
dencorso Posted December 5, 2007 Share Posted December 5, 2007 Way to go, PROBLEMCHYLD! Glad it worked! Its funny how 1 file can make a big differenceThat's for sure!And, as soon as you feel sure it really works OK, do please post here a detailed how-to.Keep on the great work! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now