How do I close the welcome screen in Adobe Acrobat X (also Acrobat Pro X). It's very annoying to see this every time you start the program and have no document open.

link|improve this question
1  
-1 Question does not show any research effort. – Daniel Beck Nov 16 '11 at 20:17
feedback

3 Answers

Very first Google hit:

Note: In Mac OS, you can turn off the Welcome Screen by setting a preference. Choose Acrobat/Reader > Preferences. In the Categories on the left, click General. In the Application Startup section, deselect Show Welcome Screen. There is no similar option in Windows.

link|improve this answer
2  
This distinction actually makes sense: Windows has no concept of a running application without windows — that's why there are hacks using "minimize to systray" and similar behavior. Something needs to be displayed beyond a splash screen, and this is their way to design it. On OS X, it's slightly different due to the global menu bar. – Daniel Beck Nov 16 '11 at 20:29
feedback

Do you mean the splash screen? You can disable it in Edit - Preferences - General enter image description here

link|improve this answer
feedback

You must have Reader version 10.1.1 to do this. 10.1 and earlier will not suffice.

Open the registry editor (RegEdit.exe), and navigate to

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\10.0\FeatureLockDown\cWelcomeScreen

I had to create that last key (cWelcomeScreen). Right-click the cWelcomeScreen key, and select New | DWORD value. The new value appears in the right pane. Name it bShowWelcomeScreen. Leave the value set to zero (0).

Source: http://kb2.adobe.com/cps/920/cpsid_92008.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.