I had notice that under my xp user account it was taking nearly 20 seconds to load. Yet under another user account it loaded
instantly .. Loaded Regmon "filter out everything unrelated to sketchup.exe" watch it under secondary account .. Alls well
Under my normal user account i did the same thing.. BAM ToolBarsUser-Bar# trying to load thousands of User/Custom Toolbars
I suspect a Save ToolBar Position bug or a Plugin may be the reason behind my XP SU8 crashes
4nt batch script to fix
do r=0 to 2000
if %@regexist[HKCU\Software\Google\Sketchup8\ToolbarsUser-Bar%r] == 1 set _C=%@regdelkey[HKCU\Software\Google\Sketchup8\ToolbarsUser-Bar%r]
if %@regexist[HKCU\Software\Google\Sketchup8\ToolbarsUserCustom-Bar%r] == 1 set _C=%@regdelkey[HKCU\Software\Google\Sketchup8\ToolbarsUserCustom-Bar%r]
enddo
if statements are ONELiners