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.

PowerShell

How to reinstall all the Windows default apps with PowerShell

  • tutorial
  • Codrut Neagu
  • 16.09.2022
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...
PowerShell

How to uninstall Windows apps with PowerShell

  • tutorial
  • Codrut Neagu
  • 13.09.2022
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...
IP addresses

How to change the IP address in Windows 10 and Windows 11 (4 ways)

  • tutorial
  • Codrut Neagu
  • 05.09.2022
Have you ever wondered how to change the IP address in Windows 10 or Windows 11? Do you want to learn how to do that from the Settings app or the Control Panel? Maybe you’re a command-line fan and want to learn how to change the IP address from Command...
IP addresses

6 ways to find your IP address in Windows

  • tutorial
  • Ciprian Adrian Rusen
  • 26.07.2022
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...
Printer

How to print the list of running processes in Windows

  • tutorial
  • Ciprian Adrian Rusen
  • 24.03.2022
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...
PowerShell

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

  • tutorial
  • Tudor Dan
  • 22.12.2021
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...
Windows Terminal

What is the Windows Terminal?

  • misc
  • Codrut Neagu
  • 29.09.2021
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....
Windows Terminal

How to switch between CMD and PowerShell in Windows Terminal

  • tutorial
  • Tudor Dan
  • 21.09.2021
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 logo

Find out when Windows was installed. What is its original install date?

  • tutorial
  • Codrut Neagu
  • 13.08.2021
Do you need or just want to know when Windows was installed on your computer or device? Maybe you need this information for your work? Is it because you want to brag about how stable your operating system is after all these years of abuse? Or perhaps you just don’t...
File Explorer

How to create multiple folders at once

  • tutorial
  • Codrut Neagu
  • 09.04.2021
Are you wondering how to create multiple folders in Windows 10 or Windows 7? That can be very useful if you’re a teacher, for instance. Say that you have a dozen students in a class, and you need to make a folder for each of them on your Windows PC....
User accounts

How do I view all the users on a Windows computer? (5 ways)

  • tutorial
  • Codrut Neagu
  • 31.03.2021
Sometimes, you may need to extract a list of all the user accounts on a Windows computer. Or you may want to know the hidden user accounts that exist alongside your user account. To help you out, we compiled a list of five methods that you can use to see...
Windows 10 laptop

What model is my Windows 10 PC, laptop, or tablet? 8 ways to find out

  • tutorial
  • Codrut Neagu
  • 28.01.2021
Knowing the make and model of your laptop, computer, or tablet can be useful in a variety of situations. You might need it when searching for the right drivers for your device, when you want to upgrade some of its hardware components, when you contact technical support, or even when...
PowerShell

Reset PowerShell and CMD to their default settings

  • tutorial
  • Codrut Neagu
  • 05.03.2020
After you work for a while with the Command Prompt or PowerShell, you are likely to end up customizing the way they look. After all, by default, their looks and colors look quite dull for many. You might change the font, its size, the color of the background, and other...
File Types

How to count the files in a folder using PowerShell, CMD, or File Explorer

  • tutorial
  • Codrut Neagu
  • 03.03.2020
There are times when you need to know exactly how many files or folders are stored inside a certain folder. Whether for work or your own statistics, if you have a Windows device, there are quite a few ways to find this information. So, if you've ever wondered how to...
File Explorer

How to export the directory tree of a folder in Windows

  • tutorial
  • Codrut Neagu
  • 28.02.2020
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 into a hierarchical structure? We had this need when we were trying...
Terminal

How do I get the Windows Subsystem for Linux?

  • tutorial
  • Codrut Neagu
  • 23.10.2019
It's been a while since Microsoft declared its love for Linux, and, at first, it felt strange to see Windows 10 embrace the Tux penguin. However, the fact that Windows 10 can run native Linux applications directly, without having to resort to using virtual machines, is proof of Microsoft's new...
Command Prompt (CMD)

View system information and manage processes from CMD or PowerShell

  • tutorial
  • Codrut Neagu
  • 11.10.2019
The easiest way to view information about your computer is to use Windows graphical tools such as Task Manager or System Information. However, some people prefer to use the Command Prompt or PowerShell for, well, almost anything. If you're wondering how to get system info in CMD (Command Prompt), or...
files

How to compare two files by content, in Windows

  • tutorial
  • Codrut Neagu
  • 04.10.2019
There are times when you need to compare two files and check whether their content is different. In some situations, you could just open the two files and look through their contents, like when you want to compare two pictures or two text files. However, that's a rather tedious task...