Current Windows versions collect information about the health of hard drives in your computer via SMART and may notify a user in case of any problems. Let’s see what a…
Windows 10
- PowerShellWindows 10Windows Server 2019
Run a Script (Program) When a Specific Program Opens/Closes in Windows
February 27, 2023In this article, we will show how to track an event of launching a certain program (process) in Windows and perform an action (run a script, command, program, send an…
- Windows 10Windows 11Windows Server 2019
Fix: Windows Won’t Boot (Start) After Installing Updates
November 8, 2021To ensure the stability and security of your Windows device, you should regularly install security updates (manually using MSU/CAB files or automatically via Windows Update). Microsoft releases new Windows updates…
- PowerShellWindows 10Windows Server 2019
Using Out-GridView to View and Select Table Data in PowerShell
March 21, 2022The Out-GridView cmdlet allows displaying data as an interactive graphical table that can be filtered or sorted based on different criteria. You can use the Out-Gridview cmdlet in scripts where…
- Group PoliciesWindows 10Windows 11Windows Server 2019
Prevent Users from Changing Proxy Settings in Windows
February 27, 2023In a previous article, we showed how to configure proxy settings in Windows via GPO. However, even non-admin users can manually change the proxy settings on their computers. In this…
- Group PoliciesPowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
How to Enable Remote Desktop Protocol (RDP) on Windows?
February 27, 2023The Remote Desktop Protocol (RDP) allows you to remotely connect to the desktop of a computer running Windows and work with it as if it is your local computer. By…
- Group PoliciesPowerShellWindows 10Windows 11
How to Disable Automatic Driver Updates on Windows 10/11?
February 27, 2023When you connect a new device to your computer, laptop, or tablet, Windows tries to automatically download and install a corresponding hardware driver. Later, the operating system will automatically update…
- Windows 10Windows 11Windows Server 2019Windows Server 2022
KMS Activation of Windows Server 2022 and 2019
June 7, 2022Due to the recent release of the new Windows Server 2022, it’s time to update the KMS activation infrastructure in your domain and add the support of new versions of…
- Windows 10Windows Server 2016Windows Server 2019
Black Screen While Using Windows Remote Desktop (RDP) Connection
October 19, 2021In this article, we will show what to do if you see a black screen instead of a desktop when you connect to a remote Windows host via RDP. This…
- Active DirectoryPowerShellWindows 10Windows Server 2019
Find the Current User Logged on a Remote Computer
October 18, 2021Quite often an administrator needs to quickly find out the username logged on a remote Windows computer. In this article, we’ll show some tools and PowerShell scripts that can help…