写在前面:
整理自网络
记录学习过程,方便复习
- 说明
DOS时代的时候,为了方便用户的操作,微软公司将一些常用的命令,如DIR,CD等命令全部集成在系统里面 ——bia度 Win10运行快捷键为“Win+R”组合快捷键,只要在Win10任意界面,同时按住键盘上的Win+R都可以打开Win10运行操作框 ——装机吧 |
On the Microsoft Windows operating system, the Run command is used to directly open an application or document whose path is known It functions more or less like a single-line command line interface ——wikipedia |
译: 在Windows操作系统上,运行命令用于直接打开路径已知的应用程序或文档 它的功能或多或少类似于命令行界面 |
- 命令
部分运行命令 |
|
notepad |
记事本 |
narrator |
讲述人 |
calc |
计算器 |
charmap |
字符映射表 |
mspaint |
画图板 |
dvdplay |
Windows Media Player |
mplayer2 |
Windows Media Player |
magnify |
放大镜 |
cleanmgr |
垃圾整理 |
taskmgr |
任务管理器 |
resmon |
资源管理器 |
osk |
屏幕键盘 |
cmd |
命令提示符/DOS窗口 |
ping [] -t |
ping检测 |
devmgmt.msc |
设备管理器 |
msconfig |
系统配置 |
- 添加快捷方式
在系统变量path中加入一个路径变量:
找到环境变量(win10)
打开
寻找path这个变量
它的值对应的就是运行命令的shortcut路径
把快捷方式塞进去就好了,注意不能重名
然后就能愉快地打开了