Hi, yes this is the correct section.
And for the MSI, its not a separate download anywhere.... There _was_ the MSI version previously. But now, I take it that you got the 147 KB downlad from here -
MS LINKI do it this way:
1. Extract from the setup file, using winrar.
2. Place "TweakUI.exe" in the System32 folder. (if you're doing it unattended, then the easiest way to do step2 is to put the file in "$OEM$\$$\System32\" folder tree, and it will get copied over to the right place.)
3. Now we need a way to call it, some sort of a "hook" into the UI. So use the below registry tweak:
CODE
;Show TweakUI at Control Panel
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
@="TweakUI XP"
"InfoTip"="Starts the TweakUI program which, allows you to customize advanced options and Settings in Windows to your liking"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\DefaultIcon]
@="%SystemRoot%\\\\System32\\\\tweakui.exe,0"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\Shell\Open\command]
@="tweakui.exe"
[HKEY_CLASSES_ROOT\CLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}\ShellFolder]
"Attributes"=dword:00000030
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}]
@="Tweak UI
Do post back on how it worked, and whether you have any further queries.....