File Explorer Separate Process Registry Key
This article explains how to configure Windows File Explorer to run individual folder windows in their own separate processes using the Windows Registry Editor (Regedit). Enabling this feature isolates each Explorer instance, preventing a crash in a single window from freezing the Windows taskbar, desktop shell, or other active File Explorer windows.
The Registry Value
The setting is controlled by a DWORD value named
SeparateProcess located in the following
registry path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Value Data Settings
1(Enabled): File Explorer launches each new folder window in a separateexplorer.exeprocess instance.0(Disabled / Default): File Explorer runs all folder windows inside the main shell process.
How to Modify the Setting in Regedit
Press Win + R, type
regedit, and press Enter to open the Registry Editor.Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AdvancedLocate the value named
SeparateProcessin the right pane.- If it does not exist, right-click the empty space, select
New > DWORD (32-bit) Value, and name it
SeparateProcess.
- If it does not exist, right-click the empty space, select
New > DWORD (32-bit) Value, and name it
Double-click
SeparateProcess.Set the Value data field:
- Enter
1to run folder windows in individual processes. - Enter
0to revert to the default shared process behavior.
- Enter
Click OK.
Restart your computer or restart the Windows Explorer task via Task Manager for the changes to take effect.