把下面这段文字发送给codex就可以自动帮你设置啦#Windows ###实用数码技巧分享 #小红书科技AMA 👇👇👇 Windows 让手机连接 Codex 的核心步骤 1. 打开 Codex 配置文件: C:\Users\你的用户名\.codex\config.toml 2. 在 [features] 下加入: remote_control = true 如果没有 [features],就在文件末尾加: [features] remote_control = true 3. 在 WSL/Bash 中启动 remote-control: mkdir -p /tmp/codex-remote-sqlite-bg setsid -f sh -c 'env CODEX_SQLITE_HOME=/tmp/codex-remote-sqlite-bg ~/.codex/bin/wsl/codex remote-control --enable remote_control >> /tmp/codex-remote-control-bg.log 2>&1' 4. 检查是否启动成功: ps -ef | grep -i '[c]odex remote-control' 看到 codex remote-control --enable remote_control 就说明服务已启动。 5. 回到手机/iPad 的 ChatGPT/Codex,重新发起连接电脑。 补充:重启电脑或 WSL 后,需要重新执行第 3 步。这个方案是非官方 Windows 绕过方案,可能随 Codex 版本变化失效。