On Tue, 24 Sep 2002 20:45:45 +0200 Du-Wayne Rood <[EMAIL PROTECTED]> wrote:
> Hi everyone > > I want to know if it is possible to backup the windows registry, and if > it is possible how to restore it? > > Thanks Hi! These are the scripts I used to back up the registry. They are based on 3 MS programs found in the Resource Kit: regfind.exe, regrest.exe, regback.exe. The registry is composed of files. Some of them are always loaded (SAM...), others are loaded only when necessary (user sections). The 3 programs above dump the files that are opened. If you want to back up all the registry you have to use these scripts AND to back up the user registry files that are in each personal directory. Good luck :) ------------------------------------------------------ Jean-Christian SIMONETTI email: [EMAIL PROTECTED] SysAdmin Wanadoo Portails phone: (+33)493004911 Sophia Antipolis, France ------------------------------------------------------
<<attachment: save_registry.bat>>
<<attachment: restore_registry.bat>>
