Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Is there any way to extract the Windows 8 Start Screen patterns, in order to use them as standalone wallpapers on other systems?

For example see this screenshot:

Windows 8 RTM Start Screen

I am interested in the dark blue background. I heard that this background is somehow adapted to your chosen color theme. So many different variations should exist.

Engadget has an article here briefly talking about these background patterns and the different color schemes. They call them "personalization tattoos".

Changing Windows 8 Start Screen Color Scheme and Pattern

Update:

I found the following page/guide:
http://www.askvg.com/how-to-customize-or-change-start-screen-green-background-start-button-tiny-start-menu-and-other-metro-ui-stuff-in-windows-8/

This looks a very good way to achieve my goal. Unfortunately the guide seems to be dated.

I tried to find shsxs.dll on the RTM of Windows 8 without much luck. It looks like Microsoft changed the way they handle the background image. The file is nowhere to be found...

I also looked into uxtheme.dll, but it doesn't contain any interesting images.

Any new ideas? Any other *.dll with might be of interest here?

share|improve this question
Do you mean the default wallpapers location ? – Lamb Sep 10 '12 at 14:17
3  
As in: 1) Take a picture of the win8 screen. 2) Use that picture as a background on win7 to fake a win8 install? – Hennes Sep 10 '12 at 14:18

3 Answers

up vote 4 down vote accepted

I finally found the solution!

All the required information can be found on this page:

http://code-bude.net/2012/08/31/anleitung-benutzerdefinierte-hintergrundbilder-in-windows-8/(German)

Basically the new file containing the images is imageres.dll. Opening it with ResourceHacker reveals all the wallpapers in the PNG section.

The backgrounds begin with Resource 10000. For each pattern(and some colors?) there are 5 images each.

  • 10000 - Small preview in settings
  • 10001 - Background for low resolution devices
  • 10002 - Background for mid resolution devices
  • 10003 - Background for high resolution devices
  • 10004 - Large preview in settings

For example exporting 10003 creates a 3000x800px PNG:

10003.png

share|improve this answer

For every single start screen background you can choose different colors and different sizes to fit your screen resolution, so I believe those images are generated and not stored individually on the disk.

A good way to get them is by print screen. Use Microsoft's zoom out feature to make the tiles occupy less space, make the print screen and remove unnecessary stuff using a photo editor.

Or, search them on Google. This is how I found this one.

share|improve this answer
1  
That is what I though too, but fortunately this is not the case. See my answer. – oreon Sep 17 '12 at 11:51
thank you for sharing your answer. – Marius Cotofana Sep 17 '12 at 13:11

Try the Windows 8 Start Screen Customizer by Vhanla.

Download link can be found here

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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