Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to remove 'Acces files anywhere' welcome screen?

Community Beginner ,
Nov 09, 2016 Nov 09, 2016

Hello,

I've created a silent installation of Adobe Reader DC using the Adobe Customization Wizard.

When I start up Adobe Reader it will give me the 'Access files anywhere' screen.

Capture.JPG

Can anyone inform me how to prevent this message from popping up?

Greetings,

Luuk

1.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Nov 09, 2016 Nov 09, 2016

Hi Gerryb29980864,

You may please refer to Pre-Deployment Planning — Enterprise Administration Guide

  • In the search type fte (First time experience) and follow the steps to disable the pop up during launch.

Let us know if that works.

Regards,

Akanchha

Translate
Adobe Employee ,
Nov 09, 2016 Nov 09, 2016

Hi Gerryb29980864,

You may please refer to Pre-Deployment Planning — Enterprise Administration Guide

  • In the search type fte (First time experience) and follow the steps to disable the pop up during launch.

Let us know if that works.

Regards,

Akanchha

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 10, 2016 Nov 10, 2016

Dear Akanchha,

Thank you very much, it works.

Instead of using the Customization wizard to add the keys, I used a .reg file at the end of my script.

For anyone interested, my full silent install:

Created a customized install of Adobe Reader DC using the Customization Wizard tool (Suppress EULA, no desktop shortcut, disable upsell, suppress reboot, run unattended).

msiexec /i "%~dp0AcroRead.msi" transforms="%~dp0AcroRead.mst" /quiet /norestart 

Update the installation with the latest Adobe Reader DC update.

msiexec /update "%~dp0AcroRdrDCUpd1502020042.msp" /qb

Add a regkey to suppress the welcome screen.

regedit /s "%~dp0NoWelcomeScrn.reg"

Thanks

Luuk G.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 10, 2016 Nov 10, 2016
LATEST

Glad to hear it worked for you.

and thanks for sharing the additional information (full silent install), this would be really helpful for the other users.

Thanks,

Akanchha

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines