• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

When does XP create repair folder?

SoulAssassin

Diamond Member
Under c:\windows\repair XP stores a backup copy of your registry, often when you have a corrupt registry file you can copy the backup file from that location to c:\windows\system32\config to get the system to boot. Problem is the files in the repair directory are often very old so you can get the system to boot but it doesn't take it back to what it looked like prior to the failure.

Does anyone know if there's a way to force Windows to backup the registry to the repair folder? I'd like to script it to run every few weeks.
 
The repair folder copies are written during the Windows XP installation. I'm not sure you can script it as you would have to go into safe mode under the administrator account to do it anyway.

pcgeek
 
Maybe if you can find a program that will force a copy of an open file? It should be possible; backup programs can do it.
 
I thought it was done during the install. It's good that you can copy those files over but say your software file becomes corrupt, yeah you can use the backup and get the system to boot but it doesn't bring back any info on your installed apps. Best way to script it I can think of requires booting NTFSDOS and backing it up that way. It should do it periodically on startup or shutdown.
 
Back
Top