By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: I can’t believe how much easier my PC is to manage with these commands
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > I can’t believe how much easier my PC is to manage with these commands
Computing

I can’t believe how much easier my PC is to manage with these commands

News Room
Last updated: 2025/08/30 at 3:09 PM
News Room Published 30 August 2025
Share
SHARE

The Windows UI makes it easy to manage your PC, especially with the new Settings app replacing the Control Panel. However, terminal commands still exist in Windows, and once you start using them, you won’t believe how easy managing your PC gets.

5

Basic file management

If you spend a lot of time in the Windows File Explorer, clicking around a bunch trying to copy multiple files and folders can get exhausting. And if you misclick a file or folder, it’s a mess to deal with.

Thankfully, Windows includes some handy file management commands that you should know. The first one is called dir and lets you see the contents of the active directory in seconds. You can use the cd command followed by the file path to switch directories. These commands make it incredibly easy to navigate directories and folders in the Windows Command Prompt.

Yadullah Abidi /
Yadullah Abidi /

For example, you can use the following command to go to your Windows Documents folder:

cd C:Users[YourName]Documents

Once you’re there, just type dir to show the directory contents. You can also use cd.. to go back a folder in the terminal. If you want to see a directory’s folder structure, feel free to use the tree command. Instead of having to expand folders in Explorer, this command shows everything laid out perfectly.

For copying files, the xcopy command is a game-changer. Simply type xcopy [source path] [destination path] /s, and the command will copy files and all subdirectories to the destination path. The transfers also tend to happen faster than the usual copy-pasting via the File Explorer, so you can end up saving hours in the long run.

4

Network troubleshooting

Wi-Fi and networking can act up without any clear reason in Windows. Fixing these issues usually requires running troubleshooters or navigating through multiple menus to try fixes like resetting your Windows network settings.

One of the most basic and well-known commands for network troubleshooting in Windows is ipconfig. The command shows you IP and MAC addresses for all the connections to your PC in addition to DNS addresses, default gateways, and more. It’s also the easiest way to find your router’s IP address if you want to make some changes.

Ipconfig command output in Windows Command Prompt.
Screenshot by Yadullah Abidi | No Attribution Required.

Another handy command is ipconfig /flushdns. This command clears the DNS cache and is often recommended as one of the first troubleshooting steps when dealing with connectivity issues on Windows.

You can also use ping [URL] to ping a particular website or server and check whether you can connect to an external server or not. The command sends signals to a server (or website) and waits for a response. The output can help you check whether you’re the one with internet problems or the server is facing issues. Additionally, the tracert command can show you exactly where your web packets are going, to help rule out any routing issues. However, these are usually more advanced problems, and you’re unlikely to come across them in daily usage.

3

Disk maintenance

Thanks to modern SSDs, disk maintenance isn’t something you’ll actively need to think about. However, if you’re working on an older PC or have a few corrupted files on your active system, these commands can save you a lot of time and effort.

To simply check if all’s well on your disk, you can use the chkdsk command followed by the partition letter to check the disk and get real-time updates. For example, if you want to scan your default Windows drive for errors, you’d use the following command:

chkdsk C:

For cleanup, run the cleanmgr command. It launches Windows’ built-in Disk Cleanup utility, which is actually quite good and lightweight. You simply select the drive you want to clean, and Windows takes care of the rest.

Windows terminal running SFC Scan commands.
Yadullah Abidi /
Yadullah Abidi /

Finally, the sfc /scannow command can automatically find and fix corrupted files on your system. If you’re experiencing problems with Windows, this is a must-run command as it can often save you the hassle of working with recovery menus or even installing Windows. It’s also a good idea to run this command as part of regular computer maintenance from time to time.

These tools might feel a little complicated to understand at first, but when you do, they’ll make system maintenance much simpler. The first command you should be using here is tasklist. It gives you a clean, searchable list of every process running on your system, along with its process ID. Want to shut something down? Type taskkill /pid [process ID] and you’re good to go. No more hunting for tasks in the Task Manager.

Some important system tools can take several clicks to access. You can skip that navigation by using commands like:

  • devmgmt.msc: Opens the Device Manager
  • diskmgmt.msc: Opens Disk Management
  • eventvwr.msc: Opens the Event Viewer
  • taskmgr: Opens the task manager.

The best part is that you can run these commands from the Windows Command Prompt, Terminal, or the Run prompt, which can be accessed by pressing the Windows key + R. Over time, using these commands will save you hours by not having to go through multiple menus and clicks.

1

Set it and forget it automation

This is where things get really powerful. You can create batch files in Windows that can automate tasks using the commands described above. These files are also universal, meaning you can create them on one PC and run them on any other Windows machine to get the same results.

For example, here’s a simple batch file script I use to clear my temporary folders without touching my mouse:

@echo off
echo Cleaning up temporary files...
del /q "%temp%*"
echo Done!
pause

The script clears the Windows temp folder and pauses after it’s done, so I can check if it worked. You can, of course, add more maintenance commands, delete other folders, and automate system maintenance that would otherwise eat up your weekends. Make sure to write all contents in a text file and save it with a .bat extension. Notepad is all you need in this situation.

Command Prompt showing results of a batch file.
Yadullah Abidi /
Yadullah Abidi /

Microsoft has also launched the Windows Terminal—a much neater terminal experience compared to the old Command Prompt. You can download the Windows Terminal from the Microsoft Store. Once downloaded, you can set it as your default terminal and even customize it with a custom background image or create a custom color scheme.


If you’ve been sticking to Windows’ graphical interface, it’s about time you start learning the ins and outs of the terminal. It still exists in modern versions of Windows for a reason, and once mastered, can make managing your PC far easier than it ever was.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article 4 TV tech trends I think will shape the next 5 years
Next Article How To Connect Your Amazon Fire Stick Remote To A New TV – BGR
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

The AYN Odin 3 might solve the biggest problem with the Odin 2 Portal and Pocket 5
News
Samsung doesn’t want you to enjoy a Galaxy S26 Edge with a big battery, but it’s not all bad news
News
Google issues ‘strong’ warning to 2.5bn users to see if you’re being spied on
News
Dell Pro Essential, basic portable for companies
Mobile

You Might also Like

Computing

How to Manage Multiple Marketing Projects Like a Pro

26 Min Read
Computing

Why is Nobody Liking My Posts? The Unspoken Rules of Driving Authentic Engagement in 2025

16 Min Read
Computing

Linux 6.17 Adds Support For Logitech G PRO 2 LIGHTSPEED, Wacom Art Pen 2 & More

2 Min Read
Computing

How to Automate Your Life With AI: Tips & Tools

42 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?