You can use simple text log files to control running and track all of the activities in your PowerShell scripts. This is useful when debugging errors or auditing script actions.…
Windows 10
- 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 Server 2019
Automatically Add Static Routes After Connecting to VPN
September 20, 2022In the latest Windows 10 builds, you can automatically add static routes when establishing a VPN connection. When the VPN connection is terminated, the route is automatically removed from the…
- Windows 10Windows Server 2016Windows Server 2019
High Non-Paged Pool Memory Usage (Leak) in Windows
August 30, 2021Windows computers and servers may experience troubles with memory overflow caused by a leak of a certain system driver that stores its data in the system’s non-paged memory pool. Non-paged…
- 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 Server 2019
Kill a Windows Service That Stucks on Stopping or Starting
March 16, 2024How to manually kill a Windows service process that is stacked at “Stopping” or “Starting” state? Most Windows administrators have faced a problem when they try to start/stop/restart a service,…
- 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…
- Hyper-VPowerShellVirtualizationWindows 10Windows Server 2016
Hyper-V: Enabling Routing Between Internal Networks (Subnets)
August 2, 2021My task is to create multiple internal IP subnets and configure routing between them on my standalone Hyper-V stand. By default, Hyper-V doesn’t route traffic between networks on virtual switches.…
- 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…