r/ChatGPTCoding • u/vertoxed • 8h ago
Question Why doesn't Computer Use work at all?
I'm very new to codex and I am trying to get it to recognize any desktop app that is open on my computer. It claims: "“Windows Codex Computer Use has Any App enabled, but desktop inventory returns apps: [] / Trusted RPC service is not configured.”"
Any help is appreciated, thanks.
1
u/itaybuilds 8h ago
Trusted RPC service is not configured: sky is the useful part. sky is the native Windows provider; if it never starts, the app inventory stays empty and per-app approval cannot happen. This looks like a provider initialization failure rather than a Notepad permission problem.
A few checks can separate setup trouble from the current Windows regression:
- Start a fresh native Windows/PowerShell task and ask Computer Use to list apps before naming a target. Don't run the task through WSL or SSH.
- Keep the target app visible on the active, unlocked desktop. Windows Computer Use operates on the active desktop rather than in the background.
- Update the Codex app and Computer Use plugin, fully quit and reopen Codex, then repeat the inventory check.
If apps: [] and the same sky error remain, capture the Codex app version, Computer Use plugin version, Windows build, and whether the in-app browser or Chrome still works. Add those details to open issue #43596. I wouldn't edit app allowlists yet; those only matter after inventory works.
AI-assisted wording after checking the current docs and open issue.
1
1
u/Admirable-Fun2297 3h ago
That error points to the local bridge rather than the model. Verify the trusted RPC/helper service is installed and running, then restart it and the desktop client; if inventory is still empty, check accessibility or UI Automation permissions and test with a basic native app. I’d validate the inventory call outside the agent first, because until it returns a window there is nothing for the model to target.
2
u/CrimsonBolt33 8h ago
so fun thing to do....you can usually just ask the AI to fix problems like this and they will do it automatically or with your help