[THIN] Re: SV: Adobe Reader Auto Update

  • From: "Shonk, Joe - Perot" <JShonk@xxxxxxx>
  • To: thin@xxxxxxxxxxxxx
  • Date: Tue, 26 Oct 2004 09:19:44 -0700

If you customize the plug-ins Acrobat Reader loads you can narrow this down
to two keys.  One for the EULA and one to disable the splash screen.  You
also get the benefit of reducing the memory used by Adobe (5 megs vs 25) and
the Reader loads MUCH faster.

 

You won't have to worry about the updater options as the plug-in never
loads.

 

The EULA is per machine, the splash screen is per user.

 

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

"EULA"=dword:00000001

 

[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\6.0\Originals]

"bDisplayAboutDialog"=dword:00000000

 

Joe

 

  _____  

From: John Hardwick [mailto:jhardwick@xxxxxxxx] 
Sent: Tuesday, October 26, 2004 8:41 AM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: SV: Adobe Reader Auto Update

 

From my startup script... for 6.x

 

C:\windows\system32\reg.exe add "HKLM\Software\Adobe\Acrobat
Reader\6.0\AdobeViewer" /v EULA /d 00000001 /t REG_DWORD /f

Rem Turn off Ads and Updater

C:\windows\system32\reg.exe add "HKLM\Software\Adobe\Acrobat
Reader\6.0\FeatureLockdown" /v bUpdater /d 00000000 /t REG_DWORD /f

C:\windows\system32\reg.exe add "HKLM\Software\Adobe\Acrobat
Reader\6.0\FeatureLockdown" /v bShowAdsAllow /d 00000000 /t REG_DWORD /f

 

From user login scripts...

 

c:\windows\system32\reg.exe add "HKCU\Software\Adobe\Acrobat
Reader\6.0\AdobeViewer" /v EULA /t REG_DWORD /d 00000001 /f

Rem Turn off Ads

c:\windows\system32\reg.exe add "HKCU\Software\Adobe\Acrobat
Reader\6.0\AdsInReader" /v bShowAds /t REG_DWORD /d 00000000 /f

Rem Turn off splash screen

C:\windows\system32\reg.exe add "HKCU\Software\Adobe\Acrobat
Reader\6.0\Originals" /v bDisplayAboutDialog /t REG_DWORD /d 00000000 /f

Rem Turn off auto updates

c:\windows\system32\reg.exe add "HKCU\Software\Adobe\Acrobat
Reader\6.0\Updater" /v bShowAutoUpdateConfDialog /t REG_DWORD /d 00000000 /f

C:\windows\system32\reg.exe add "HKCU\Software\Adobe\Acrobat
Reader\6.0\Updater" /v bShowNotifDialog /t REG_DWORD /d 00000000 /f

c:\windows\system32\reg.exe add "HKCU\Software\Adobe\Acrobat
Reader\6.0\Updater" /v iUpdateFrequency /t REG_DWORD /d 00000000 /f

 

Somewhere I read that Acrobat uses a combination of HKLM and HKCU keys... I
think it might have been AppDeploy.com

 

Hope these help.

 

John Hardwick

President

nXio, LLC.

913-754-8120 x125

www.nxio.net <http://www.nxio.net> 

  _____  

From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On Behalf
Of Svein Arild Haugum
Sent: Tuesday, October 26, 2004 8:51 AM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] SV: Adobe Reader Auto Update

 

I Use Acrobat Reader 5.05, but it might be the same values for later, i dont
know....

 

From my logonscript:

 

Turn off update:

"HKEY_CURRENT_USER\Software\Adobe\Acrobat
Reader\5.0\AdobeViewer","UpdateFrequency","00000003","REG_DWORD"

 

Turn off splash screen:

"HKEY_CURRENT_USER\Software\Adobe\Acrobat
Reader\5.0\AdobeViewer","DisplayAboutDialog","00000000","REG_DWORD"

 

Accept EULA:

"HKEY_CURRENT_USER\Software\Adobe\Acrobat
Reader\5.0\AdobeViewer","EULA","00000001","REG_DWORD"

 

 

 

Mvh 
Svein Arild 

 

 

  _____  

Fra: Petitti, Bruno [mailto:bpetitti@xxxxxx] 
Sendt: 26. oktober 2004 15:46
Til: 'thin@xxxxxxxxxxxxx'
Emne: [THIN] Adobe Reader Auto Update

I would like to turn off the Auto Update feature in Adobe so that it doesn't
check the internet each time the user launches Adobe Reader on our Citrix
servers and notify the user on a new version update.

 

I know you can do this via Adobe, Edit, Preferences but I was wondering if
anyone knew a registry entry I could use on each server to stop this from
being displayed.

 

Thanks in advance. 

 

Other related posts: