• 请不要在回答技术问题时复制粘贴 AI 生成的内容
tinybug
V2EX  ›  程序员

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

  •  
  •   tinybug · 6 days ago · 1196 views

    折腾了好久,看到这个 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 里执行,终于可以打开了

    2 replies    2026-07-13 18:33:34 +08:00
    ofskos
        1
    ofskos  
       6 days ago
    我也遇到了,不过我用 codebuddy ,解决的,原因是我的电脑系统的杀毒软件被腾讯禁用了。以至于无法安装 codex ,
    ThisDay
        2
    ThisDay  
       6 days ago via Android
    --no-sandbox 应该是老生常谈的方案了,一堆浏览器套壳应用打不开都可以这样试试,甚至包括 chrome 自己
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5832 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 69ms · UTC 06:05 · PVG 14:05 · LAX 23:05 · JFK 02:05
    ♥ Do have faith in what you're doing.