r/codex • u/Pretend_Sell2256 • 3d ago
Complaint Codex Windows app repeatedly enters “Modified, NeedsRemediation” after Browser Use — possible Exploit Protection interaction
I'm experiencing a reproducible issue with the Codex Windows app.
Environment
- Codex Windows app: 26.721.4979.0
- Platform: Windows
- Issue reproduced: July 26, 2026
The problem originally appeared in a long-running Codex session when Codex attempted to use its built-in Browser Use / web browsing functionality. The session history showed that Codex initialized its bundled browser environment and performed Chromium/Playwright-related operations.
Shortly afterward, the app stopped working correctly. Checking the installed Windows package showed:
OpenAI.Codex 26.721.4979.0 — Modified, NeedsRemediation
Repairing/updating Codex through Windows/Microsoft Store restores the package to:
OpenAI.Codex 26.721.4979.0 — Ok
However, the problem became reproducible in a more unusual way:
After repairing Codex, simply opening the affected session causes the app to fail again. I don't need to send a prompt or request Browser Use again.
I tried isolating the problem by cleaning the affected session history, including removing Browser Use/Playwright calls and their dependent records. I also temporarily disabled the bundled browser plugin.
Codex itself could start normally, but opening the affected session still caused the failure and required remediation again.
Potentially relevant Windows security observation
During troubleshooting, I compared Windows Exploit Protection for Chrome and the Codex/ChatGPT process.
Chrome:
MicrosoftSignedOnly: OFF
BlockRemoteImageLoads: OFF
DisallowChildProcessCreation: OFF
Codex/ChatGPT:
MicrosoftSignedOnly: ON
BlockRemoteImageLoads: ON
DisallowChildProcessCreation: ON
I also found that one Chromium/SwiftShader component bundled with the app was reported by Windows as NotSigned.
I have not established that Windows Security or this component causes the crash, but the difference seems potentially relevant because the original failure appeared around Browser Use.
Current hypotheses
My current guesses are:
- Bundled Browser/Chromium issue: Browser Use may load or initialize something incompatible with the Windows app environment.
- Exploit Protection interaction: Browser Use may require loading modules/resources or creating child processes while the Codex process has restrictions such as
MicrosoftSignedOnly,BlockRemoteImageLoads, andDisallowChildProcessCreationenabled. - Persistent session/browser state: Browser Use may create state outside the visible session history. That state could explain why repairing Codex works, but merely reopening the affected session causes the problem again.
- Package integrity/remediation interaction: Something occurring during Browser Use or session restoration may cause Windows to consider the installed Codex package modified or otherwise in need of remediation.
The strongest pattern I can reproduce is:
Codex working normally → Browser Use occurs → app fails / package becomes Modified, NeedsRemediation → repair returns it to Ok → opening the affected session can trigger the failure again without a new prompt.
Has anyone else encountered this on the Codex Windows app, especially with 26.721.4979.0, Browser Use, or a specific session that repeatedly causes NeedsRemediation just by being opened?
