目录
1.打开控制面板
control
2.打开注册表
regedit
3. 打开Windows服务
msconfig即系统配置实用程序,是Microsoft System Configuration的缩写。
services.msc
4.启动计算器
calc
5.打开截图工具
snippingtool
6.查看端口被哪个程序占用
netstat -ano | findstr 7890
netstat -abno | findstr 7890
tasklist /fi "PID eq 1234"
7.msconfig
msconfig即系统配置实用程序,是Microsoft System Configuration的缩写。是在开始菜单里运行中输入然后确认就可以找到程序开启或者禁用,可以帮助电脑禁止不需要运行的程序,这样可以加快你的电脑运行。