Mark wrote:
> VanguardLH wrote:
>
>> Mark wrote:
>>
>>> VanguardLH wrote:
>>>
>>>> John Doe wrote:
>>>>
>>>>> I mean the POS "ARM" or whatever it's called. I need to stop the
>>>>> damn thing from checking for updates.
>>>>
>>>> You'll still probably want to keep Adobe's Flash Player but get
>>>> their standalone installer instead of using their auto-update web
>>>> page which nails you with ADM (Adobe Download Manager).
>>>>
>>>> http://www.ghacks.net/2010/02/27/dow...nload-manager/
>>>
>>> I do this but it doesn't stop Adobe putting stuff in the RunOnce
>>> key.
>>
>> I don't use Adobe Reader (use PDF-Xchange instead). You sure the
>> Runonce entry isn't just the old trick of pre-loading the app
>> pre-fetch cache for a quicker load of the product sometime later?
>
> Yes. I have checked the registry and there it is. This is not for
> Adobe Reader BTW, but for Flash Player.
Using SysInternals' AutoRuns and regedit, I found no entry for Adobe
Flash. I have Adobe Flash Player (for IE8). Maybe there's no startup
entry for it because I configured it to NOT check for updates.
To configure the AX control (Flash Player), either use the Flash Player
applet in Control Panel or visit their config web page at:
http://www.macromedia.com/support/do...s_manager.html
Settings are saved in a .sol file. If you are using a cleanup utility
then it might be deleting the settings.sol. CCleaner for a long time
was deleting the settings.sol cookie file before I (and probably
others) told them what this was for and they excluded it in later
versions. After all, while you may want to get rid of .sol cookies for
web sites, you don't want to get rid of your config for Flash Player
(where you chose to disable updates and otherwise restrict the AX
control, like not allowing local storage).
As a test, I enabled auto-update checking in the Flash Player but still
nothing for it showed up as a startup item. In my experience, the Flash
Player checks for updates when it gets loaded which means you have to
visit a web page with Flash content. Nothing remains resident to look
for updates when you aren't rendering Flash content (i.e., if you're in
Word editing a doc and no web browsers are loaded, you won't suddenly
see a popup notifying you about a Flash update). Since the RunOnce key
is used to run a program to complete an installation, perhaps you
had/have an aborted, incomplete, or corrupt installation of the Flash
Player or malware pretending to be something else. After a reboot
completes (and an install completes that required a reboot), the RunOnce
key should get emptied. Windows will cache the command line (the data
item's value), delete the data item under the RunOnce key, and then run
the command, so once you reboot and login then Windows cleans out the
RunOnce key. After all, whatever is there is supposed to run only
once, not on every login.
Run and RunOnce Registry Keys
http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx
Because the commands listed under RunOnce are to complete an action
started in a prior Windows session, like completing an install or major
reconfiguration, the items are executed synchronously (in the order they
are listed) rather than asynchronously (all items started concurrently)
as for the Run key. See:
http://support.microsoft.com/kb/179365
While some programs rely on the PendingFileRename registry key to delete
files on a subsequent reboot (because they were inuse at the time of the
install or patch), some will use the RunOnce key to run their cleanup
utility after the next reboot. See:
http://delphi.about.com/cs/adptips19...ltip0799_3.htm
I do have Flash Player installed (latest version) but not Adobe Reader
or their ADM (Adobe Download Manager). My RunOnce keys are empty. They
should be because Windows deletes whatever is there when you next boot
Windows or after you login.