<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows :: Ay Docs</title><link>https://aaronyang0628.github.io/docs/using/ai/claudecode/windows/index.html</link><description>PowerShell $env:CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC="1" $env:ANTHROPIC_BASE_URL="https://v2.qixuw.com" $env:ANTHROPIC_AUTH_TOKEN="sk-sss" # Replace with your API key claude One Line Command $env:CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC="1"; $env:ANTHROPIC_BASE_URL="https://v2.qixuw.com"; $env:ANTHROPIC_AUTH_TOKEN="sk-sss"; claude Save to Environment Variables [System.Environment]::SetEnvironmentVariable("ANTHROPIC_BASE_URL","https://v2.qixuw.com","User") [System.Environment]::SetEnvironmentVariable("ANTHROPIC_AUTH_TOKEN","sk-sss","User") # Replace! [System.Environment]::SetEnvironmentVariable("CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC","1","User")</description><generator>Hugo</generator><language>en</language><lastBuildDate/><atom:link href="https://aaronyang0628.github.io/docs/using/ai/claudecode/windows/index.xml" rel="self" type="application/rss+xml"/></channel></rss>