vc_redist.x64.exe /layout "C:\VC2015Setup" Then deploy vc_runtimeMinimum_x64.msi via GPO or SCCM. Find the product code via PowerShell:
Starting with Visual C++ 2015 version 14.0, Microsoft made a commitment: any application built with version 14.0 (2015), 14.1 (2017), 14.2 (2019), or 14.3 (2022) can run on the —specifically, the latest update. microsoft visual c 2015 redistributable x64
winget install Microsoft.VCRedist.2015+.x64 The Microsoft Visual C 2015 Redistributable x64 might seem like a small, obscure component, but it is the silent backbone of thousands of Windows applications. From the latest open-world games to critical engineering software, this runtime ensures that your 64-bit programs can communicate properly with the Windows operating system. vc_redist
Get-WmiObject -Class Win32_Product | Where-Object $_.Name -like "*Visual C++ 2015*" | Select-Object IdentifyingNumber Then run: microsoft visual c 2015 redistributable x64