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