查看: 9|回复: 0

Win11 codex 桌面版死都打不开,不知道有没有人遇到

[复制链接]

1

主题

0

回帖

3

积分

新手上路

积分
3
发表于 2026-7-13 17:01:43 | 显示全部楼层 |阅读模式
折腾了好久,看到这个 https://github.com/openai/codex/issues/31808

创建一个 Codex.ps1 文件,写入:

$dir = Join-Path (Get-AppxPackage Codex).InstallLocation "app"
Start-Process -FilePath (Join-Path $dir "ChatGPT.exe") -ArgumentList "--no-sandbox" -WorkingDirectory $dir

然后在 powershell 里执行,终于可以打开了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.

在本版发帖
返回顶部