Configuration - Adobe - Remove Adobe Application Manager Start Up Task - Windows
Log In or Register to download the BES file, and more.

1 Votes

Versioning - This is the latest version.

1Remove Adobe Application Manager Start Up from Native Registry12/6/2012 9:10:42 PM
2Configuration - Adobe - Remove Adobe Application Manager Start Up Task - Windows8/29/2013 2:41:12 PM

Description

This action will remove the Adobe Application Manager start up from the Windows Registry, which will prevent it from starting on boot.

Property Details

ID2585
StatusQA - Ready for Production Level Testing
TitleConfiguration - Adobe - Remove Adobe Application Manager Start Up Task - Windows
DomainBESC
SourceInternal
Source IDjgs194
Source Release Date11/15/2011 12:00:00 AM
KeywordsAdobe Application Manager Registry Remove
Is TaskTrue
Added by on 8/29/2013 2:41:12 PM
Last Modified by on 8/29/2013 2:41:12 PM
Counters 17183 Views / 29 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 2 fixlets   * Results in a true/false
Show indented relevance
exists value "AdobeAAMUpdater-1.0" of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" of native registry
Windows Only (Relevance 2997197)
Used in 6452 fixlets and 32 analyses   * Results in a true/false
Show indented relevance
/* Windows Only */ windows of operating system
Used in 158 fixlets and 17 analyses   * Results in a true/false
Show indented relevance
/* 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:
Share this page on Yammer

Comments

Log In or Register to leave comments!
jgstew -
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.