cmd commands list 70 items.
Here are some common commands that you can use in the Command Prompt on a Windows computer:
dir - Displays a list of files and folders in the current directory.
cd - Changes the current directory. For example, "cd C:\Users" will take you to the Users directory.
cd.. - Moves up one directory level.
md - Creates a new directory. For example, "md newfolder" will create a new folder named "newfolder" in the current directory.
rd - Removes a directory. For example, "rd oldfolder" will remove a folder named "oldfolder" in the current directory.
cls - Clears the Command Prompt screen.
ping - Sends a ping request to a specified IP address or domain name to check if it is responding.
ipconfig - Displays information about your computer's IP address, subnet mask, and default gateway.
netstat - Displays a list of active network connections and their status.
tasklist - Displays a list of running processes on your computer.
taskkill - Terminates a specified process. For example, "taskkill /IM chrome.exe" will close all instances of Google Chrome.
shutdown - Shuts down or restarts your computer. For example, "shutdown /s" will shut down your computer, while "shutdown /r" will restart it.
copy - Copies a file from one location to another. For example, "copy C:\file.txt D:\backup\file.txt" will copy the file "file.txt" from the C: drive to the D:\backup folder.
xcopy - Copies files and directories, including subdirectories. For example, "xcopy C:\folder D:\backup /s /e" will copy the entire "folder" and its contents to the D:\backup directory.
move - Moves a file from one location to another. For example, "move C:\file.txt D:\backup\file.txt" will move the file "file.txt" from the C: drive to the D:\backup folder.
del - Deletes a file. For example, "del C:\file.txt" will delete the file "file.txt" from the C: drive.
format - Formats a disk. For example, "format D:" will format the D: drive.
tree - Displays a tree view of the directory structure of the current directory.
taskmgr - Opens the Task Manager.
systeminfo - Displays detailed information about your computer's hardware and software.
chkdsk - Checks the file system on a disk for errors and repairs them if possible. For example, "chkdsk C: /f /r" will check the C: drive for errors and repair them.
sfc - Scans the Windows system files for errors and repairs them if possible. For example, "sfc /scannow" will scan the system files and repair any errors found.
assoc - Displays or modifies file name extension associations.
attrib - Displays or changes the attributes of a file or folder. For example, "attrib +h C:\file.txt" will hide the file "file.txt" on the C: drive.
diskpart - Manages disk partitions and volumes.
driverquery - Displays a list of installed device drivers and their properties.
net - Displays or modifies network settings and connections.
netsh - Configures network settings at the command prompt.
powercfg - Configures power settings on a computer.
reg - Displays, adds, or changes registry keys and values.
schtasks - Schedules a task to run at a specified time or interval.
systeminfo - Displays detailed configuration information about a computer.
tasklist - Displays a list of running processes on a computer.
type - Displays the contents of a text file.
ver - Displays the version number of Windows.
wmic - Displays or modifies WMI (Windows Management Instrumentation) information.
cipher - Displays or modifies the encryption of files and directories on NTFS volumes.
compact - Displays or modifies the compression of files and directories on NTFS volumes.
driverquery - Displays a list of installed device drivers and their properties.
fc - Compares two files or sets of files and displays the differences between them.
find - Searches for a specific string of text in a file or files.
help - Displays help information for commands.
hostname - Displays the name of the current host.
mklink - Creates a symbolic link or a hard link to a file or directory.
more - Displays the contents of a file one screen at a time.
netstat - Displays active TCP connections and network statistics.
pathping - Traces the route taken by packets over an IP network.
ping - Sends ICMP echo request packets to a specified IP address or host name.
powercfg - Manages power settings on a computer.
robocopy - Copies files and directories, including subdirectories, with advanced options.
shutdown - Shuts down or restarts a local or remote computer.
time - Displays or sets the system time.
tree - Displays the folder structure of a specified directory or drive.
whoami - Displays the username and group information for the current user.
xcopy - Copies files and directories, including subdirectories, with advanced options.
taskkill - Ends one or more running processes. For example, "taskkill /f /im notepad.exe" will force close any instances of Notepad that are running.
net user - Displays information about the user accounts on a computer and allows you to modify them.
net localgroup - Displays information about the local groups on a computer and allows you to modify them.
regedit - Opens the Windows Registry Editor.
ipconfig - Displays the IP configuration for all network adapters.
tracert - Traces the route taken by packets over an IP network and displays information about each hop along the way.
driverquery - Displays a list of installed device drivers and their properties.
netsh advfirewall - Configures Windows Firewall settings at the command prompt.
ver - Displays the version number of Windows.
xperf - Captures and analyzes performance data for Windows.
diskusage - Displays disk space usage for a specific directory or drive.
convert - Converts a volume from FAT16 or FAT32 to NTFS.
diskcomp - Compares the contents of two floppy disks.
diskcopy - Copies the contents of one floppy disk to another.
echo - Displays a message or turns the echoing of commands on or off.
These are just a few more examples of the many commands available in the Command Prompt. As always, be cautious when using command prompt commands, especially if you're not sure what you're doing, as they can have unintended consequences.
কোন মন্তব্য নেই
একটি মন্তব্য পোস্ট করুন