Microsoft Visual C++ 2008 Service Pack 1 Redistributable Packageの最終バージョンは以下のものになります。以下からダウンロードして適用してください。
Microsoft.VC++2008Redist-x64 ver.9.0.30729.6161 https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x64.exe
Microsoft.VC++2008Redist-x86 ver.9.0.30729.6161 https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x86.exe
wingetコマンドを利用するのであれば、
winget install Microsoft.VC++2008Redist-x64
winget install Microsoft.VC++2008Redist-x86
で、それぞれインストールできます。
本来は、それらを利用しているアプリケーションがインストールしているパッケージと同じバージョンで修復インストールしたほうがいいです。
Latest supported Visual C++ Redistributable downloads | Microsoft Docs