Windows: List remaining “pending moves” from an update

Hi,

outstanding file movements can be shown with Sysinternals pendmoves.exe or via the registry key

PS D:\>  Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager" -Name PendingFileRenameOperations

Michael