23 November 2025

List of Useful Commands for Windows


Windows CMD


This is a list of useful windows commands everyone should know, simply click read more to find out

  • ipconfig - This command relays the IP address that your computer is currently using
  • netstat - Entering the command netstat -an will provide you with a list of currently open ports and related IP addresses. This command will also tell you what state the port is in; listening, established, or closed.
  • ping - Typing ping followed by an IP address or web domain will send a series of test packets to the specified address.
  • sfc /scannow - This command checks and repairs corrupted Windows system files.
  • tasklist - You can use the tasklist command to provide a current list of all tasks running on your PC.
  • taskkill - Kills tasks by proccess ID.
  • chkdsk - If you suspect your hard drive is failing, you can manually initiate a scan.
  • cls - Clean the command prompt
  • mrt - Opens the Microsoft Removal Tool and detects malwae on your system.
  • netplwiz - Open up the Advanced User Accounts settings
  • DISM /Online /Cleanup-Image /RestoreHealth - scanning for and repairing any corruption in the Windows image.
  • shell:startup - Opens the startup folder to add applications that will run automatically when a user logs in.

If you have more useful commands please comment it here :)

No comments: