ipconfig
Displays the current network configuration and IP addresses.
cls
Clears the Command Prompt screen.
dir
Lists all files and folders in the current directory.
cd
Displays or changes the current directory.
mkdir foldername
Creates a new folder with the specified name.
rmdir foldername
Removes an empty folder.
copy file1.txt file2.txt
Copies a file from one location to another.
del filename.txt
Deletes a specified file.
move oldname.txt newname.txt
Moves or renames a file.
systeminfo
Displays detailed system information.
tasklist
Shows a list of all running processes.
taskkill /im processname.exe /f
Kills a running process forcefully.
ping google.com
Tests connectivity to a website or IP address.
netstat
Displays active network connections.
ipconfig /flushdns
Clears the DNS cache.
No comments:
Post a Comment