# Windows 环境配置 ## 开发 ### 工具 [VSCode](https://code.visualstudio.com/) ### Chocolatey ```shell= # 管理身份 powershell # Restricted 需要修改为 AllSigned Get-ExecutionPolicy # AllSigned Set-ExecutionPolicy AllSigned Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) ``` ## app [Chrome](https://www.google.com/chrome/) [MobaXterm](https://mobaxterm.mobatek.net/) [MSYS2-pacman](https://www.msys2.org/) ### 装系统 [DiskGenius](https://www.diskgenius.com/download.php) ### 监控 - TrafficMonitor - [zhongyang219/TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor) -  ## 代理 [Clash for Windows](https://github.com/Fndroid/clash_for_windows_pkg) ### 命令行 ```shell= # powershell $env:HTTP_PROXY="http://127.0.0.1:7890" # cmd set http_proxy=http://127.0.0.1:1080 ``` ## 设置 ### 修改默认存储位置 可以修改将应用默认保存在D盘 
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.