Windows 10: [Trick] How to use two wallpapers in different orientation

Discus and support [Trick] How to use two wallpapers in different orientation in Windows 10 Customization to solve the problem; Hello. I give trick how to use different wallpapers in different display orientation. And give some info for future. Do it at your own risk!... Discussion in 'Windows 10 Customization' started by acterhd, Aug 12, 2015.

  1. acterhd Win User

    [Trick] How to use two wallpapers in different orientation


    Hello. I give trick how to use different wallpapers in different display orientation. And give some info for future. Do it at your own risk!

    Experimental:
    Wallpaper trick (screen orientation) - Windows 10 Forums

    Prelude: Microsoft maked "Hero" wallpaper for multi resolution usage. For example in portrait one wallpaper ("img0_1200x1920.jpg"), in landscape second wallpaper ("img0.jpg"). This working for 1920x1200, 1920x1080 and 1280x800 resolutions. For replace in different resolution need replace different files. These wallpaper located in "Windows/Web/Wallpaper/Windows" and "Windows/Web/4K/Wallpaper/Windows". This wallpaper are hardcoded.

    I give trick how to replace and use multi resolution and per-orientation wallpaper.

    1. Give permission for these wallpaper. Need run at admin rights these script. Unlocks "1200x1920" and default resolution wallpapers.
    Code: TakeOwn.exe /F %SystemRoot%\Web\Wallpaper\Windows\img0.jpg icacls %SystemRoot%\Web\Wallpaper\Windows\img0.jpg /reset TakeOwn.exe /F %SystemRoot%\Web\4K\Wallpaper\Windows\img0_1200x1920.jpg icacls %SystemRoot%\Web\4K\Wallpaper\Windows\img0_1200x1920.jpg /reset[/quote] 2. Make reserve copy of system wallpapers. Rename: "img0.jpg" and "img0_1200x1920.jpg" to "img0.jpg.bak" and "img0_1200x1920.jpg.bak".

    3. Rename your new wallpapers to "img0.jpg" and "img0_1200x1920.jpg".
    4. Paste to system wallpapers folder (see batch script locations).
    5. Go to personalization and re-set default wallpaper. Also you may see own image in settings instead of "Hero".

    Try rotate screen of your tablet. You must see changes of wallpapers.
    For ASUS T100 need change "1366x768" and "768x1366" wallpapers. Both in 4K folder.

    Update! Final screenshots. From Lenovo Thinkpad 8.


    [Trick] How to use two wallpapers in different orientation [​IMG]



    [Trick] How to use two wallpapers in different orientation [​IMG]


    Give me your screenshots of results.

    Update 2! Full unlock code:
    Code: echo "allow change default wallpaper" TakeOwn.exe /F %SystemRoot%\Web\Wallpaper\Windows\img0.jpg icacls %SystemRoot%\Web\Wallpaper\Windows\img0.jpg /reset echo "allow 4K wallpapers" TakeOwn.exe /F %SystemRoot%\Web\4K\Wallpaper\Windows\img0_1200x1920.jpg TakeOwn.exe /F %SystemRoot%\Web\4K\Wallpaper\Windows\img0_1366x768.jpg TakeOwn.exe /F %SystemRoot%\Web\4K\Wallpaper\Windows\img0_768x1366.jpg TakeOwn.exe /F %SystemRoot%\Web\4K\Wallpaper\Windows\img0_3840x2160.jpg TakeOwn.exe /F %SystemRoot%\Web\4K\Wallpaper\Windows\img0_2160x3840.jpg TakeOwn.exe /F %SystemRoot%\Web\4K\Wallpaper\Windows\img0_2560x1600.jpg TakeOwn.exe /F %SystemRoot%\Web\4K\Wallpaper\Windows\img0_1600x2560.jpg TakeOwn.exe /F %SystemRoot%\Web\4K\Wallpaper\Windows\img0_1024x768.jpg TakeOwn.exe /F %SystemRoot%\Web\4K\Wallpaper\Windows\img0_768x1024.jpg icacls %SystemRoot%\Web\4K\Wallpaper\Windows\img0_1200x1920.jpg /reset icacls %SystemRoot%\Web\4K\Wallpaper\Windows\img0_1366x768.jpg /reset icacls %SystemRoot%\Web\4K\Wallpaper\Windows\img0_768x1366.jpg /reset icacls %SystemRoot%\Web\4K\Wallpaper\Windows\img0_3840x2160.jpg /reset icacls %SystemRoot%\Web\4K\Wallpaper\Windows\img0_2160x3840.jpg /reset icacls %SystemRoot%\Web\4K\Wallpaper\Windows\img0_2560x1600.jpg /reset icacls %SystemRoot%\Web\4K\Wallpaper\Windows\img0_1600x2560.jpg /reset icacls %SystemRoot%\Web\4K\Wallpaper\Windows\img0_1024x768.jpg /reset icacls %SystemRoot%\Web\4K\Wallpaper\Windows\img0_768x1024.jpg /reset pause[/quote]

    :)
     
    acterhd, Aug 12, 2015
    #1

  2. Dual Monitor Setup - Windows 10 randomly changes wallpaper order

    Hello all

    I have a dual monitor setup running Windows 10 where my primary screen i horizontal and my secondary screen is oriented vertically.

    I used the method of selecting two images (CTRL + left mouse click), right clicked the secondly selected image (vertical wallpaper) and chose "set as desktop background" in the context menu, to set my desktop backgrounds (wallpapers), which sets the wallpapers
    correctly... but after an arbitrary amount of time parses the wallpaper changes - either switching the wallpapers around or setting the wallpaper of the primary monitor as the wallpaper of both monitors.

    PS.: The cycling of wallpapers is turned off.
     
    Martin Bornhøft, Aug 12, 2015
    #2
  3. How do I use activesync to sync two different mobile devices on the same pc

    You can create two profiles for each device in Outlook. On starting Outlook, you will be able to choose which profile to load and connect the appropriate device.


    To create profiles in Outlook, go to Start - Contol Panel - Mail. Click Show profiles buttton and Add profiles.
     
    Linley Meslier, Aug 12, 2015
    #3
  4. acterhd Win User

    [Trick] How to use two wallpapers in different orientation

    Take 2 - hardcore method.

    Means need change cached image. Main feature - no need change system images.
    1. Go to to deeeeeeeeeeeeeeeeeeeeeep folder.
    Code: C:\Users\%Username%\AppData\Roaming\Microsoft\Windows\Themes\CachedFiles[/quote] 2. If you see CachedImage_1920_1080_POS5.jpg paste your new background as CachedImage_1080_1920_POS5.jpg i.e. swap resolution numbers.
    3. You can rotate screen and see another wallpaper.

    Warning! Changes resets after restart PC.
     
    acterhd, Aug 12, 2015
    #4
  5. acterhd Win User
    Bonus! Add to startup this script.
    Before using this script, apply one of two wallpaper through state tool, then replace cached images.
    I'm tried remove or replace transcoded but gets glitches. So I recommend apply wallpaper before and, next, use script.

    Code: echo "replace transcoded wallpaper (don't forbid)" :: del %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Themes\TranscodedWallpaper :: copy /Y CachedImage_1200_1920_POS5.jpg %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Themes\TranscodedWallpaper :: pause echo "restore FullHD 16:10 oriented image" copy /Y CachedImage_1200_1920_POS5.jpg %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Themes\CachedFiles\CachedImage_1200_1920_POS5.jpg copy /Y CachedImage_1920_1200_POS5.jpg %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Themes\CachedFiles\CachedImage_1920_1200_POS5.jpg :: pause :: echo "restore FullHD 16:9 oriented image" :: copy /Y CachedImage_1080_1920_POS5.jpg %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Themes\CachedFiles\CachedImage_1080_1920_POS5.jpg :: copy /Y CachedImage_1920_1080_POS5.jpg %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Themes\CachedFiles\CachedImage_1920_1080_POS5.jpg :: pause[/quote] And paste CachedImage_1920_1200_POS5.jpg and CachedImage_1200_1920_POS5.jpg with script. Script with wallpapers may be located in any directory. Main - add to startup!


    [Trick] How to use two wallpapers in different orientation [​IMG]


    Not tested, but may working in Windows 8.1.
     
    acterhd, Aug 12, 2015
    #5
  6. acterhd Win User
    I think first method are better. But need always refresh background after restart your PC. In Windows 10 have bug with Hero wallpaper. But first method have less glitches. I'm not found method for make multi resolution wallpaper for "Custom" folder, not "Windows/img0.jpg".

    These glitches:
    - In start menu (tablet mode) uses system or changed wallpaper i.e. pick up from register. With Hero wallpaper no this glitch.
    - Resets background to default (setted by CP)

    I'm recommend read: Windows 10 - CCMEXEC.COM System Center blog
    He speak about, how to replace default wallpapers.
     
    acterhd, Aug 13, 2015
    #6
  7. acterhd Win User
    acterhd, Aug 13, 2015
    #7
  8. [Trick] How to use two wallpapers in different orientation

    Maybe, it is not the newest thread, but i may have a solution which one could use.
    With this way of solving the problem, no hacks are needed.

    I wrote a small program, which allows you to define a path where your images are stored and the name of the images.
    The names must contain the resolution. So it knows, when to use which wallpaper.
    (If the images are in the same folder as the application, the path can be ignored).

    Simply, an image says more than 1000 words.


    [Trick] How to use two wallpapers in different orientation [​IMG]


    The Applications runs in the background and has a small symbol in your sys tray.
    You can create a link in your startup folder, so it automatically starts with Windows.

    The applications was tested with Windows 10 on a surface 2 and my personal notebook.
    Actually .NET Framework 4.5.2 has to be installed (at least).
    Download link: http://ul.to/lpnpgnqe or Share-Online - dl/Z0GSZE4OL6


    Edit: 22.03.2016
    Added New Version:
    - It is now possible, to set a fix name for the landscape or portrait image. These parameters are checked first.
    It is still possible, to define a variable file name.
    - The Lock Screen image is now also supported with the same parameters
    - The user can also set a custom image for the Login Screen. Caution: This could probably harm your system in case of an error, because it overwrites the file "Windows.UI.Logon.pri" of windows. If something happens, just replace the file in "C:\Windows\SystemResources\Windows.UI.Logon" with the automatically created backup in your application folder or "C:\Windows\SystemResources\Windows.UI.Logon\Windows.UI.Logon.pri.bak".
     
    deforation, Jan 18, 2016
    #8
  9. Hello Together.
    Just added a new Version.
     
    deforation, Apr 5, 2018
    #9
