From 5b35cc6b703f743956398d1a7eb5880bb7bef3e8 Mon Sep 17 00:00:00 2001 From: David Yoder Date: Mon, 11 Apr 2022 11:51:22 -0400 Subject: [PATCH] added script --- Fix-MicrosoftVisualCppRuntime.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 Fix-MicrosoftVisualCppRuntime.ps1 diff --git a/Fix-MicrosoftVisualCppRuntime.ps1 b/Fix-MicrosoftVisualCppRuntime.ps1 new file mode 100644 index 0000000..ff3d6b6 --- /dev/null +++ b/Fix-MicrosoftVisualCppRuntime.ps1 @@ -0,0 +1 @@ +Get-CimInstance -ClassName CIM_Product -Filter "Name like 'Microsoft Visual C++%'" | Invoke-CimMethod -MethodName 'Reinstall' \ No newline at end of file