UP

PowerShell

How to use PowerShell in Windows, and become a command-line guru. Use PowerShell to remove apps, reinstall them, configure Windows, and more.

tutorial How to create a file on a Windows computer

How to create a file on a Windows computer

Creating a file is a basic but important task that any computer user should know how to do. Especially as there are several different ways you can create new files in Windows, and most are quite easy and intuitive. Yes, some are visual and involve using only the operating system’s interface or your installed applications. Others rely on using commands that create files from
tutorial How to create dummy files in Windows

How to create dummy files in Windows

While many everyday users might not immediately see the need to create random dummy files of a specific size, tech enthusiasts, software developers, and power users understand how valuable these files can sometimes be. Dummy files are useful for testing purposes, such as identifying bad sectors on a hard drive, measuring network speed, or ensuring that files are securely erased beyond recovery. Whatever your
tutorial How to get system info, view, and kill processes in CMD

How to get system info, view, and kill processes in CMD

You can easily view information about your computer using Windows graphical tools like Task Manager or System Information. However, some users prefer terminal environments like the Command Prompt or PowerShell for almost everything. If you're curious about how to get system info in CMD (Command Prompt) or want to learn how to view and manage running processes from Windows’ CMD, keep reading. I'll show
tutorial How to use disk management commands (diskpart, chkdsk, defrag) in Windows

How to use disk management commands (diskpart, chkdsk, defrag) in Windows

One of the easiest ways to manage your disks in Windows is by using the Disk Management tool. However, if you prefer command-line interfaces, you can perform several disk management tasks using Command Prompt or PowerShell. In this guide, I’ll show you how to use Diskpart and its commands to create, format, delete, hide, and unhide partitions. I’ll also show you how to use
article What is ping? How do you use ping commands in Windows?

What is ping? How do you use ping commands in Windows?

You don’t need to be a networking guru to have come across the term ping while working with computers, setting up networking devices such as wireless routers, dealing with online applications, or playing games online. If you’re wondering what ping means and what the ping command does, read on. In this guide, I’ll explain how ping works, what you can use it for, and
tutorial How to change a drive’s letter in Windows

How to change a drive’s letter in Windows

Windows assigns drive letters for all the hard disk drives, solid-state drives, optical media units, removable drives, and memory cards connected to your computer. Because the operating system does that on its own, you might be tempted to think that these drive letters cannot be changed. However, that is not true because Windows lets you change the drive letter of any drive as long
tutorial How to check the Windows installation date

How to check the Windows installation date

Do you need to know when you installed Windows on your computer? You may require this information for work or you may want it just to brag about how stable your operating system is after all these years of abuse. Or perhaps you just don’t want your Windows to run for more than six months without reinstalling it. Whatever the reason, here’s how to
article What is PowerShell and how do you use it?

What is PowerShell and how do you use it?

While many casual users know about the Command Prompt, only a few have heard about Windows PowerShell. PowerShell is not the same as Command Prompt - it’s a much more powerful tool that was created to replace Command Prompt, delivering more power and control over the operating system. Would you like to get a better understanding of what PowerShell is, why it’s such a
tutorial How to export a folder tree to a file (including Excel)

How to export a folder tree to a file (including Excel)

Did you ever need to export the entire directory tree from a particular folder? Did you need to get a text or Excel document that lists all the files and folders inside a specific folder from your computer in a hierarchical structure? I needed this when trying to create a document that was supposed to be a summary of all the Word documents and
tutorial How to list all the users on a Windows computer (7 ways)

How to list all the users on a Windows computer (7 ways)

Sometimes, you may need to extract a list of all the user accounts on a Windows computer. What if you want to see all the hidden user accounts that exist alongside your user account? Can you use graphical tools in Windows to learn all that? Can you list all users with Windows’ CMD? Moreover, which Windows PowerShell CLI command can be used to list
tutorial How to reinstall all the Windows default apps with PowerShell

How to reinstall all the Windows default apps with PowerShell

Some people do not like the universal apps installed by default In Windows 10 or Windows 11 and want to get rid of them. They can manually uninstall most of them using the Settings app or PowerShell. Apps like Calendar, Mail, Camera, Photos, or Candy Crush Soda Saga can be gone from a Windows 10 or Windows 11 computer in no time. So how
tutorial How to uninstall Windows apps with PowerShell

How to uninstall Windows apps with PowerShell

Both Windows 11 and Windows 10 come with quite a few pre-installed universal apps, such as Calendar, Mail, Camera, or Photos. While some people like them and find them useful, others don’t. If you don't want some of these bundled apps on your Windows computer, you might wonder if they can be removed from your system. While a few of the built-in apps can
tutorial 6 ways to find your IP address in Windows

6 ways to find your IP address in Windows

The IP address or Internet Protocol address is a numerical label used in networks to identify and locate network devices, from computers and smartphones to printers, TVs, and other devices. The IP address can be a useful piece of information, especially when you want to set up your home router or connect to other devices on a network. But how do you see a
tutorial How to print the list of running processes in Windows

How to print the list of running processes in Windows

One of our readers asked us: “How do you print the list of running processes from Task Manager?”. Unfortunately, you can’t do this from Task Manager. However, you can run some commands to generate a list of running processes in Windows and then print it like you would print a standard document. Here’s how it all works, using only the tools built into Windows:
tutorial 9 ways to open PowerShell in Windows (including as administrator)

9 ways to open PowerShell in Windows (including as administrator)

Many IT professionals use PowerShell to manage Windows computers and devices and to execute administrative tasks of all kinds. Before you can use PowerShell in Windows 11 and Windows 10, you first need to know how to start it. That's why we made a list of all the methods available for starting Windows PowerShell, including running it with admin rights. Read on to learn
article What is the Windows Terminal?

What is the Windows Terminal?

The Windows Terminal is a relatively new app that command-line enthusiasts are probably going to like a lot. Although it’s been developed and improved by Microsoft for several years now, and you could already use it in Windows 10, it only made the headlines with the announcement of Windows 11. Are you curious to know more about the Windows Terminal, what it is and
tutorial How to switch between CMD and PowerShell in Windows Terminal

How to switch between CMD and PowerShell in Windows Terminal

When starting Windows Terminal, the default shell that opens is Windows PowerShell. However, Windows Terminal supports many applications that have a command-line interface, including the venerable Command Prompt (CMD). If you want to switch to CMD in Windows Terminal, or if you want to make CMD the default shell for Windows Terminal, here’s how to do it: NOTE: This tutorial applies both to