Jump to content

Recommended Posts


Posted

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

Posted (edited)

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
Posted

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

  • 4 years later...
Posted

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.

Posted
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.*

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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