I think I found a solution to the problem I have mentioned at the beginning of this thread.
Let me reiterate again, I am using Win98SE and IE6.0 SP1, if I try to delete a lot of files in a folder, Windows Explorer start to freeze.
Thanks to Frank Provo!! In his website as follows I found his solution by replacing BROWSEUI.DLL and BROWSELC.DLL from IE5.5 SP2:
http://www.frankprovo.com/win98ie6filesproblem.htmBut then, if you do it his way, you will have to live with following minor annoyances that I touched also at the beginning, which are:
• The “Lock the Toolbars” functionality in IE6 is gone.
• Windows Update keeps on telling that Security Update KB905915 is required, and if you do it, the update will among others bring back BROWSEUI.DLL with the version 6.00.2800.1692, resulting with the same problem again.
To work around that problem, I have done the following:
1. Leave the original (most recent) BROWSEUI.DLL and BROWSELC.DLL untouched in the folder WINDOWS\SYSTEM
2. Get the BROWSELC.DLL Version 5.50.4807.2300 from IE5.5 SP2 if you still have the installer, otherwise download from Frank’s website above
3. Get from Windows Update Catalog the Cumulative Security Update for Internet Explorer 5.5 Service Pack 2 (KB905915) - (Posted Date: December 08, 2005) for WinME (Yes, WinME!), from it you can then extract the most recent BROWSEUI.DLL Version 5.50.4948.700
4. Copy the 2 files BROWSEUI.DLL and BROWSELC.DLL just got into the folder C:\WINDOWS
5. Create a batch file, e.g., PATCH.BAT, that contains following lines:
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
6. Run the PATCH.BAT above and reboot.
After that patch, I can delete a folder containing more than 900 files with no problem. On top of it, I will not be prompted to do Windows Update (e.g., KB905915) that will bring back BROWSEUI.DLL version 6.00.2800.1692, and the “Lock the Toolbars” functionality in IE6 is intact!!
Now the last words, I can guarantee nothing about this solution. It works for me. So if you decide to do it, the risk is fully yours.
Good luck!!