Another workaround is to use this script
link_Nto1. It will create links to files from multiple folders inside a specified folder and will allow you to quickly switch between different sets of folders.
Usage example:
Open PowerShell and install the script:
Code:
PS> Install-Script -Name link_Nto1
Go inside your pictures directory.
Run the script:
Code:
PS> link_Nto1.ps1 desktop_slideshow Landscapes,Aerial,Underwater
The first argument is the configured Windows Desktop Slideshow directory (in this case "desktop_slideshow"), the second argument is a comma separated list of all directories that you want to include in your desktop slideshow ("Landscapes", "Aerial" and "Underwater").
If you...