How to run NT Explorer as a separate process

Last reviewed: August 13, 1997
Article ID: Q156366
The information in this article applies to:
  • Microsoft Windows NT Workstation version 4.0
  • Microsoft Windows NT Server version 4.0

SUMMARY

By default, the Windows NT 4.0 Desktop, Taskbar, and Explorer run in a single process using multiple threads. If you modify the registry, enabling the DesktopProcess entry, the Taskbar and Desktop will run in one process with each instance of Explorer in a separate process. Each new instance of Explorer.exe will use its own thread. The setting can be verified when two instances of Explorer.exe are visible using Pviewer.exe from the Windows NT 4.0 Resource Kit or the Process tab of the Windows NT 4.0 Task Manager.

MORE INFORMATION

This configuration is enabled on a per-user basis by modifying the registry as follows:

WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall Windows NT. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk.

  1. Start Registry Editor (Regedt32.exe).

  2. Under the HKEY_CURRENT_USER subtree, go to the following subkey:

          Software\Microsoft\Windows\CurrentVersion\Explorer
    

  3. Create a new value called DesktopProcess (REG_DWORD) with the data field set to 1.

    Valid entries are 0 and 1; 0 is the default.

  4. Quit Registry Editor.

This entry will allow access to the taskbar and desktop when Explorer becomes unresponsive.

NOTE: This setting should only be enabled on Pentium-based computers with more than 16 MB of RAM.

NOTE: Use default settings if you encounter shell problems.


Additional query words: prodnt toolbar
Keywords : NTSrvWkst
Version : 4.0
Platform : winnt
Issue type : kbhowto


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: August 13, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.