20210202windows shortcut keys and DOS commands

windows shortcuts

alt+f4 close the window
shift+delete permanently delete
windows+r running window
windows+e my computer
ctrl+shift+esc task manager

DOS command

Open CMD mode

  1. Start-System-Command Prompt
  2. windows+r, enter cmd (recommended)
  3. Shift+right mouse button, select "Open powershell window here"
  4. Add "cmd space" in front of the address bar of Explorer Explorer

Commonly used DOS commands

#粘贴命令:鼠标右键
#盘符切换:盘符:
#查看当前目录下所有文件:dir
#切换目录change directory: cd /d切换盘符;cd ..返回上一级;cd 进入盘符
#清除屏幕:cls
#退出终端:exit
#查看IP:ipconfig
#打开应用:
#计算器:calc
#画图:mspaint
#记事本:notepad
#ping命令:查看网站ip,ping www.baidu.com
#创建文件夹/目录:md 目录名(make directory)
#新建文件:cd>文件名.后缀
#删除文件:del 文件名
#移出目录remove directory:rd 目录名

Guess you like

Origin blog.csdn.net/foundliving/article/details/113569633