The Local Group Policy Editor console (gpedit.msc) is used to configure Windows settings. Gpedit.msc is a built-in MMC snap-in available in all Windows editions (Pro/Enterprise/Education) except Home and Single Language.…
Windows 11
What Others Are Reading in Windows 11
- PowerShellWindows 11Windows Server 2022
Writing Output to Log Files in PowerShell Script
March 3, 2025Logging to simple text files is a convenient way to track all actions performed by a PowerShell script. Such a log file is useful for debugging script errors and reviewing…
- PowerShellWindows 10Windows 11Windows Server 2022
How to Backup (Export) Installed Drivers in Windows
February 19, 2026Built-in Windows tools allow you to backup (export) all third-party device drivers installed on your computer to a specified directory. This eliminates the need to manually search for and download…
- PowerShellWindows 10Windows 11Windows Server 2019
PowerShell: Get Folder Size on Windows
August 21, 2026You can use PowerShell to calculate the exact size of a specific folder in Windows (recursively, including all subfolders). This way you can quickly find out the size of the…
- PowerShellWindows 10Windows 11Windows Server 2022
Using Credential Manager on Windows: Ultimate Guide
August 4, 2026Windows Credential Manager allows you to securely store credentials (usernames and passwords) used to access network resources, websites, and apps. You can use the credentials stored in Credential Manager to…
- PowerShellWindows 10Windows 11Windows Server 2022
Kill a Windows Service That Is Stuck on Stopping
September 16, 2025Windows administrators may encounter an issue where, when attempting to stop or start a service in the services.mscmanagement snap-in, the service gets stuck in the “Stopping” or “Starting” state. In…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
How to Change Time Zone on Windows Server
March 11, 2024For your Windows device to display the correct time, the time zone set on the device must match the geographical location of your computer. This article explains how to set…
- PowerShellWindows 10Windows 11
How to Download Offline Installer (APPX/MSIX) for Microsoft Store App
February 20, 2026Universal Windows Platform (UWP) applications from the Microsoft Store typically require online installation. However, when you actually install a UWP application, the Microsoft Store client downloads and installs the application…
- PowerShellWindows 10Windows 11Windows Server 2022
Check Active TCP/IP Connections on Windows with PowerShell
June 5, 2026Many administrators usually use the netstat console tool or the graphical TCPView to display information about active TCP/IP connections and open TCP and UDP ports in Windows. In this article, we’ll…
- Active DirectoryGroup PoliciesWindows 10Windows 11Windows Server 2022
Updating Group Policy Administrative Templates (ADMX)
February 27, 2026Group Policy Administrative Templates contain settings that allow administrators to conveniently configure various Windows settings, components, and third-party software. In this article, we will look at how to install new…