Renaming Mapped Network Drives in Windows

When you mount network drives in Windows (manually, via net use, or GPO), File Explorer shows the full UNC path to the mapped network folder as the drive name. In this example, the network shared folder \\DESKTOP-1FOH5A8\Share\Docs\Reports\2022 is mapped as drive Z:\. Displaying the network drive name as a UNC path is inconvenient for many users. In Windows, you can change the name of the mapped network drive through the registry.

Continue reading “Renaming Mapped Network Drives in Windows”

Installing KVM VirtIO Drivers in a Windows Virtual Machine

After installing Windows guest in a virtual machine on a KVM host, you must install the correct device drivers for virtual hardware  (KVM VirtIO drivers). Without these drivers, guest Windows won’t be able to recognize virtual network adapters and a number of other virtual hardware.

Continue reading “Installing KVM VirtIO Drivers in a Windows Virtual Machine”

How to Check if Your Linux Device Supports TPM 2.0?

Most modern computers and laptops released after 2016 already have a built-in TPM chip. TPM (Trusted Platform Module) is a special chip used as secure storage for encryption keys, passwords, and certificates. TPM can be used for various security apps such as key vault, secure boot, random number generation, etc. Let’s see how to check if a device has a TPM chip in Linux.

Continue reading “How to Check if Your Linux Device Supports TPM 2.0?”