Don't use Adobe myself, but it looks like the path is
Edit> Preferences> General> Application Startup> Show Splash Screen
A Guy

For those Windows users begging to have a way to hide the Welcome Screen, now you can - but not via the Acrobat UI - instead you must create a new Registry key (cWelcomeScreen) and a new DWORD value (bShowWelcomeScreen = 0):
HKLM\SOFTWARE\Policies\Adobe\(product name)\(version)\FeatureLockDown\cWelcomeScreen\bShowWelcomeScreen = 0
We'd have preferred to do it with a checkbox or preference, but it seems there are limits to what can be extracted from an engineer even with the best-quality thumbscrews.Setting it to 1 wakes the Welcome Screen up again, but as this key is within the HKLM "administration" hive, normal Windows users may not have access to it. There is no matching user-context key under HKCU.
Hmmm, sorry, even found this:
View attachment 243019
You do have the latest version version 10.1.1?
Also found a registry change, but it is in the Policies section. If you attempt it, make a backup of your registry just in case
http://www.sevenforums.com/tutorials/4230-registry-backup-restore.html
SourceFor those Windows users begging to have a way to hide the Welcome Screen, now you can - but not via the Acrobat UI - instead you must create a new Registry key (cWelcomeScreen) and a new DWORD value (bShowWelcomeScreen = 0):
HKLM\SOFTWARE\Policies\Adobe\(product name)\(version)\FeatureLockDown\cWelcomeScreen\bShowWelcomeScreen = 0
We'd have preferred to do it with a checkbox or preference, but it seems there are limits to what can be extracted from an engineer even with the best-quality thumbscrews.Setting it to 1 wakes the Welcome Screen up again, but as this key is within the HKLM "administration" hive, normal Windows users may not have access to it. There is no matching user-context key under HKCU.
That is to turn it off, so you'd want
HKLM\SOFTWARE\Policies\Adobe\(product name)\(version)\FeatureLockDown\cWelcomeScreen\bShowWelcomeScreen = 1
A Guy
HKLM\SOFTWARE\Policies\Adobe\(product name)\(version)\FeatureLockDown\cWelcomeScreen\bShowWelcomeScreen = 1
A Guy
HKLM\SOFTWARE\Policies\Adobe\(product name)\(version)\FeatureLockDown\cWelcomeScreen\bShowWelcomeScreen = 1
A Guy
The welcome screen appears for me but I just done a quick check on this and it appears to work.
The key didn't exist on my system but it might on yours. Find instructions here if it doesn't but change the DWORD Value to 1.
That's true and just made me think if it is the welcome screen the main use of that is for opening recent files which you could say is solved on Windows 7 by the use of Jump Lists if you pin it to the Task Bar, Start Menu or frequently use it and it's on the list of frequently used programs, unless you like the messages from Adobe or it's on different OS.Ironically, most searches found people who wanted to disable it, lol. A Guy