You 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…
Windows 10
- 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…
- Windows 10Windows Server 2016Windows Server 2019
Enable and Configure Offline Files on Windows 10
June 7, 2022Offline Files feature in Windows 10 allows you to make certain shared network folders and files available offline even if your computer is not connected to the corporate network. In…
- PowerShellWindows 10Windows Server 2016
Checking Active TCP/IP Connections on Windows with PowerShell
March 17, 2024Many administrators usually use the netstat console tool or graphic TCPView to display information about active TCP/IP connections and open TCP ports in Windows. Instead of netstat, you can use…
- Windows 10Windows Server 2019
Using RDCMan (Remote Desktop Connection Manager) on Windows
May 10, 2023RDCMan (Remote Desktop Connection Manager) is a convenient RDP connection manager for Windows system administrators. It allows to manage multiple RDP sessions in a single window, create tree-like structures with…
- Active DirectoryGroup PoliciesWindows 10Windows Server 2019
How to Install and Update Group Policy Administrative Templates (ADMX)
March 13, 2024In this article, we will show how to update (install) new GPO administrative templates (admx) in the Active Directory domain when upgrading a Windows 10 or Windows Server 2016/2019 build…