- 在任务管理器中的
startup apps中关闭用不到的app - 在系统设置 > apps中关闭用不到的app通知
- 卸载用不到的系统预装apps
- power plan
- 在设置中打开高性能模式
- 使用命令打开高性能模式power-policy-settings
powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c- system properties > performance options
- 打开开发者模式
- 设置执行策略
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
Get-ExecutionPolicy -List- wsl安装
wsl --install- chrome
- vscode
- obsidian
- powertoys
- utools
- 雾凇拼音
- windows terminal
- clash verge
- 7zip
- notion
- figma
- 微信
- 向日葵/ToDesk
- docker
- localsend 局域网传文件
- pot 划词和OCR翻译
- proxyman 网络抓包工具
- sumatra pdf
- winget window包管理
- git 版本管理
# 生成ssh key
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
# 设置全局用户名
git config --global user.name "Your Name"
# 设置全局电子邮件
git config --global user.email "your_email@example.com"
# 设置项目级别用户名
git config user.name "Project Specific Name"
# 设置项目级别电子邮件
git config user.email "project_specific_email@example.com"- fnm node版本管理
- tldr 代替man
- @antfu/ni 命令简写
- tsc typescript编译
- vite 打包构建工具
- taze 检测npm包依赖版本
- pnpm 代替npm