Hide Trend Micro OfficeScan Agent from Program&Features Menu
0 Votes |
Description
Hide 'Trend Micro OfficeScan Agent' from Program&Features Menu after installation
https://msdn.microsoft.com/en-us/library/aa367750(VS.85).aspx
Property Details
13985 | |
QA - Ready for Production Level Testing | |
Hide Trend Micro OfficeScan Agent from Program&Features Menu | |
4/20/2016 7:02:18 AM | |
Hide Trend Micro OfficeScan Agent from Program&Features Menu | |
True | |
Fixico on 4/20/2016 7:02:18 AM | |
Fixico on 4/20/2016 7:03:07 AM | |
2881 Views / 7 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
isWindows (Relevance 1172)

windows of operating system
Used in 1 fixlet | * Results in a true/false |

exist keys whose (exist value "DisplayName" whose (it as string = "Trend Micro OfficeScan Agent") of it and not exist value "SystemComponent" whose (it = 1) of it) of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of registry
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
delete __appendfileSuccess Criteria
appendfile {concatenation "%0d%0a" of ("reg add %22" & it as string & "%22 /v %22SystemComponent%22 /t REG_DWORD /d %221%22 /f") of pathnames of keys whose (exist value "DisplayName" whose (it as string = "Trend Micro OfficeScan Agent") of it and not exist value "SystemComponent" whose (it = 1) of it) of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of registry}
delete SystemComponent.bat
move __appendfile SystemComponent.bat
waithidden SystemComponent.bat
delete SystemComponent.bat
This action will be considered successful when the applicability relevance evaluates to false.
Action 2
Action Link Click
here to deploy this action.
Script Type
URL
https://msdn.microsoft.com/en-us/library/aa367750(VS.85).aspx
Sharing
Social Media: |
Comments
![]() |
|
this would be easier done using the `regset` and/or the `regset64` command instead of a BAT file. |