Current location - Education and Training Encyclopedia - University ranking - The system collects common commands for college students.
The system collects common commands for college students.
CMD commands necessary for programmers

Cmd command daquan

1.calc- Start the calculator

2.certmgr. MSC- certificate management utility

3 charmap- start the character mapping table

4.chkdsk.exe-chkdsk disk check

5.ciav. MSC- indexing service program

6.clean emgr- Garbage disposal

7.Cliconfg-SQL Server Client Network Utility

8.clipbrd- Clipboard Viewer

9.cmd.exe command prompt

Computer management

1 1. conf- Start netmeeting.

12. Open system component services.

13.DDE sharing-open DDE*** to enjoy the settings.

14.devmgmt.msc device manager

15,dfrg。 Disk defragmenter

16.diskgmt.msc-disk management tool

17.drwtsn 32- system doctor

18.DVD player -DVD player

29, dxdiag-check DirectX information

20.explorer-Open the Explorer.

2 1.eudcedit- word formation program

Event viewer

23.23.fsmgmt.msc-*** * Enjoy the folder manager.

24.gpedit.msc-group policy

25.iexpress-Trojan binding tool, which comes with the system.

26. Logout-Logout Order

27.lusrmgr.msc-local users and groups

Notepad-Open Notepad

Magnifying glass tool

30.mem.exe- displays the memory usage.

3 1.MMC- Open the console

32.mobsync-synchronization command

33.mplayer2-Simple Widnows Media Player 34. msconfig. exe- System Configuration Utility

35. ms sketchpad

36.MSTSC- Remote Desktop Connection

37. Narrator-screen "narrator"

38.net, start the messenger.-Start the messenger service.

39.net stat-an-(TC) command to check the interface.

40.net, stop the messenger.-Stop the messenger service.

4 1.nslookup-IP address detector is a command-line tool to monitor whether DNS servers in the network can correctly resolve domain names.

42, ntbackup-system backup and recovery

43.ntmsmgr.msC-mobile storage manager

44.ntmsoprq.msc-mobile storage administrator operation request

45.ODBCAD32-ODBC data source manager

46.oobe/msoobe/a- checks whether XP is activated.

47.OSK- Open the on-screen keyboard

48. Packager-Object Packager

49.Perfmon。 Computer performance monitoring program

50. Project Manager

5 1, regedit, exe-registry

52. Registry Editor

53.regsvr 32/u * d- Stop running the dll file.

54.regsvr 32/uzippfldr. dll- Cancel ZIP support.

55.Rononce-P- 15 seconds off.

56.rsop. MSC- group policy result set

57.secpol.msc-local security policy

58.services.msc-local service settings

59.sfc.exe a system file checker.

60.sfc/scannow- scans for errors and recovers.

network program

tracert

The parameter ip (or computer name) tracks the route (packet), and the parameter "W number" is used to set the timeout interval.

Ping ip (or domain name) sends a data parameter with a default size of 32 bytes to the other host: "One [space] packet size"; "Send data n times"; "A T" means ping all the time.

Ping-t-l65500ip Ping of death (sending files larger than 64K, ping all the time becomes ping of death) ipconfig.

(winipcfg) is used for windows NT and XP(windows 9598) to view the local ip address, and ipconfig can display all configuration information with the parameter "/al".

attribute

File name (directory name) View the attributes of a file (directory) attrib File name -A-R -S -H or +A+R+S +H Delete (add) the archive, read-only, system and hidden attributes of a file: use+to add them as attributes.

catalogue

To view files, the parameters: /Q show which user the files and directories belong to, /T:C show when the files were created, /T: A show when the files were last accessed, /T:W Last modified date /T, time /TWith these parameters, namely "date/t" and "time/t", only the current date and time will be displayed without entering a new date and time set.

Specifies the environment variable to be assigned to the variable set name = character The environment variable set displays all the current environment variables.

Set p

(or other characters) displays all environment variables that currently start with the character p (or other characters).

discontinue

Pause the batch program and display: Please press any key to continue ... if performs conditional processing in the batch program (see if command and variable for details).

if

Perform conditional processing in a batch program (see if commands and variables for details)

switch to

The tag points the cmd.exe to the tagged line in the batch program (the tag must be a single line and start with a colon, for example: ":Start tag").

call out

The path batch file name calls another batch program from a batch program (see call/? )