https://bugs.documentfoundation.org/show_bug.cgi?id=172116
--- Comment #8 from Wolfgang K <[email protected]> --- Made a progress in analyzing the issue: the file is written to the registry key "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations" with Target = DELETE directly after installation. Is this done by your installation? Is there any log file of the installer? I could probably work around it by removing the entry from the registry key before next reboot. But it would probably happen again after an update. For details about this registry key: https://qtechbabble.wordpress.com/2020/06/26/use-pendingfilerenameoperations-registry-key-to-automatically-delete-a-file-on-reboot/ For viewing the content of the registry key, use this SysInternals tool: https://learn.microsoft.com/en-gb/sysinternals/downloads/pendmoves -- You are receiving this mail because: You are the assignee for the bug.
