提問者
How to update or check if Visual C++ Redistributable 10.x.x.x is installed

問題
-
Hi,We use tenable to check and patch our machine with Vulnerability.
We have lot of machine which are reporting that below product are isntalled and missing a patch.
- Product : Visual C++ 2010 SP1 Redistributable Package 32-bit
- Installed version : 10.0.40219.1
I would like tot patch these machine but i wont to check if this version is installed or not on a machine.
Is they powershell command I can use to check which version of C++ is installed so i can created a package in sccm to patch all of these 300 machines.
- 已編輯 lalaJee 2019年8月23日 上午 11:15
所有回覆
-
Hi .
You can use a PowerShell snippet like the one below
Get-WmiObject -Class Win32_Product -Filter "Name LIKE '%Visual C++ 2010%'"
Here's the output on my Windows 10 PCThis snippet can be easily changed to look for multiple versions of the Microsoft Visual C++ Redistributable packages and provide you with a report.
Bye.
Luigi Bruno
MCP, MOS, MTA, MCTS, MCSA, MCSE
- 已編輯 Luigi BrunoMVP 2019年8月26日 上午 08:35
- 已提議為解答 Ed Price - MSFTMicrosoft employee, Owner 2019年9月24日 下午 06:39
-
Open Add and Remove Programs and look for Microsoft Visual C++ Redistributable. The installed versions will be listed there. This screenshot is from Windows 10.
Also you could use registry method, similar case here:
How to detect if Visual C++ 2017 Redistributable is installed
Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
Regards
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已提議為解答 Teemo TangMicrosoft contingent staff, Moderator 2019年9月9日 上午 08:21
-
LalaJee, can you check out Luigi's answer and mark it if it helps? Thank you!
Teemo, also, please propose answers like the one from Luigi, and not just your own.
Thank you, Teemo and Luigi for your answers!
Ed Price, Azure Development Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it!