toasterking
12/4/2017 - 4:02 PM

Hide uninstall options for application in Add/Remove Programs (Programs and Features) control panel applet

Hide uninstall options for application in Add/Remove Programs (Programs and Features) control panel applet

// Disable options in the Add/remove Programs (Programs and Features) control panel applet
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{{3200DF22-B74F-4A36-9C36-90B2EE2D213A}]" "NoRepair"=dword:00000001
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{{3200DF22-B74F-4A36-9C36-90B2EE2D213A}]" "NoRemove"=dword:00000001
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{{3200DF22-B74F-4A36-9C36-90B2EE2D213A}]" "NoModify"=dword:00000001