Where to Find IFEO in Windows Registry

Image File Execution Options (IFEO) is a Windows Registry mechanism originally designed to help developers attach debuggers to applications automatically upon launch. This guide provides the exact registry paths where IFEO is located in Regedit, explains how to navigate to these keys, and outlines how the feature functions in both 64-bit and 32-bit environments.

The IFEO Registry Paths

In the Windows Registry Editor (regedit), Image File Execution Options is stored at the following locations depending on the application architecture:


How to Navigate to IFEO Using Regedit

  1. Press Win + R to open the Run dialog box.

  2. Type regedit and press Enter to launch the Registry Editor.

  3. In the address bar at the top, paste the primary path:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options
  4. Press Enter to jump directly to the key.

Alternatively, you can manually expand the folder tree in the left pane: HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows NT > CurrentVersion > Image File Execution Options.


Understanding the Structure of IFEO

Under the Image File Execution Options key, each subkey is named after an executable file (for example, notepad.exe or cmd.exe).

Common values configured inside an executable’s subkey include:


Common Use Cases and Security Considerations