一、快捷键

锁屏 Windows 微标键 + L
打开搜索 Windows 微标键 + S
快速访问 Windows 微标键 + E
运行窗口 Windows 微标键 + R
最小化所有应用 Windows 微标键 + M
任务管理器 Ctrl + Alt +Del
重命名 F2

二、系统设置

2.1 cmd命令操作

2.1.1 添加IP

netsh Interface ip add address “本地连接 2” 192.168.1.108 255.255.255.0

2.1.2 删除IP

netsh Interface ip delete address “本地连接 2” 192.168.1.108 255.255.255.0

2.1.3 路由追踪

tracert -d www.baidu.com # -d 指定不将地址解析为计算机名

2.2 开机自启

运行->shell:startup

2.3 修改host

C:\Windows\System32\drivers\etc\hosts

三、注册表

运行->regedit