Category Archives: Windows

RabbitMQ and Windows – Enabling web interface

After installing RabbitMQ search for RabbitMQ Command Prompt and open it with admin privilege like as shown below.   The management plugin is included in the RabbitMQ distribution. Like any other plugin, it must be enabled before it can be used. That’s done using rabbitmq-plugins command: rabbitmq-plugins enable rabbitmq_management   Now verify via browser in URL http://localhost:15672/… Read More »

How to Convert a VMWare VMDK to Hyper-V VHD(X)

There are several ways and tools for this. Here is the path that worked for me. qemu-img for Windows QEMU disk image utility for Windows. It is used for converting, creating and consistency checking of various virtual disk formats. It’s compatible with Hyper-V, KVM, VMware, VirtualBox and Xen virtualization solutions.This build has been optimized for… Read More »

How To Fix Corrupt PowerShell In Windows 10

What to do if you find that your Windows 10 Powershell is filled with cryptic text? Actually the chance is that it is not corrupt but just needs font adjustments. Start Powershell 2. Open Window Properties As visible the font example is cryptic also in preview window 3. Select different font And we are back… Read More »