Sysprep: resolve the error: Windows could not finish System

Symptom After running a sysprep the following error is displayed during reboot. Resolution When the message appears, press Shift + F10 to open a DOS prompt. On the Hyper-V console, use the virtual keyboard of the host Enter the following commands to launch the Windows Setup Wizard: Complete the wizard by configuring Windows, when you …

Read more



Windows Server Deduplication: reclaim disk space after deleting files

Presentation On a Windows Server volume where deduplication is enabled, when deleting files, the recovered space is not necessarily available immediately. In this article we will see how to recover the space immediately. Recover disk space Open a PowerShell command prompt as an administrator and enter the following command: Adapt the letter of the Volume …

Read more



Hyper-V: Merge a virtual disk without snapshot

Symptom Solution: Merge virtual disks of differentiation Using the Hyper-V console, you will have to merge all the control points to the parent disk. Before performing this operation, it is strongly recommended to make a backup. Disk merging must be done virtual machine off. Repeat the process until the fusion of all differencing disks and …

Read more



Hyper-v: shut down a virtual machine that is not responding

stop vmwp.exe

Sometimes a virtual machine stops responding during a shutdown. Here’s how to stop the vm. Force stop by the process Each virtual machine running on a Hyper-V host has a process dedicated to it. Stopping this one stops the virtual machine. For starters, it is necessary to recover the GUID of the virtual machine, it …

Read more



MPIO: Enable Path Check

By default, this feature is not enabled, the paths are checked during a problem. Enable path verification Open a PowerShell command prompt and enter the following command to check the status of PathVerificationState: To enable path checking, enter the following command: Restart the server to take account of the configuration.



Storage Pool: Change a Physical Disk

In this article, we will see how to change a failed physical disk. When a disk is in error, an icon appears at the pool and virtual disks. Change the disk Open a command prompt and enter the command below to view the physical disks and identify the disk in error. Enter the command below …

Read more



Delete a service on Windows

Delete service

In this tutorial, we will see how to remove a Windows service by the registry. Sometimes some software does not remove their service during the uninstall, here’s how. Open the Service Console and make sure it is shut down. Open the regedit registry editor. Go to the following location : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services then look for the …

Read more


MariaDB : Access denied for user ‘root’@’localhost’

Just after installing MariaDB on Ubuntu / Debian, this error may appear if you try to connect with phpMyadmin. To solve / work around the problem, we will create another user with the same level of rights as root. 1. Open an SSH connection on the server. 2. Enter the following commands: 3. Restart the …

Read more



Windows Server: Change the TTL of DNS Records

TTL in DNS Record

Introduction TTL (Time To Live) is the time to keep the server’s DNS response in the client cache before a new request is made. By default the TTL is: 1 hour for static recordings. 20 minutes for dynamic recordings. In the case of a website migration, it may be necessary to lower the TTL for …

Read more