Update uninstall-MS-Visual-C++-2010.ps1

This commit is contained in:
Ivo Oskamp 2025-08-29 09:56:50 +02:00
parent 532f471e90
commit 4ee1a897f7

View File

@ -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