Jump to content

Login / Desktop Backgrounds with differing screen resolutions


Recommended Posts

Posted
Currently rolling out 1803 across site from Windows 7. One of the luxuries of Windows 7 was the oobe backgrounds folder, this doesn't appear to work on any version of Windows 10. Has anyone managed to come up with something for a jpg image to fit differing screen resolutions? Same goes for desktop backgrounds too.
Posted

Yep. Done this here.

 

1. Have a bank of images with the correct resolutions.

2. Create a list of file copy group policy preferences one for each screen resolution. Each one copies the file to the same location. Use a WMI filter that looks at the screen resolution so only the correct one is copied.

3. Use group policy to point the wallpaper to the destination location above.

Posted
Ah simple. I couldn't be cheeky and ask for the WMI filter could I? What happens if you have a resolution without a file? Does it pick up a default one from maybe a default policy?
Posted

This is the WMI

 

Select CurrentHorizontalResolution, CurrentVerticalResolution from Win32_VideoController where CurrentVerticalResolution = 768 and CurrentHorizontalResolution = 1024

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...