`

Windows command list

阅读更多

ADDUSERS Add or list users to/from a CSV file
ARP      Address Resolution Protocol
ASSOC Change file extension associations ASSOCIAT One step file association
AT       Schedule a command to run at a later time
ATTRIB   Change file attributes

BROWSTAT Get domain, browser and PDC info

CACLS    Change file permissions
CALL     Call one batch program from another
CD       Change Directory - move to a specific Folder
CHANGE   Change Terminal Server Session properties
CHKDSK   Check Disk - check and repair disk problems
CHKNTFS  Check the NTFS file system
CHOICE   Accept keyboard input to a batch file
CleanMgr Automated cleanup of Temp files, recycle bin
CLEARMEM Clear memory leaks
CLIP     Copy STDIN to the Windows clipboard.
CLS      Clear the screen
CMD      Start a new CMD shell
COLOR    Change colours of the CMD window
COMP     Compare the contents of two files or sets of files
COMPACT  Compress files or folders on an NTFS partition
COMPRESS Compress individual files on an NTFS partition
CON2PRT  Connect or disconnect a Printer
CONVERT  Convert a FAT drive to NTFS.
COPY     Copy one or more files to another location

DATE     Display or set the date
Dcomcnfg DCOM Configuration Utility
DEFRAG   Defragment hard drive
DEL      Delete one or more files
DELPROF  Delete NT user profiles
DELTREE  Delete a folder and all subfolders
DevCon   Device Manager Command Line Utility
DIR      Display a list of files and folders
DIRUSE   Display disk usage
DISKCOMP Compare the contents of two floppy disks
DISKCOPY Copy the contents of one floppy disk to another
DNSSTAT  DNS Statistics
DOSKEY   Edit command line, recall commands, and create macros
DSMOD    Modify user (computer, group..) in active directory

ECHO     Display message on screen
ENDLOCAL End localisation of environment changes in a batch file
ERASE    Delete one or more files
EXIT     Quit the CMD shell
EXPAND   Uncompress files
EXTRACT  Uncompress CAB files

FC       Compare two files
FDISK    Disk Format and partition
FIND     Search for a text string in a file
FINDSTR  Search for strings in files
FOR      Conditionally perform a command several times
FORFILES Batch process multiple files
FORMAT   Format a disk
FREEDISK Check free disk space (in bytes)
FSUTIL   File and Volume utilities
FTP      File Transfer Protocol
FTYPE    Display or modify file types used in file extension associations

GLOBAL   Display membership of global groups
GOTO     Direct a batch program to jump to a labelled line

HELP     Online Help
HFNETCHK Network Security Hotfix Checker

IF       Conditionally perform a command
IFMEMBER Is the current user in an NT Workgroup
INSTSRV  Install an NT Service
IPCONFIG Configure IP

KILL     Remove a program from memory

LABEL    Edit a disk label
LOCAL    Display membership of local groups
LOGEVENT Write text to the NT event viewer.
LOGOFF   Log a user off
LOGTIME  Log the date and time in a file

MAPISEND Send email from the command line
MEM      Display memory usage
MD       Create new folders
MODE     Configure a system device
MORE     Display output, one screen at a time
MOUNTVOL Manage a volume mount point
MOVE     Move files from one folder to another
MOVEUSER Move a user from one domain to another
MSIEXEC  Microsoft Windows Installer
MSINFO   Windows NT diagnostics
MUNGE    Find and Replace text within file(s)
MV       Copy in-use files

NET
      Manage network resources
NETDOM   Domain Manager
NETSH    Configure network protocols
NETSVC   Command-line Service Controller
NBTSTAT  Display networking statistics (NetBIOS over TCP/IP)
NETSTAT  Display networking statistics (TCP/IP)
NOW      Display the current Date and Time
NSLOOKUP Name server lookup
NTBACKUP Backup folders to tape
NTRIGHTS Edit NT user account rights

PATH     Display or set a search path for executable files
PATHPING IP trace utility
PAUSE    Suspend processing of a batch file and display a message
PERMS    Show permissions for a user
PERFMON  Performance Monitor
PING     Test a network connection
POPD     Restore the previous value of the current directory saved by PUSHD
PRINT    Print a text file
PRNCNFG  Display, configure or rename a printer
PROMPT   Change the command prompt
PUSHD    Save and then change the current directory

QGREP    Search file(s) for lines that match a given pattern.

RASDIAL  Manage RAS connections
RASPHONE Manage RAS connections
RECOVER  Recover a damaged file from a defective disk.
REG      Read, Set or Delete registry keys and values
REGEDIT  Import or export registry settings
REGSVR32 Register or unregister a DLL
REGINI   Change Registry Permissions
REM      Record comments (remarks) in a batch file
REN      Rename a file or files.
REPLACE  Replace or update one file with another
RD       Delete folder(s)
RDISK    Create a Recovery Disk
RMTSHARE Share a folder or a printer
ROBOCOPY Robust File and Folder Copy
ROUTE    Manipulate network routing tables
RUNAS    Execute a program under a different user account
RUNDLL32 Run a DLL command

SC       Service Control
SCLIST   Display NT Services
ScriptIt Control GUI applications
SET      Display, set, or remove Windows NT environment variables
SETLOCAL Begin localisation of environment changes in a batch file
SETPRFDC Set preferred Domain Controller
SETX     Set environment variables permanently
SHIFT    Shift the position of replaceable parameters in a batch file
SHORTCUT Create a windows shortcut (.LNK file)
SHOWGRPS List the NT Workgroups a user is in
SHOWMBRS List the members of an NT Workgroup
SHUTDOWN Shutdown the computer
SHUTGUI  Shutdown the computer
SLEEP    Wait for x seconds
SOON     Schedule a command to run in the near future
SORT     Sort input
START    Start a separate window to run a specified program or command
SU       Switch User
SUBINACL Edit file and folder Permissions, Ownership and Domain
SUBST    Associate a path with a drive letter

TIME     Display or set the system time
TIMEOUT  Delay processing of a batch file
TITLE    Set the window title for a CMD.EXE session
TASKLIST Task List
TOUCH    Change file timestamps   
TRACERT  Trace route to a remote host
TREE     Graphical display of folder structure
TYPE     Display the contents of a text file

USRSTAT  List domain usernames and last login

VER      Display version information
VERIFY   Verify that files have been saved
VOL      Display a disk label

WHERE    Locate and display files in a directory tree
WHOAMI   Output the current UserName and domain
WINMSD   Windows NT Diagnostics
WINMSDP  Windows NT Diagnostics II

XCACLS   Change file permissions
XCOPY    Copy files and folders

 

reference: http://www.cnblogs.com/cocobase/archive/2007/01/17/14091.html

分享到:
评论

相关推荐

    dotnet C# 通过 Vortice 使用 Direct2D 的 ID2D1CommandList 入门.rar

    在本文中,我们将深入探讨如何使用C#编程语言和Vortice库来操作Direct2D的ID2D1CommandList接口。Direct2D是微软提供的一种高性能、硬件加速的2D图形API,而Vortice是.NET Framework和.NET Core平台上用于访问...

    Windows Command Reference 英文版

    Applies To: Windows Server 2008,Windows Server 2008 R2,Windows XP,Windows Vista,Windows Server 2003,Windows Server 2000,Windows Server 2003 R2,Windows 7 The following sections contain information ...

    dotnet C# 通过 Vortice 将 ID2D1CommandList 作为特效的输入源.rar

    在本资源中,我们主要探讨的是如何利用C#和Vortice库来处理Direct2D的ID2D1CommandList对象,并将其用作特效的输入源。这是一个涉及到图形渲染和高性能计算的高级话题,通常在游戏开发、图像处理或者桌面应用的可视...

    Windows cmd 管道过滤命令findstr 学习文档

    `findstr`命令是Windows命令行环境中用于搜索和过滤文本的工具,类似于Linux中的`grep`命令。这个命令允许用户在文件或文件集中查找包含特定字符串或符合特定模式的行。下面将详细介绍`findstr`命令的各种参数和用法...

    command U盘文件

    标题中的"command U盘文件"指的是使用命令行工具来处理U盘相关操作的场景,这通常涉及到计算机操作系统的基础知识,尤其是DOS或Windows系统。在这些系统中,`command.com`是一个古老的命令解释器,它是早期MS-DOS和...

    Tool_Command_Language

    此外,TCL不仅在Linux平台上有广泛的应用,还在包括Microsoft Windows和Apple MacOS在内的其他平台上得到了支持。 #### TCL的关键特性 本章节将介绍TCL的一些关键特性,包括其扩展性以及作为新应用程序的交互接口...

    mfc list 里嵌入combobox

    它是基于Windows API中的LISTVIEW控件,提供了多种视图模式,如图标、列表、详细信息等。要实现在List Control的某些项中添加ComboBox,我们需要使用LVCFMT_CONTROL类型的列表视图列,并在该列中创建并管理一个...

    listctrl-button

    在Windows编程领域,`ListCtrl` 是一个常用的控件,用于显示列表数据,通常在MFC(Microsoft Foundation Classes)框架中使用。`ListCtrl` 可以被定制以实现更复杂的用户界面元素,例如在本案例中提到的“自绘按钮”...

    ListCtrl中嵌套下拉列表

    在Windows编程领域,ListCtrl是MFC(Microsoft Foundation Classes)库中的一个重要组件,它用于显示列表形式的数据。ListCtrl常用于GUI应用中,提供一种高效的方式来展示和管理大量的信息。在某些情况下,我们可能...

    Windows10常用快捷键 cheat sheet

    A list of Windows 10 keyboard shortcuts to make your life easier. Though the mouse is an essential tool, sometimes keyboard shortcuts make life much easier, allowing you to immediately access what you...

    windows wget 命令行下的wget

    在Windows操作系统中,虽然不像Linux那样内置了wget命令行工具,但用户仍然可以通过一些方法来实现类似的功能。wget是一款强大的互联网资源下载工具,它支持通过HTTP、HTTPS和FTP协议从命令行界面下载网页内容,包括...

    list_control.rar_LIST_CONTROL_list control 删除_右键 菜单_右键弹出菜单_弹出菜单

    在Windows编程领域,List Control(列表控件)是一种常见的用户界面元素,用于显示一系列可选的项目。在设计用户友好的界面时,我们经常需要添加额外的功能,如右键菜单,来增强用户体验。本篇文章将深入探讨如何在...

    android emulator using command line

    - 在Windows系统中,可以通过开始菜单中的“运行”命令打开命令提示符(CMD),输入“cmd”并按回车键。 2. **进入指定目录**: - 使用`cd <sdk_root>/platform-tools`命令切换到含有adb工具的目录。 3. **执行...

    查看进程工具tlist.exe

    参考链接:https://msdn.microsoft.com/en-us/library/windows/hardware/ff558903%28v=vs.85%29.aspx Parameters tlist Without additional parameters, TList displays all running processes, their ...

    listctrl右键悬浮菜单

    在Windows编程领域,MFC(Microsoft Foundation Classes)是一个C++库,它为开发Windows应用程序提供了一种方便的方式。ListCtrl是MFC中的一个重要控件,用于显示列表项,通常用在视图类(CView)中,以实现类似表格...

    利用rsh使在Linux命令控制windows的命令行

    child.sendline('dir') # Send a command to list files output = child.read() print(output) ``` 这个脚本连接到Windows主机,输入密码,然后执行`dir`命令。 总结来说,虽然Windows不直接支持rsh,但通过Cygwin...

    mysql command 整理

    根据给定的文件信息,以下是对“mysql command 整理”相关知识点的详细解析: ### MySQL 常用命令 MySQL是一种广泛使用的开源关系数据库管理系统(RDBMS),提供了丰富的命令集来管理数据库、表以及数据。以下是...

    MFC+Windows程序设计

    Each set of source code files is accompanied by a release-build EXE as well as a Visual C++ workspace (DSW) file that you can open with Visual C++'s Open Workspace command. From Me to You (and You ...

    逐梦旅程:Windows游戏编程之从零开始

    学习过程中,你需要理解Direct3D的主要组件,如交换链(Swap Chain)用于在屏幕与设备之间交换帧,状态对象(State Objects)用于管理渲染状态,以及命令列表(Command List)用于批量提交渲染操作以提高效率。...

Global site tag (gtag.js) - Google Analytics