DCOM timeout on {740FE937-01F7-4482-AA62-C83F0AD3D6D0}, package Microsoft.WidgetsPlatformRuntime 1.6.14.0, VSS writer enumeration hang.
In the last two weeks, running Veeam Windows Agent CE on my laptop and office computer were hanging for hours showing “Preparing for backup”. I was also unable to cancel these jobs, requiring reboots.
The problem here is likely a post April 15 update of Microsoft.WidgetsPlatformRuntime 1.6.14.0.
Removing this package in an elevated Powershell with
Get-AppxPackage *WidgetsPlatformRuntime* | Remove-AppxPackage And possibly a reboot, repairs the issue and allows backups to proceed to “Creating VSS snapshot”.
You can test if you have this issue by verifying the following hangs without producing output:
vssadmin list writersIt is possible that any Windows 11 machine with this widget’s runtime version will have VSS hang issues in a variety of applications, including Veeam Agent for Windows Community Edition.
