benway
343 discussion posts
Ok, you can do this with a batch file, cause it probably won't be in DisplayFusion. This works, though, cuz I use it too.
Copy this text into a text file and save it to a .bat file. It's safe to keep it's current settings, but put the full path to your wallpaper in it:
====
REG ADD "HKCU\Control Panel\Desktop" /V Wallpaper /T REG_SZ /F /D "FULL PATH TO YOUR WALLPAPER FILE"
:: Change the last number in the following line to a 0 if you want to center the bitmap on the desktop. Change the last number in the following line to a 2 if you want to stretch the bitmap vertically and horizontally to fit the desktop.
REG ADD "HKCU\Control Panel\Desktop" /V WallpaperStyle /T REG_SZ /F /D 2
:: Change the last number in the following line to a 0 to not tile the image; setting it to a 1 Tiles it.
REG ADD "HKCU\Control Panel\Desktop" /V TileWallpaper /T REG_SZ /F /D 0
:: The following line refreshes the desktop.
%SystemRoot%\System32\RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters
====
Now what you'll have to do here is find the .bmp file that DisplayFusion creates (the path is in DF's troubleshooting log), make a copy of it, open it up in an editor and past your pic where you want. Point this .bat file to THAT file (the full path mentioned above). Keep the .bat file on your desktop for easy access and just run it when you want a quick swap. Then when you want to switch again, have DisplayFusion just go on the the next wallpaper in it's list. You might have to position your pic a bit to get it just right, but you'll only have to do that once.
If DF gets the option to add your own macros in a button, this kind of thing will get a bit easier, but for now, it's a hack, but it works.