Commonly used CMD (command) command prompt under win10

WIN+R brings up the running interface

1. There are a lot of prompts on HELP

command Features
ASSOC Display or modify the file extension association.
ATTRIB Display or change file attributes.
BREAK Set or clear the extended CTRL+C check.
BCDEDIT Set properties in the startup database to control startup loading.
CACLS Display or modify the file's access control list (ACL).
CALL Call this one from another batch program.
CD Display the name of the current directory or change it.
CHCP Display or set the number of active code pages.
CHDIR Display the name of the current directory or change it.
CHKDSK Check the disk and display a status report.
CHKNTFS Display or modify the boot time disk check.
CLS Clear the screen.
CMD Open another Windows command interpreter window.
COLOR Set the default console foreground and background colors.
COMP Compare the contents of two or two sets of files.
COMPACT Display or change the compression of files on NTFS partitions.
CONVERT Convert FAT volume to NTFS. You cannot convert the current drive.
COPY Copy at least one file to another location.
DATE Display or set the date.
OF THE Delete at least one file.
TO YOU Display files and subdirectories in a directory.
DISKPART Display or configure the disk partition properties.
DOSKEY Edit command lines, recall Windows commands, and create macros.
DRIVERQUERY Display the current device driver status and attributes.
ECHO Display messages, or turn command echo on or off.
ENDLOCAL End the localization of environment changes in the batch file.
ERASE Delete one or more files.
EXIT Exit the CMD.EXE program (command interpreter).
FC Compare two files or two file sets and show the differences between them.
FIND Search for a text string in one or more files.
FINDSTR Search for strings in multiple files.
FOR Run a specified command for each file in a set of files.
FORMAT Format the disk for use with Windows.
FSUTIL Display or configure file system attributes.
FTYPE Display or modify the file type used in the file extension association.
GOTO Direct the Windows command interpreter to a labeled line in the batch program.
GPRESULT Display the group policy information of the computer or user.
GRAFTABL Causes Windows to display the extended character set in graphics mode.
HELP 提供 Windows 命令的帮助信息。
ICACLS 显示、修改、备份或还原文件和目录的 ACL。
IF 在批处理程序中执行有条件的处理操作。
LABEL 创建、更改或删除磁盘的卷标。
MD 创建一个目录。
MKDIR 创建一个目录。
MKLINK 创建符号链接和硬链接
MODE 配置系统设备。
MORE 逐屏显示输出。
MOVE 将一个或多个文件从一个目录移动到另一个目录。
OPENFILES 显示远程用户为了文件共享而打开的文件。
PATH 为可执行文件显示或设置搜索路径。
PAUSE 暂停批处理文件的处理并显示消息。
POPD 还原通过 PUSHD 保存的当前目录的上一个值。
PRINT 打印一个文本文件。
PROMPT 更改 Windows 命令提示。
PUSHD 保存当前目录,然后对其进行更改。
RD 删除目录。
RECOVER 从损坏的或有缺陷的磁盘中恢复可读信息。
REM 记录批处理文件或 CONFIG.SYS 中的注释(批注)。
REN 重命名文件。
RENAME 重命名文件。
REPLACE 替换文件。
RMDIR 删除目录。
ROBOCOPY 复制文件和目录树的高级实用工具
SET 显示、设置或删除 Windows 环境变量。
SETLOCAL 开始本地化批处理文件中的环境更改。
SC 显示或配置服务(后台进程)。
SCHTASKS 安排在一台计算机上运行命令和程序。
SHIFT 调整批处理文件中可替换参数的位置。
SHUTDOWN 允许通过本地或远程方式正确关闭计算机。
SORT 对输入排序。
START 启动单独的窗口以运行指定的程序或命令。
SUBST 将路径与驱动器号关联。
SYSTEMINFO 显示计算机的特定属性和配置。
TASKLIST 显示包括服务在内的所有当前运行的任务。
TASKKILL 中止或停止正在运行的进程或应用程序。
TIME 显示或设置系统时间。
TITLE 设置 CMD.EXE 会话的窗口标题。
TREE 以图形方式显示驱动程序或路径的目录结构。
TYPE 显示文本文件的内容。
VER 显示 Windows 的版本。
VERIFY 告诉 Windows 是否进行验证,以确保文件正确写入磁盘。
VOL 显示磁盘卷标和序列号。
XCOPY Copy files and directory trees.
WMIC Display WMI information in an interactive command shell.

2. View the parameters

Features command
View memory parameters wmic memorychip
View the windows system version winver

Guess you like

Origin blog.csdn.net/weixin_42417585/article/details/104667908