Hi RookieTech,
You have another good option available to you, simple, and you don't have to worry about finding your system disks. Restore the registry to it's original 'first boot' settings or take the system.1st and merge into your current settings.
If you choose to restore the registry to it's original 'first boot' it will clear all the excess settings & programs from your registry, all the junk on your computer you don't want, all new programs added since the day the computer was first booted, similar to a clean install. You will lose recent programs and anything new, but you'll have a super clean, tuned machine.
The other idea is interesting too. You make a copy of the system.1st file (your original registry settings at first boot) and then merge it with your current registry. Instead of resetting and wiping out all your current settings, Windows will keep your current program information, so it's a blend of the two ideas,
If it were me, I'd restore to original first boot, when it reboots, it will be a brand new machine like the day you bought it,
If you go this route you must have your 'product key code' available in case it's asked for or something goes wrong and then it's asked for. You can find your product key by searching the registry:
Go to Start / Run / Regedit,
Now navigate to this key:
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion
Highlight 'current version' in the left pane and look for 'ProductKey' in the right pane, it will be a string of 25 numbers and letters. Write it down on paper, save.
System.1st Registry Restore
Restart in DOS. Start / Shutdown / Restart in MS DOS Mode
type the following commands and hit enter after each:
CD WINDOWS
ATTRIB -S -H -R SYSTEM.DAT
REN SYSTEM.DAT SYSTEM.OLD
CD\ ATTRIB -S -H -R SYSTEM.1ST
COPY SYSTEM.1ST C:\WINDOWS\SYSTEM.DAT
ATTRIB +S +H +R SYSTEM.1ST
CD WINDOWS
ATTRIB +S +H +R SYSTEM.DAT
CTRL + ALT + DEL (Reboot)
Merging System.1st and Current Settings
From the DOS prompt C:\windows
CD\
ATTRIB SYSTEM.1ST -S -H -R
SMARTDRV
REGEDIT /L:C:\SYSTEM.1ST /E MY REG
REGEDIT MY.REG.
REBOOT, either ctrl alt del, or shutdown, then start pc,
Machine will have 'like new' performance,
If you were going to try this, you could try the merge first and see if you like it, that would give you the option to still try the 'original system.1st restore' too, if you wanted more cleanup.
As with all computers, the commands don't always work the way their suppose to, be prepared to write down any error messages you might get for further support. And most important, absolutely do not continue with any of the commands if your getting any 'error messages', come back to the forum first,
