How can I set Virtual Desktop 1 in Windows 11 to use Windows Spotlight for daily updated wallpapers, Virtual Desktop 2 to use a fixed background image "B4P360_02.jpg," and Virtual Desktop 3 to use a fixed background image "B4P360_03.jpg"?
Currently, I have set the background to Windows Spotlight, but all virtual desktops display the same image.
I added the following code in AutoHotkey (AHK):
#Include %A_LineFile%\..\VD.ah2
VD.setWallpaperToDesktopNum("D:\B4P360\Pictures\desktop background\B4P360_02.jpg", 2)
VD.setWallpaperToDesktopNum("D:\B4P360\Pictures\desktop background\B4P360_03.jpg", 3)