We have a DSC automation patching script which uses winget module which runs in the background I found some logs for Azure storage explorer and VS code.
Azure storage explorer logs
2025-11-11 15:02:08.021 DeleteFile: The existing file appears to be in use (5). Retrying. 2025-11-11 15:02:09.032 DeleteFile: The existing file appears to be in use (5). Retrying. 2025-11-11 15:02:10.038 DeleteFile: The existing file appears to be in use (5). Retrying. 2025-11-11 15:02:11.051 DeleteFile: The existing file appears to be in use (5). Retrying. 2025-11-11 15:02:12.060 Defaulting to Abort for suppressed message box (Abort/Retry/Ignore): C:\Program Files\Microsoft Azure Storage Explorer\d3dcompiler_47.dll
An error occurred while trying to replace the existing file:
DeleteFile failed; code 5.
Access is denied.
2025-11-11 15:02:12.060 User canceled the installation process. 2025-11-11 15:02:12.060 Rolling back changes. 2025-11-11 15:02:12.060 Starting the uninstallation process. 2025-11-11 15:02:12.060 Deleting file: C:\Program Files\Microsoft Azure Storage Explorer\chrome_200_percent.pak 2025-11-11 15:02:12.060 Deleting file: C:\Program Files\Microsoft Azure Storage Explorer\chrome_100_percent.pak 2025-11-11 15:02:12.060 Deleting directory: C:\Program Files\Microsoft Azure Storage Explorer\resources\app\node_modules\win-verify-signature\node_modules 2025-11-11 15:02:12.060 Deleting directory: C:\Program Files\Microsoft Azure Storage Explorer\resources\app\node_modules\win-verify-signature\lib 2025-11-11 15:02:12.060 Deleting directory: C:\Program Files\Microsoft Azure Storage Explorer\resources\app\node_modules\win-verify-signature 2025-11-11 15:02:12.060 Uninstallation process succeeded. 2025-11-11 15:02:12.060 Deinitializing Setup. 2025-11-11 15:02:12.060 Log closed.
**VS code logs:
**2025-11-05 15:56:48.246 Dest filename: C:\Program Files\Microsoft VS Code\Code.exe 2025-11-05 15:56:48.246 Time stamp of our file: 2025-10-14 23:10:48.000 2025-11-05 15:56:48.246 Dest file exists. 2025-11-05 15:56:48.246 Time stamp of existing file: 2025-10-08 14:28:38.000 2025-11-05 15:56:48.246 Installing the file. 2025-11-05 15:56:54.873 DeleteFile: The existing file appears to be in use (5). Retrying. 2025-11-05 15:56:55.876 DeleteFile: The existing file appears to be in use (5). Retrying. 2025-11-05 15:56:56.888 DeleteFile: The existing file appears to be in use (5). Retrying. 2025-11-05 15:56:57.900 DeleteFile: The existing file appears to be in use (5). Retrying. 2025-11-05 15:56:58.941 Defaulting to Abort for suppressed message box (Abort/Retry/Ignore): C:\Program Files\Microsoft VS Code\Code.exe An error occurred while trying to replace the existing file: DeleteFile failed; code 5. Access is denied. 2025-11-05 15:56:58.941 User canceled the installation process. 2025-11-05 15:56:58.941 Rolling back changes. 2025-11-05 15:56:58.943 Starting the uninstallation process. 2025-11-05 15:56:58.945 Uninstallation process succeeded. 2025-11-05 15:56:58.945 Deinitializing Setup. 2025-11-05 15:56:58.951 Log closed.