1 line
125 B
PowerShell
1 line
125 B
PowerShell
Get-CimInstance -ClassName CIM_Product -Filter "Name like 'Microsoft Visual C++%'" | Invoke-CimMethod -MethodName 'Reinstall' |