Skip to content

Author: admin


Categories:

Hyper-V: Merge snapshot vhdx

Post date:
Author:
Tags:

If you because of a restore suddenly get stuck with one “disk0.vhdx” and one “disk0-snapshot.vhdx” virtual disk, and you are not able to merge them using Hyper-V Manager? You can merge them with PowerShell Merge-VHD -Path *PathToSnapshotFile*\disk0-snapshot.vhd -DestinationPath *PathToDestinationFile*\disk0.vhd ex: Merge-VHD -Path c:\VM\VM01\Virtual Hard Disks\disk0-snapshot.vhd -DestinationPath c:\VM\VM01\Virtual Hard Disks\disk0.vhd

Categories:

Windows 8.1: Show your desktop background on the Start Screen

Post date:
Author:

Show your desktop background on the Start Screen New registry value under User Configuration\Preferences\Windows Settings\Registry -Hive: HKEY_CURRENT_USER -Key Path: Software\Microsoft\Windows\CurrentVersion\Explorer\Accent -Value name: MotionAccentId_v1.00 -Value type: REG_DWORD -Value data: 000000DB -Base: Hexadecimal Undo: 000000DD