2010-11-24

How to load mht-files faster

Big mht-files are loaded slowly and IE could ask couple of times, should it continue to load or not. In order to load faster without asking, there is a key in windows registry:

Key: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Styles

Create a new DWORD value called "MaxScriptStatements" under this key and set the value to the desired number of script statements. If you are unsure of what value you need to set this to, you can set it to a DWORD value of 0xFFFFFFFF to completely avoid the dialog.

For your convenience, here is the content of reg-file to add value to registry automatically:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Styles]
"MaxScriptStatements"=dword:ffffffff

This fix is especially useful if you use TestComplete, export logs to mht files and use them for test results analyzing.

Details description about this issue could be found at http://support.microsoft.com/kb/175500.

No comments:

Post a Comment