The following settings in the HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ThreadPriority\MSHTML key set thread priorities for MSHTML function calls.
| Value : type | Description |
| base : REG_DWORD | The thread priority for the main thread. The default is 251 (thread priority normal). |
| stride : REG_DWORD | The thread priority for the download thread is the sum of the base value plus the stride value. |
The following setting in the HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\WININET key sets thread priorities for WinInet function calls.
| Value : type | Description |
| base : REG_DWORD | The thread priority for the main thread. The default is 251 (thread priority normal). |