codex手机端连接windows教程

作者:codex手机端连接windows教程

1. 移动端和windows要在同一个ip 2. 以管理员身份运行powershell,粘贴执行下面这段: $path = 'C:\ProgramData\OpenAI\Codex\requirements.toml' $dir = Split-Path -Parent $path if (-not (Test-Path -LiteralPath $dir)) { New-Item -ItemType Directory -Path $dir -Force | Out-Null } @' [features] remote_control = true remote_connections = true '@ | Set-Content -LiteralPath $path -Encoding UTF8 Get-Content -LiteralPath $path 执行后如果最后显示: [features] remote_control = true remote_connections = true 就说明写入成功 3.重启Windows 端 Codex,重启移动端gpt,就会在移动端弹出弹窗,就能连接成功啦 #Windows #codex #软件 #电脑软件#玩机技巧 #ai #vibecoding

📰 返回新闻列表