JSI Tip 8894. How can I add TweakUI to the Windows XP Control Panel?

Jerold Schulman

January 10, 2005

1 Min Read
ITPro Today logo in a gray background | ITPro Today

Microsoft PowerToys for Windows XP have been re-released.

The Tweak UI PowerToy gives you access to system settings that are not exposed in the Windows XP default user interface, including mouse settings, Explorer settings, taskbar settings, and more.

Version 2.10 requires Windows XP Service Pack 1 (or greater), or Windows Server 2003.

Download Tweak UI for 32-bit systems.

Download Tweak UI for Itanium™-based systems.

After installing Tweak UI, you can run TweakuiCP.bat, which I have scripted, to add Tweak UI to Control Panel.

The syntax for using TweakuiCP.bat is:

TweakuiCP

TweakuiCP.bat contains:

@echo offsetlocalset key1=HKCRCLSID\{D14ED2E1-C75B-443c-BD7C-FC03B2F08C17}set key2=%key1%DefaultIconset key3=%key1%ShellOpenCommandset key4=%key1%ShellFolder@echo onreg add %key1% /ve /T REG_SZ /d "TweakUI" /Freg add %key1% /V InfoTip /T REG_SZ /d "Starts TweakUI for Windows XP" /Freg add %key2% /ve /T REG_EXPAND_SZ /d "%%SystemRoot%%\System32\tweakui.exe,0" /Freg add %key3% /ve /T REG_SZ /d "TweakUI.EXE" /Freg add %key4% /V Attributes /T REG_DWORD /d 48 /Fendlocal



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like