Prevent Software Uninstall

  Here is a repost of an old script of mine. This helps prevent the uninstall of certain software through Control Panel User the /Software switch to specify the software name. /Remove:True will remove the block so you can uninstall it again.   const HKEY_CLASSES_ROOT = &H80000000 const HKEY_CURRENT_USER = &H80000001 const HKEY_LOCAL_MACHINE = &H80000002…