What version of the Codex App are you using (From “About Codex” dialog)?
Unknown — the app is blocked on the "Finish Windows setup" screen and I cannot reach the About dialog.
What subscription do you have?
Plus
What platform is your computer?
"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"
What issue are you seeing?
On first launch the Windows app is stuck on the "Finish Windows setup" screen ("ChatGPT necesita un permiso por única vez para funcionar en tu computadora"). It always shows "La instalación de Windows no se completó", and clicking "Reintentar la configuración de Windows" fails instantly. No real Windows UAC prompt ever appears when clicking Retry — the UAC dialog shown on that screen is only an illustration, and no actual elevation request is triggered. The setup gate blocks before the app is usable at all.
What steps can reproduce the bug?
- Install the ChatGPT/Codex desktop app from the Microsoft Store on Windows 11 Pro.
- Launch the app.
- It shows "Finish Windows setup" requesting a one-time permission.
- Click "Reintentar la configuración de Windows" — it fails immediately with "La instalación de Windows no se completó". No real UAC prompt appears.
Already verified/attempted, none resolves it:
- CPU virtualization: enabled (confirmed in Task Manager)
- VirtualMachinePlatform and Containers-DisposableClientVM features: both enabled, rebooted
- Local Administrator account; "Run as administrator" → same error
- UAC at default level; AppInfo service running
- Clean reinstall from Microsoft Store → same error
- Reset %USERPROFILE%.codex → same error
- "Continuar con acceso limitado" also fails
- Added [windows] sandbox = "wsl" to config.toml → no effect (setup gate blocks before it's read)
Workaround: Codex CLI inside WSL2 works fine, which points to the native Windows sandbox setup step being the broken component. Looks related to issues #26737 and #26883.
What is the expected behavior?
The app should complete the one-time Windows setup and open normally.
Additional information
No response
What version of the Codex App are you using (From “About Codex” dialog)?
Unknown — the app is blocked on the "Finish Windows setup" screen and I cannot reach the About dialog.
What subscription do you have?
Plus
What platform is your computer?
"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"
What issue are you seeing?
On first launch the Windows app is stuck on the "Finish Windows setup" screen ("ChatGPT necesita un permiso por única vez para funcionar en tu computadora"). It always shows "La instalación de Windows no se completó", and clicking "Reintentar la configuración de Windows" fails instantly. No real Windows UAC prompt ever appears when clicking Retry — the UAC dialog shown on that screen is only an illustration, and no actual elevation request is triggered. The setup gate blocks before the app is usable at all.
What steps can reproduce the bug?
Already verified/attempted, none resolves it:
Workaround: Codex CLI inside WSL2 works fine, which points to the native Windows sandbox setup step being the broken component. Looks related to issues #26737 and #26883.
What is the expected behavior?
The app should complete the one-time Windows setup and open normally.
Additional information
No response