From 4ee1a897f78ae8f9f7a55047d3a0a2e00ade511e Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Fri, 29 Aug 2025 09:56:50 +0200 Subject: [PATCH] Update uninstall-MS-Visual-C++-2010.ps1 --- uninstall-MS-Visual-C++-2010.ps1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/uninstall-MS-Visual-C++-2010.ps1 b/uninstall-MS-Visual-C++-2010.ps1 index 0814260..9aeff20 100644 --- a/uninstall-MS-Visual-C++-2010.ps1 +++ b/uninstall-MS-Visual-C++-2010.ps1 @@ -8,6 +8,14 @@ # Uninstall (MSI) Microsoft Visual C++ 2010 x86 Redistributable - 10.0.40219 -> msiexec /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5} /quiet /norestart # Completed: all target items successfully removed (or not present). # +# Usage in Datto RMM: +# - Create a new Component → Script (PowerShell). +# - Paste this script in the code editor. +# - Run As: System +# - Architecture: 64-bit +# - Test on one device before wide rollout. +# - Deploy via Job or Policy at the Site level to target all devices. +# # Exit codes: # 0 = OK (nothing found or everything removed successfully) # 1 = Failures occurred