Uninstall UltraVnc
| 0 Votes |
Description
This task performs a silent, non-interactive uninstallation of UltraVNC on targeted systems.
-
Targeting: It identifies devices by looking for a registry key under
...\CurrentVersion\Uninstallthat contains "ultravnc" and has anUninstallStringpointing tounins000.exe. -
Execution: It runs the uninstall command found in the registry and appends the
/VERYSILENTand/SUPPRESSMSGBOXESparameters to prevent any on-screen prompts or wizards from appearing to the end-user.
Property Details
| 27384 | |
| Production - Fully Tested and Ready for Production | |
| Uninstall UltraVnc | |
| BESC | |
| Uninstall | |
| 0 | |
| edurosa | |
| <Unspecified> | |
| <Unspecified> | |
| 9/5/2025 12:00:00 AM | |
| UltraVNC | |
| True | |
| edurosa on 9/5/2025 12:14:55 PM | |
| edurosa on 9/5/2025 12:14:55 PM | |
| 710 Views / 0 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
isWindows (Relevance 274)
name of operating system starts with "Win"
| Used in 1 fixlet | * Results in a true/false |
exists key whose ( (exists value "DisplayName" of it AND value "DisplayName" of it as string as lowercase contains "ultravnc") AND (exists value "UninstallString" of it AND value "UninstallString" of it as string as lowercase contains "unins000.exe") ) of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of (if x64 of operating system then (x64 registry; registry) else registry)
Actions
Action 1 (default)
Action Link Click
here to uninstall this software.
Script Type
BigFix Action Script
// Get the full uninstall command from the registry (x86 or x64)Success Criteria
parameter "uninstallCommand" = "{value "UninstallString" of key whose (name of it as lowercase contains "ultravnc" and value "UninstallString" of it as string as lowercase contains "unins000.exe") of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of (if x64 of operating system then (x64 registry; registry) else registry)}"
// Execute the uninstall command silently and wait for the process to complete
waithidden {parameter "uninstallCommand"} /VERYSILENT /SUPPRESSMSGBOXES
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |

