A small AutoIt-Script to enable/disable the "Quick Lauch" in Taskbar (change on every execution, "disabled is XP-Standard, so one run turn to ON): Run("RunDll32.exe shell32.dll,Options_RunDLL 1") Sleep(1000) Send("{S}") Send("{ENTER}") My way to setup my "Quick Lauch" (delete everything, setup new links, SFX, can be changed easily): 701___Quick_Launch.exe