This following PowerShell command exports a folder tree from a specified directory to a CSV file. The command will: Scan the current directory and its subfolders for files and folders,…
This guide shows how to count the number of files in a Windows folder using three different methods – PowerShell, Command Prompt (CMD), and File Explorer. Requirements Windows Operating System…
Finding out when Windows was installed on your computer can be useful for troubleshooting, auditing, or just out of curiosity. This guide shows how to check your Windows installation date…
Sticky Keys is a feature in Windows that helps people who have difficulty holding down multiple keys at once. By default, pressing the 'Shift' key five times in a row…
This guide shows how to manage environment variables in Windows, including how to edit, clear, and delete them. Requirements Windows 7 or newer Administrative rights for some actions What are…
Whether you're a web developer, a content creator, or simply someone who manages a lot of images, optimising your image files is crucial for faster load times and reduced storage.…
When managing an Ubuntu Server, you may need to delete files and directories – for instance, to free up disk space or remove outdated or erroneous data. Warning This task…
When dealing with compressed files on an Ubuntu Server, it's often necessary to unpack or extract these files to access the contents within. The following guide walks you through the…
When working with an Ubuntu Server, there may come a time where you need to compress files to save space or to transfer them more easily to another machine. Below…
Using ZIP'ed directories is often necessary when transferring files from one computer to another, or when restoring backups. This guide shows how to unzip directories using the terminal on your…