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
| 27383 | |
| Alpha - Code that was just developed | |
| Uninstall UltraVnc | |
| BESC | |
| Uninstall | |
| 0 | |
| danielheth"'` | |
| <Unspecified> | |
| <Unspecified> | |
| 12/4/2012 12:00:00 AM | |
| tt | |
| True | |
| s1n on 9/1/2025 7:07:38 AM | |
| s1n on 9/1/2025 7:07:38 AM | |
| 536 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 2 fixlets | * Results in a true/false |
exists key whose ((value "DisplayName" of it as string as lowercase contains "ultravnc") AND(value "UninstallString" of it as string as lowercase contains "unins000.exe")) of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of x64 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 registrySuccess 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 key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of (if x64 of operating system then x64 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.
Action 2
Action Link Click
here to review this task in the bigfix.me Content Database.
Script Type
URL
https://bigfix.me/cdb/fixlet/27381
Sharing
| Social Media: |

