How To Set Work Offline as the Default for Internet Explorer (195730)



The information in this article applies to:

  • Microsoft Internet Explorer (Programming) 4.0
  • Microsoft Internet Explorer (Programming) 4.01
  • Microsoft Internet Explorer (Programming) 4.01 SP1
  • Microsoft Internet Explorer (Programming) 5

This article was previously published under Q195730

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 following key:
HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet
Settings
				
Under Windows NT 4 and Windows 2000, the key is as follows:
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.

Modification Type:MinorLast Reviewed:7/13/2004
Keywords:kbhowto KB195730