Actually, if you unrar the "Upgrade Pack 98" just recently updated you'll see in the "w" folder a "bugfixen.exe" file.
This extracts the older IE5.5 versions of the two problem files to the Windows folder, leaving the IE6 versions in the System folder alone. The batch file then makes a registry entry pointing the system to use the files in the Windows folder.
copy browselc.dll %windir%
copy browseui.dll %windir%
CD %windir%\System
regsvr32 /u /s %windir%\System\browseui.dll
regsvr32 /u /s %windir%\System\browselc.dll
regsvr32 /i /s %windir%\browseui.dll
regsvr32 /i /s %windir%\browselc.dll
This way Internet Explorer uses the latest files but Windows Explorer uses the older files. I think. (Could be wrong.) In any case the older files work fine when browsing or working in Windows Explorer.
No more freezes or slowdowns with folder activity.
Edit - Not that I was thrilled with that Pack. Way too many assumptions as to how a user wants his system to be tweaked. I much prefer Gape's Pack, although I learned to install OfficeXP AFTER the Service Pack. The Pack appears to install some older MDAC files that destroy Windows ability to start the registry if a newer (OfficeXP) version of the files is replaced by the Pack's versions.
I didn't think Gape included MDAC but that's what happened to me. Wait until after the Service Pack for OfficeXP and everything's fine.
This post has been edited by Eck: 04 September 2006 - 04:34 PM