Win11 codex 桌面版死都打不开,不知道有没有人遇到
折腾了好久,看到这个 [链接](https://github.com/openai/codex/issues/31808)
创建一个 `Codex.ps1` 文件,写入:
```powershell
$dir = Join-Path (Get-AppxPackage Codex).InstallLocation "app"
Start-Process -FilePath (Join-Path $dir "ChatGPT.exe") -ArgumentList "--no-sandbox" -WorkingDirectory $dir
```
然后在 PowerShell 里执行,终于可以打开了。
---
原文链接:[点击查看](https://www.v2ex.com/t/1226999)
创建一个 `Codex.ps1` 文件,写入:
```powershell
$dir = Join-Path (Get-AppxPackage Codex).InstallLocation "app"
Start-Process -FilePath (Join-Path $dir "ChatGPT.exe") -ArgumentList "--no-sandbox" -WorkingDirectory $dir
```
然后在 PowerShell 里执行,终于可以打开了。
---
原文链接:[点击查看](https://www.v2ex.com/t/1226999)
· 0 个赞
· 0 个赞