In Windows, you can attach (mount) virtual hard disk files in the VHD and VHDX formats directly from the Disk Management console. Windows administrator can mount a VHD or VHDX…
Windows 11
In this article we’ll try to find a solution to a common problem of Wi-Fi connection in Windows 10 / 8.1, namely, the limited Internet connectivity and periodic disconnections from…
- Windows 10Windows 11Windows Server 2019
Booting Windows from GPT Disk on BIOS (non-UEFI) Computer
March 11, 2024This article describes configuring Windows to boot from a hard disk with a GPT partition table on a computer with classic (non-UEFI) BIOS firmware or in Legacy BIOS mode.
- Windows 10Windows 11Windows Server 2022
Creating an MSDaRT Recovery Drive for Windows 10/11
November 25, 2024Microsoft DaRT (Diagnostics and Recovery Toolset, formerly ERD Commander) is an official bootable WinPE-based recovery image from Microsoft that contains diagnostic and troubleshooting tools for Windows recovery. The DaRT rescue…
- PowerShellWindows 10Windows 11Windows Server 2019
How to Clear Event Viewer Logs on Windows
November 9, 2023On Windows, you can clear Event Viewer logs by using the eventvwr.msc GUI snap-in, from the command prompt, and by using PowerShell.
- Windows 10Windows 11Windows Server 2019
Scanning Windows Trusted Root CA for Suspicious Certificates
February 27, 2024Windows users need to be aware of suspicious third-party certificates installed on their computers. By using fake self-signed certificates that have been added to the root certificate authority store by…
- Group PoliciesWindows 10Windows 11Windows Server 2019
How to Configure and Deploy Screensaver on Windows with Group Policy
December 8, 2023You can enable and configure the same corporate screensaver on all computers in the Active Directory domain. In this post, we will show how to enable a slideshow screensaver with…
To identify drivers, programs, and services that cause Windows to bool slowly, you must enable startup logging. In this guide, we will have a look at how to create a…
- PowerShellWindows 11Windows Server 2019
How to Connect and Query MySQL or MariaDB with PowerShell
March 17, 2024You can connect to a MySQL/MariaDB database, select data from a table, and add, update, and delete table entries directly from a PowerShell script. In this post, we’ll look at…
- Windows 10Windows 11Windows Server 2016Windows Server 2019
How to Install and Configure TFTP Server and Client on Windows
March 15, 2024TFTP (Trivial File Transfer Protocol) is a simplified file transfer protocol that provides an easy way to download and upload files. Typically, TFTP is used for PXE booting (network boot,…