8/28/2008 Base registry settings for the mobile Internet browser are stored in the HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main key.
| Value : type | Description |
| FastBack : REG_DWORD | Used to control the way the browser deals with the "back" request. If the value of LOWORD is set to 0, fastback is disabled. Otherwise it contains the number of pages to keep in the back list for fastback. HIWORD is the available memory threshold in kilobytes, below which saved states for fastback are freed. The default is 600K. Set to 0 to use default value. |
| ReadAllBytesThreashhold : REG_DWORD | Used to control the size, in K, of the buffer that the browser loads the document into. Default size is 80K. This size can be increased if you find that the connection is lost during the download. It is best not to reduce this size to less than 41. |
| Search Page : REG_SZ | The URL for the default browser search page. The default value is http://mobile.live.com/search/results.aspx?q=%s&d=all. This value indicates the location of the default search site used by the browser. |
| UseProxy : REG_DWORD | If value is set to 1, the browser accesses the Internet through the proxy server. |
| | |
| [Subkey]Value : type | Description |
| htmlfile : REG_SZ | Specifies HTML file registry values. The default is LOC_HTMLDOCUMENT. |
| \htmlfile\DefaultIcon : REG_SZ | Specifies the value for the icon for HTML files. The default is "iexplore.exe, -1003". |
| \htmlfile\Shell\Open\Command : REG_SZ | Specifies the default application to be used for opening this file type. The default is "iexplore.exe file: %1". |
| gifimage : REG_SZ | Specifies GIF registry values. The default is LOC_GIFIMAGE. |
| \gifimage\DefaultIcon | Specifies the value for the icon for GIF files. The default is "iexplore.exe,-1005". |
| \gifimage\Shell\Open\Command : REG_SZ | Specifies the default application to be used for opening this file type. The default is "iexplore.exe file:%1". |
| jpegimage : REG_SZ | Specifies JPEG registry values. The default is LOC_JPEGIMAGE. |
| \jpegimage\DefaultIcon | Specifies the value for the icon for JPEG files. The default is "iexplore.exe,-1004". |
| \jpegifimage\Shell\Open\Command : REG_SZ | Specifies the default application to be used for opening this file type. The default is "iexplore.exe file:%1". |
| urlfile : REG_SZ | Specifies URL file registry values. The default is LOC_URLLOCATION. |
| \urlfile\DefaultIcon | Specifies the value for the default icon for URL files. The default is "iexplore.exe,-1002". |
| \urlfile\Shell\Open\Command : REG_SZ | Specifies the default application to be used for opening this file type. The default is "iexplore.exe -u%1". |
| bmpimage: REG_SZ | Specifies BMP registry values. The default is LOC_BMPIMAGE. |
| \bmpimage\DefaultIcon | Specifies the value for the icon for BMP files. The default is "iexplore,exe, -1005". |
| \bmpimage\Shell\Open\Command : REG_SZ | Specifies the default application to be used for opening this file type. The default is "iexplore.exe file:%1". |
| http : REG_SZ | Specifies URL protocol. The only value is "URL:HyperText Transfer Protocol". |
| \http\DefaultIcon : REG_SZ | Specifies the value for the icon for HTTP files. The default value is "iexplore.exe,-1003". |
| \http\Shell\Open\Command : REG_SZ | Specifies the default application to be used for opening this file type. The default is "iexplore.exe file:%1". |
| https : REG_SZ | The default value "URL:HyperText Transfer Protocol" specifies URL protocol. |
| \https\DefaultIcon : REG_SZ | Specifies the value for the icon for https files. The default is "iexplore.exe,-1003". |
| \https\Shell\Open\Command : REG_SZ | Specifies the default application to be used for opening this file type. The default is "iexplore.exe file:%1". |
| ftp : REG_SZ | The default value "URL:FileTransfer Protocol" specifies FTP protocol. |
| \ftp\DefaultIcon : REG_SZ | Specifies the value for the icon for ftp files. The default is "iexplore.exe,-1003". |
| \ftp\Shell\Open\Command : REG_SZ | Specifies the default application to be used for opening this file type. The default is "iexplore.exe file:%1". |