Configuration - Adobe - Remove Adobe Application Manager Start Up Task - Windows
1 Votes |
Versioning - This is the latest version.
1 | Remove Adobe Application Manager Start Up from Native Registry | 12/6/2012 9:10:42 PM |
2 | Configuration - Adobe - Remove Adobe Application Manager Start Up Task - Windows | 8/29/2013 2:41:12 PM |
Description
Property Details
2585 | |
QA - Ready for Production Level Testing | |
Configuration - Adobe - Remove Adobe Application Manager Start Up Task - Windows | |
BESC | |
Internal | |
jgs194 | |
11/15/2011 12:00:00 AM | |
Adobe Application Manager Registry Remove | |
True | |
jgstew on 8/29/2013 2:41:12 PM | |
jgstew on 8/29/2013 2:41:12 PM | |
17183 Views / 29 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
Used in 2 fixlets | * Results in a true/false |

exists value "AdobeAAMUpdater-1.0" of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" of native registry
Windows Only (Relevance 2997197)

/* Windows Only */ windows of operating system

/* Windows XP or Higher */ version of operating system >= "5.1"
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
regdelete64 "[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]" "AdobeAAMUpdater-1.0"Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |
Comments
![]() |
|
The use of "native registry" within this fixlet will cause the relevance to check the x32 registry of a 32bit system and the x64 registry of a 64bit system. "regdelete64" is equivalent to "regdelete" but also turns off 64bit redirection, so "regdelete64" will delete a value from the x32 registry of a 32bit machine and will delete a value from the x64 registry of a 64bit machine. This has the advantage of only requiring 1 fixlet to solve the problem for both 32bit and 64bit machines. |