HOWTO: Set Work Offline as the Default for Internet Explorer
ID: Q195730
|
The information in this article applies to:
-
Microsoft Internet Explorer (Programming) versions 5.0, 4.0, 4.01, 4.01sp1, 5.0dp1
SUMMARY
On Internet Explorer's File menu is a "Work Offline" item that toggles
Internet Explorer between online and offline modes of operation.
When Internet Explorer is set to the offline mode, clicking on hyperlinks
and updating channels that refer to online content causes a dialog box to
appear asking if Internet Explorer should connect to the network to
download the requested content. If the connection is made, Internet
Explorer will automatically change from offline mode to online mode for the
remainder of the session or until you reselect Work Offline. If Internet
Explorer is closed in Online mode, a registry key is written to indicate
this. The next time that Internet Explorer is opened it will be in online
mode.
In some cases, you may want to have Internet Explorer open in offline mode,
regardless of what mode it was in when it was closed. Often this is because
channels or other automatic download mechanisms have been set up to push
content to the desktop, but the user does not want a potentially lengthy
update each time Internet Explorer is started.
MORE INFORMATION
The offline mode that Internet Explorer starts in is determined by the
registry data value "GlobalUserOffline." Setting this data value to 1 will
cause Internet Explorer to start up in offline mode. Because this value is
written with the current offline state when Internet Explorer is shut down,
it is necessary to toggle the value manually through the Registry Editor
before Internet Explorer is started, or to run a program that use the
Registry APIs to change the setting.
For Windows 98, the "GlobalUserOffline" data value can be found under the
key [HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet
Settings]. Under Windows NT 4, the key is
[HKEY_USERS\SID\Software\Microsoft\Windows\CurrentVersion\Internet
Settings], where SID is the security ID for the user who desires Internet
Explorer to startup in offline mode.
Additional query words:
Keywords : kbIE400 kbIE401 kbIE401sp1 kbIE500dp1 kbIE500
Version : WINDOWS:4.0,4.01,4.01sp1,5.0dp1
Platform : WINDOWS
Issue type : kbhowto