Popular Posts

Recent Posts

Portable Gacutil – How to Execute It Correctly

I recently needed to investigate a DLL version incompatibility on a Windows Server. I needed the Gacutil utility to check which version of an assembly was installed in the Global Assembly Cache (GAC). The problem was that there were no development tools installed on the server. Instead of installing the complete development environment, I decided […] Read more»

.Net & C#

How to Merge Hyper-V Differencing Disks (.avhdx) Using PowerShell

Have you ever looked at your Hyper-V storage folder and realized a single virtual machine is consuming way more space than it should? I recently ran into this scenario with a Windows Server VM running SharePoint 2019. When inspecting the storage, I noticed that there were 3 separate virtual disks assigned to this single machine: Read more»

Windows

Compact the VHDX Disk of a Docker Container or WSL

The size of the file C:\Users\Realdevtipsuser\AppData\Local\Docker\wsl\data\ext4.vhdx was 51 GB. I couldn’t determine who was using that file or why. Since “Docker” was in the path, it made sense to check Docker settings. And I found the answer: Docker Desktop uses WSL2 storage. Read more»

Windows