dual monitors: want same theme on both

Page 2 of 2 FirstFirst 12

  1. Posts : 8
    Windows 10 professional
    Thread Starter
       #11

    I'm sorry, tutorials where? At this site? on my computer? I need a little more information.
    Best,
    Skye
      My Computer


  2. Posts : 8
    Windows 10 professional
    Thread Starter
       #12

    KACI said:
    Go to tutorials and pick Appearance and Personalization. It's there.
    Okay, I found the tutorials on this site, but haven't found the one that you are suggesting. Can you please post a link here to it?
    Skye
      My Computer


  3. Posts : 131
    Windows 10
       #13

    I can't find the original one either. Here's another one that may help.
    How to Change Settings and Layout for Multiple Displays in Windows 10
    Multiple Displays - Change Settings and Layout in Windows 10[1]=Appearance Personalize


    https://www.tenforums.com/tutorials/1...-a.html?filter[1]=Appearance Personalize
      My Computer


  4. Posts : 26
    Windows
       #14

    OP asks about having the same background on both monitors with the desktop slideshow. As of Windows 8 and newer (including Windows 10), that's not possible unless you use the Tile or Span fit options. If those don't suit your need, you would need to use a third party wallpaper management application.
      My Computer


  5. Posts : 2
    Windows 10
       #15

    clearskye said:
    Hi,
    When I upgraded to Windows 10, all of a sudden, my NASA Hidden Universe slideshow theme displays different photos on my dual monitors. I prefer having the same picture displayed on both, as it did on Windows 7. Can anyone help?

    I'm running Windows 10 Professional.
    Thanks,
    clearskye
    Hey you've probably already found the solution for this but I was having the same issue someone told me to put in Tiled mode and make sure shuffle was on. It worked for me. I hate posting to a thread this old but these old threads are the only thing that come up when you google it so wanted to post the answer for others having the same issue. :)
      My Computer


  6. Posts : 8
    Windows 10 professional
    Thread Starter
       #16

    Thank you! I had not found a solution, and I'm thrilled that you responded. I'll try that solution.
      My Computer


  7. Posts : 2
    Windows 10
       #17

    clearskye said:
    Thank you! I had not found a solution, and I'm thrilled that you responded. I'll try that solution.
    your welcome. let me know if it worked for you or not... It may be something that they've fixed since you originally posted this thread.
      My Computer


  8. Posts : 1
    debian, ubuntu, w10, osx, arch
       #18

    clearskye said:
    Hi,
    When I upgraded to Windows 10, all of a sudden, my NASA Hidden Universe slideshow theme displays different photos on my dual monitors. I prefer having the same picture displayed on both, as it did on Windows 7. Can anyone help?

    I'm running Windows 10 Professional.
    Thanks,
    clearskye
    Yup, I can.

    you could write a powershell script.
    Powershell
    # Path of my slideshow
    $wallpaperPath = "C:\Users\YOUR_USER\Pictures\bgr"
    # Select random File from path
    $wallpaperFile = Get-ChildItem -name -Path $wallpaperPath | Select-Object -index $(Random $((Get-ChildItem -Path $wallpaperPath).Count))
    Set-ItemProperty -path "HKCU:\Control Panel\Desktop" -name wallpaper -value $wallpaperPath\$wallpaperFile
    1..100 | % { rundll32.exe user32.dll, UpdatePerUserSystemParameters }

    save it as wp-slideshow.ps1

    and create a scheduled task with the properties:

    • powershell.exe (arguments: \Full\path\to\your\wp-slideshow.ps1)
    • when you're logged inevery X minutes
    • as your user
    • make sure you tested it first in powershell and remove necessary restrictions

    Regards, Kay
      My Computer


  9. Posts : 131
    Windows 10
       #19

    Try going to settings/ display and look a the multiple monitor section and select "Duplicate desktop on 1 and 2.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 09:39.
Find Us




Windows 10 Forums