change clock to 12 hour format
set location (country)
show hidden files and folders.
unhide exensions for known file types.
unhide protected operating system files.-3dpinballchamp
By default Windows installs with the clock in 12 hour format, (h.mm.ss tt), I always have to change it to 24 hour format, (HH.mm).
You can use nlite to set all the rest, on the Unattended page you can set Location, Language and Localization:
IDEA to automate few tasks for new installed windows xp sp3On the Tweaks page you can set the Explorer settings:
IDEA to automate few tasks for new installed windows xp sp3As Shades and Ath suggest, I recommend you use nlite to set up your installation disc how you want it, it is so much easier than doing it any other way.
If you want to use a registry file:
This location sets the country, (in this case "12" = Australia, "14"=Austria), see what yours is and change accordingly:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Control Panel\International\Geo]
"Nation"="12"
The Explorer options you mention can be set with:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideFileExt"=dword:00000000
"Hidden"=dword:00000001
"SuperHidden"=dword:00000000
"ShowSuperHidden"=dword:00000001
One doubleclick on the file after installation will let you merge it and that takes care of 4/5 of your list.
I have also thought that a tool like this for post-installation configuration would be nice.-ewemoa
But they're already there, in the Control Panel applications. The problem with doing a 'one Control Panel thing' is that, who decides what should be included?
One person might want Time/Date settings, another might not - to cater to everyone you'd have to combine
all the Control Panel applications into just one humongous unmanageable one.
It is so much easier to create your installation media how
you want it, (using WAIK, nlite, vlite, rt7lite, etc), and not have to do any tweaking after installation.
Your suggestion of the extensible program might sound good but for the person who has to write it, he's just going to be duplicating all the functions found in the separate Control Panel applications as plugins for a single program.