Jump to content

Acrobat Reader - disable check update


wamatt

Recommended Posts


Add these registry keys:

"HKLM\SOFTWARE\Adobe\Acrobat Reader\6.0\FeatureLockdown\bUpdater=0"
 "HKCU\Software\Adobe\Acrobat Reader\6.0\Updater\iUpdateFrequency=0"
 "HKCU\Software\Adobe\Acrobat Reader\6.0\Updater\bShowNotifDialog=0"
 "HKCU\Software\Adobe\Acrobat Reader\6.0\Updater\bShowAutoUpdateConfDialog=0"

I use them in a transform I created along with other options, grab it from this thread that you already read (seeing as how you posted a reply in it.):

http://www.msfn.org/board/index.php?showtopic=19245&st=10

Link to comment
Share on other sites

Actually wanted a reg file. I converted this.

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\6.0\FeatureLockdown]

"bUpdater"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\6.0\Updater]

"iUpdateFrequency"="0"

"bShowNotifDialog"="0"

"bShowAutoUpdateConfDialog"="0"

Which makes strings and not DWORDS, which should be correct right?

Edited by wamatt
Link to comment
Share on other sites

Here ya go. :)

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\6.0\Updater]
"bShowAutoUpdateConfDialog"=dword:00000000
"iUpdateFrequency"=dword:00000000
"bShowNotifDialog"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\6.0\FeatureLockdown]
"bUpdater"=dword:00000000

Or grab the .reg file:

Adobe6UpdatesOff.reg

Link to comment
Share on other sites

  • 4 years later...

Man i don't know why you guys are getting so much deep into registries when there is a simple solution available?

http://www.ceveni.com/2008/03/disable-auto...in-acrobat.html

couple of months i too was facing the same problem where updater was triggering without notice and hogging bandwidth and i found the simple solution in above site which worked for me...

Link to comment
Share on other sites

Maybe you didn't realize but this is a forum for "Unattended" application installs. Meaning people doesn't want their users to follow that instructions. They just want that nagging updater to be closed automatically right after the installation.

Link to comment
Share on other sites

Can this be turned off?

Which version ?

Somes regs tweaks above are for old v6.x, v7.x or v8.x version.

For v9.x, you can delete the update plugin: Program Files\Adobe\Reader 9.0\Reader\plug_ins\Updater.*

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...