GPO logon scripts allow you to run a BAT or PowerShell script at computer startup or user logon/logoff. In some cases, an administrator wants a particular script (command/program) to be…
Windows 10
What Others Are Reading in Windows 10
- PowerShellWindows 10Windows 11Windows Server 2016Windows Server 2019
How to Configure NIC Teaming on Windows Server 2019/2016 and Windows 10
June 8, 2023NIC Teaming (or Load Balancing/Failover – LBFO, or NIC bonding) allows joining multiple physical network adapters (NICs) into a single logical network card. In this article, we’ll show how to…
- Hyper-VPowerShellVirtualizationWindows 10Windows Server 2019
Managing Hyper-V Virtual Machines with PowerShell
June 8, 2023This article is about managing Hyper-V virtual machines from the PowerShell console. We’ll look at how to create virtual switches and virtual machines, change VM settings, and manage VMs. You…
- Active DirectoryGroup PoliciesWindows 10Windows Server 2019
Configuring Central Store for Group Policy ADMX Templates
March 12, 2024The Group Policy Central Store is located in the SYSVOL directory on the domain controllers, replicated between them, and used to store ADMX/ADML GPO template files used to manage Active…
- Windows 10Windows 11Windows Server 2025
How to Manually Download and Install Windows Updates
July 11, 2025Microsoft releases new security updates for its products at least once a month. In most cases, the Windows Update service does a great job of automatically getting and installing updates…
- PowerShellWindows 10Windows 11Windows Server 2022
Shared Folder Content Not Updating in Windows
October 25, 2025From time to time, users of the file server may report that the contents of network folders don’t refresh automatically and new files are not immediately visible in the folder…
- PowerShellWindows 10Windows 11Windows Server 2025
How to Reset Windows Update Settings to Default
July 29, 2025If the Windows Update service is not working properly, updates are not downloading or installing, restoring its original settings is the easiest and most effective solution. In this article, we’ll…
- Windows 10Windows 11
How to Disable or Remove the Microsoft Wi-Fi Direct Virtual Adapter in Windows
June 8, 2023The Microsoft Wi-Fi Direct Virtual Adapter is a Windows virtual device that is used to directly connect two devices using Wi-Fi Direct, bypassing Wi-Fi access points/routers. This specification is described…
- Windows 10Windows Server 2019
The Application Failed To Start Because Its Side-by-Side Configuration is Incorrect
March 11, 2024If you see the “The application has failed to start because its side-by-side configuration is incorrect” error when trying to start an app in Windows, this means that the program…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
Install and Manage Windows Updates with PowerShell (PSWindowsUpdate)
March 17, 2024You can use the PSWindowsUpdate PowerShell module to manage Windows Updates from the command line. PSWindowsUpdate module is available for download from the PowerShell Gallery and allows administrators to scan,…