Skip to content

Instantly share code, notes, and snippets.

View ANGE-lab-ai's full-sized avatar
:atom:
You were born to bring value to this world !

KOUAME ANGE-GHISLAIN ANGE-lab-ai

:atom:
You were born to bring value to this world !
View GitHub Profile
@ANGE-lab-ai
ANGE-lab-ai / vc_redistr.md
Created October 5, 2025 19:19 — forked from ChuckMichael/vc_redistr.md
Install all Visual C++ Redistributables using only one command!

Warning

App Installer must be installed on Win10/11.

CMD

Tip

You can save it and run as batch file (.bat).

winget install --id=Microsoft.VCRedist.2005.x86 -e  && winget install --id=Microsoft.VCRedist.2005.x64 -e  && winget install --id=Microsoft.VCRedist.2008.x86 -e  && winget install --id=Microsoft.VCRedist.2008.x64 -e  && winget install --id=Microsoft.VCRedist.2010.x86 -e  && winget install --id=Microsoft.VCRedist.2010.x64 -e  && winget install --id=Microsoft.VCRedist.2012.x86 -e  && winget install --id=Microsoft.VCRedist.2012.x64 -e  && winget install --id=Microsoft.VCRedist.2013.x86 -e  && winget install --id=Microsoft.VCRedist.2013.x64 -e  && winget install --id=Microsoft.VCRedist.2015+.x86 -e  && winget install --id=Microsoft.VCRedist.2015+.x64 -e 
@ChuckMichael
ChuckMichael / vcredistr.md
Last active January 2, 2026 11:33
Visual C++ Redistributable Packages