Thema:

[Trick] How to use two wallpapers in different orientation

Loading...
  1. [Trick] How to use two wallpapers in different orientation - Similar Threads - Trick wallpapers different

  2. How to set different wallpaper for different monitors?

    in Windows 10 Gaming
    How to set different wallpaper for different monitors?: I've looked through every setting on my computer and every forum on a couple sites, none of them have answered my question.I'm trying to set a different wall paper for each of my three monitors. But every time I go into the personalization settings and right click on a...
  3. How to set different wallpaper for different monitors?

    in Windows 10 Software and Apps
    How to set different wallpaper for different monitors?: I've looked through every setting on my computer and every forum on a couple sites, none of them have answered my question.I'm trying to set a different wall paper for each of my three monitors. But every time I go into the personalization settings and right click on a...
  4. Different theme wallpapers on two different monitors

    in Windows 10 Gaming
    Different theme wallpapers on two different monitors: When I select a theme on my computer, it makes the background the same picture on both of my two monitors.Before, it would show different backgrounds on the two monitors two different pictures, but now it just duplicates the image on the second screen, so it's the same...
  5. Different theme wallpapers on two different monitors

    in Windows 10 Software and Apps
    Different theme wallpapers on two different monitors: When I select a theme on my computer, it makes the background the same picture on both of my two monitors.Before, it would show different backgrounds on the two monitors two different pictures, but now it just duplicates the image on the second screen, so it's the same...
  6. How to set different wallpaper on different desktops on Windows 11

    in Windows 10 News
    How to set different wallpaper on different desktops on Windows 11: [IMG]Windows 11 has been announced with many new features, such as Snap Layout, redesigned widgets, new Startup sound, etc. If you often use the Desktop option, you would be glad to know that now you can set different wallpaper on different desktops on Windows 11. Meaning, if...
  7. Use for two different Graphics cards?

    in Windows 10 Graphic Cards
    Use for two different Graphics cards?: I've sent my 2080ti out for repair so in the mean time I bought an RX580 to get me by. If or When the 2080 comes back is there any reason to keep the 580 installed? I'm running 2 32" TV's and a 55"4K UHD as my main display. 1360x768 - 3840x2160 - 1360x768 Could I run the...
  8. how do i have different wallpapers on different monitors?

    in Windows 10 Ask Insider
    how do i have different wallpapers on different monitors?: everytime i set a wallpaper it sets it the same on all 3 monitors, how do i make it so all 3 can have seperate images? submitted by /u/SkapBoi [link] [comments] https://www.reddit.com/r/Windows10/comments/fbpy2u/how_do_i_have_different_wallpapers_on_different/
  9. How to use two different Bluetooth adapters on same computer

    in Windows 10 Drivers and Hardware
    How to use two different Bluetooth adapters on same computer: I have a PS3 controller that I want to use on my computer with Bluetooth and the software SCP Toolkit but to install the Bluetooth driver, it would have to change the frequency or something of my internal Bluetooth adapter and it wouldn't work with my other devices. So one...
  10. Trick Win10 into using existing profile at a different profile-path -- Is it possible?

    in Windows 10 Customization
    Trick Win10 into using existing profile at a different profile-path -- Is it possible?: Following some rather clumsy warranty work on my laptop, I want to transform 'C:\Users\acer' into 'C:\Users\mark' so that, at the end of the day, there's only one account & one profile. I can imagine this method: Copy 'C:\Users\acer' to (new) 'C:\Users\mark', Change the...

Users found this page by searching for:

  1. Wallpaper CachedImage

    ,
  2. 1903 feature update overrights img0