If you're using Windows 11 and find the Alt + Tab shortcut overwhelmed by Microsoft Edge tabs showing up as a separate windows, there's a simple way to remove these…
By default, Microsoft Edge prompts users to save passwords when logging into websites. The following instructions show how to make Microsoft Edge no longer prompt you to save passwords. Steps…
Windows 10 and 11 has several hidden commands to do advanced file searching. This guide shows how to use search commands and modifiers to refine your file searches. Search Commands…
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…
The following PowerShell script will display the properties information for any batteries available to the Windows system. The script makes use of the Windows Management Instrumentation (WMI) to fetch battery…