well if ur gonna be installin the same programs again to the same place
after its up u can just use a backed up copy of ur registry
use the export facility of ur regedit to backup
and then the import facility when ur done reinstallin
all ur settings will be back ..
alternatively u can create a .reg file in notepad with all ur tweaks in it
for eg.
These registry tweaks disable the bubble notifications you would get in the System Tray, warning you that the Windows Firewall is off, Antivirus software isn't installed, or Automatic Updates is disabled:
Code:
Windows Registry Editor Version 5.00
;Disable Anti-virus Notifications
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"AntiVirusDisableNotify"=dword:00000001
;Disable Firewall Notifications
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"FirewallDisableNotify"=dword:00000001
;Disable Automatic Updates Notifications
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]
"UpdatesDisableNotify"=dword:00000001
[edit]
the ";" deontes a remark ( or a REM statement as most of us refer to )
see the multiple tweaks ??
copy paste above in notepad
save it
and rename files as a .reg extension
and voila ... u gotta registry file which when u click on ... u can import into ur registry !!!
for the programs .. what i usually do is ... after freshly installin it .. i overwrite the folders on the new one.. hence the old settings are overwritten on the reset ones
also works well when u have updates installed ...
i hope u were talkin abt outlook and not outlook express
cuz this is how to backup outlook
*www.finaldownload.com/internet_networking_email_backrex_outlook_backup.html
i am currently lookin into gpedit and services settings
best of luck