[Windows] Computer Use fails with `spawn EPERM` after Codex update
Summary
Computer Use worked on Codex app version 26.727.6591.0, but after the Microsoft Store updated the app to 26.730.8199.0, every Computer Use action fails immediately with spawn EPERM, before windows can be enumerated or any application can be controlled.
The failure reproduces both in an existing task and in a newly created Work task.
Environment
- Windows 10 Enterprise 22H2 (build 19045.6456)
- Codex app: 26.730.8199.0
- Computer Use plugin/runtime: 26.730.61639
- Same result when Codex is started normally or elevated
Steps to reproduce
- Install and enable the Computer Use plugin and skill.
- Click Try now or create a new Work task.
- Ask Computer Use to inspect the visible desktop/RDP window or launch an allowed Windows application.
- The first controller action fails immediately.
Examples that fail:
sky.list_windows()sky.launch_app({ app: "winword.exe" })
Actual behavior
The local Computer Use controller returns spawn EPERM before listing windows. No mouse, keyboard, application, or RDP interaction occurs.
Expected behavior
Computer Use should enumerate visible windows and control an allowed Windows application, as it did before the app update.
Troubleshooting already performed
- Repaired the Codex app through Windows Settings.
- Uninstalled and reinstalled the Computer Use plugin.
- Restarted Codex and reproduced in a new task.
- Regenerated the bundled
cua_noderuntime from scratch. - Verified that the bundled controller executable exists and has Read/Execute permission.
- Verified that the native controller pipe is created.
- Tested both normal and elevated Codex processes.
- Checked Microsoft Defender, AppLocker, and Code Integrity logs; no corresponding block or quarantine event was found.
The issue began immediately after the automatic Codex update, so this appears to be a regression or a version mismatch between Codex 26.730.8199.0 and the Computer Use runtime 26.730.61639.
3 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Confirming the same regression on another Windows system.
sky.list_apps()andsky.list_windows()both returnspawn EPERMspawnSync("C:\\Windows\\System32\\where.exe", ["cmd.exe"])also returnsEPERM019fd74d-9b61-7a70-935e-6a2aed1d43dbThis appears to be the same regression. I will close #37284 as a duplicate so the evidence can be consolidated here.
I got codex to fix this. I happened to be running elevated and yolo, terra medium.
My prompt:
You are running with elevated permissions but still have your windows store sandbox limitations.Can you fix this issue of you not being able to use ultracode?
Codex response: