Logging 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…
Windows 11
What Others Are Reading in Windows 11
- PowerShellWindows 10Windows 11Windows Server 2019
How to Backup (Export) Installed Drivers from Windows
April 17, 2024Built-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
April 2, 2024You 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 2019
Using Credential Manager on Windows: Ultimate Guide
March 15, 2024Windows 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 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
March 12, 2024Universal Windows Platform (UWP) applications from the Microsoft Store require you to install them online. However, when you actually install a UWP application, the Microsoft Store client downloads and installs…
- Active DirectoryGroup PoliciesWindows 10Windows 11Windows Server 2022
Updating Group Policy Administrative Templates (ADMX)
January 24, 2025Group 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…
- Group PoliciesWindows 10Windows 11Windows Server 2022
How to Disable the Open File Security Warnings on Windows
March 12, 2025When trying to run an EXE, MSI, BAT, CMD, or other executable file type from a local drive or shared network folder in Windows, you may see the Open file…
- LinuxWindows 10Windows 11Windows Server 2022
How to Check, Enable or Disable SMB Protocol Versions on Windows
July 3, 2025The Server Message Block (SMB) is a client-server network protocol used in Windows networks to provide remote access to shared files, printers, other network resources, and for interprocess communication. TCP…
Windows saves (caches) domain user credentials locally so users can log in without domain access if needed. This feature enables users to log on to their computers even when AD…