Custom Launch Screen for Visual Studio

I have done this for Visual Studio 2012, 2013, and 2015.

Update: This does not work in Visual Studio 2017.

The steps below are for Visual Studio 2015, the latest and greatest at the time of this writing. Just change the “14.0” in the folders to the number that corresponds to your version.

The launch screen is really a png file saved with dat extension. So the TLDR version is: rename, edit, rename.

When you launch Visual Studio you get a splash screen for a few seconds. In older versions your name was imprinted on this image, but 2015 does not seem to do that.

Note: you will need administrator privileges to complete these steps. Many steps like copying and saving files into the folder will give you a prompt to grant administrator permissions.

vs-launch-01

Go to ** C:\ProgramData\Microsoft\VisualStudio\14.0\ **

This folder might be hidden. If so, then show hidden folders in your folder options or simply type this path into Windows Explorer.

vs-launch-02

Make a copy of vs000223.dat file for safe keeping.

vs-launch-03

Rename the file with a “png” extension.

vs-launch-04

Edit the PNG in any image editor.

vs-launch-05

Save the image as a PNG but you will probably not be able to save it directly into the C:\ProgramData\Microsoft\VisualStudio\14.0\ folder.

vs-launch-06

Save it somewhere else, like your Desktop then copy it into the C:\ProgramData\Microsoft\VisualStudio\14.0\ folder.

vs-launch-07

Rename it back with the “dat” extension.

vs-launch-08

Launch Visual Studio and see it in action!

vs-launch-09

Here is the source image. I yanked it from reddit.
gary, gary, gary

Enjoy!