<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Suggestion: HotKey to force specific Wallpaper on specific Monitor</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=a23422f6-de44-460f-bb86-a2e49cec1b27" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=a23422f6-de44-460f-bb86-a2e49cec1b27</link>
<description>DisplayFusion RSS: Suggestion: HotKey to force specific Wallpaper on specific Monitor</description>
<lastBuildDate>Mon, 16 Mar 2026 21:50:23 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=a23422f6-de44-460f-bb86-a2e49cec1b27</generator>
<item>
<title>RE: Suggestion: HotKey to force specific Wallpaper on specific Monitor</title>
<link>https://www.displayfusion.com/Discussions/View/suggestion-hotkey-to-force-specific-wallpaper-on-specific-monitor/?ID=a23422f6-de44-460f-bb86-a2e49cec1b27#4</link>
<pubDate>Mon, 05 Oct 2009 04:26:00 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/suggestion-hotkey-to-force-specific-wallpaper-on-specific-monitor/?ID=a23422f6-de44-460f-bb86-a2e49cec1b27#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Wallpaper profile support is planned for a future version, but I'm not sure when yet. This is definitely an excellent work-around - thanks benway!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Wallpaper profile support is planned for a future version, but I'm not sure when yet. This is definitely an excellent work-around - thanks benway! <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Suggestion: HotKey to force specific Wallpaper on specific Monitor</title>
<link>https://www.displayfusion.com/Discussions/View/suggestion-hotkey-to-force-specific-wallpaper-on-specific-monitor/?ID=a23422f6-de44-460f-bb86-a2e49cec1b27#3</link>
<pubDate>Sun, 20 Sep 2009 16:11:43 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/suggestion-hotkey-to-force-specific-wallpaper-on-specific-monitor/?ID=a23422f6-de44-460f-bb86-a2e49cec1b27#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thanks  Hadn't though about doing it that way. Will implement that workaround for now. The user32.dll was also helpful, or I would have to write a little util to refresh it. Didn't know about that parameter.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /> Hadn't though about doing it that way. Will implement that workaround for now. The user32.dll was also helpful, or I would have to write a little util to refresh it. Didn't know about that parameter.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Suggestion: HotKey to force specific Wallpaper on specific Monitor</title>
<link>https://www.displayfusion.com/Discussions/View/suggestion-hotkey-to-force-specific-wallpaper-on-specific-monitor/?ID=a23422f6-de44-460f-bb86-a2e49cec1b27#2</link>
<pubDate>Sat, 19 Sep 2009 20:21:29 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/suggestion-hotkey-to-force-specific-wallpaper-on-specific-monitor/?ID=a23422f6-de44-460f-bb86-a2e49cec1b27#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[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\Con...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
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.<br/>
<br/>
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:<br/>
<br/>
====<br/>
REG ADD "HKCU\Control Panel\Desktop" /V Wallpaper /T REG_SZ /F /D "FULL PATH TO YOUR WALLPAPER FILE"<br/>
:: 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.<br/>
REG ADD "HKCU\Control Panel\Desktop" /V WallpaperStyle /T REG_SZ /F /D 2<br/>
:: Change the last number in the following line to a 0 to not tile the image; setting it to a 1 Tiles it.<br/>
REG ADD "HKCU\Control Panel\Desktop" /V TileWallpaper /T REG_SZ /F /D 0<br/>
:: The following line refreshes the desktop.<br/>
%SystemRoot%\System32\RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters<br/>
====<br/>
<br/>
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.<br/>
<br/>
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.
</div>
]]></content:encoded>
</item>
<item>
<title>Suggestion: HotKey to force specific Wallpaper on specific Monitor</title>
<link>https://www.displayfusion.com/Discussions/View/suggestion-hotkey-to-force-specific-wallpaper-on-specific-monitor/?ID=a23422f6-de44-460f-bb86-a2e49cec1b27</link>
<pubDate>Fri, 18 Sep 2009 19:34:29 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/suggestion-hotkey-to-force-specific-wallpaper-on-specific-monitor/?ID=a23422f6-de44-460f-bb86-a2e49cec1b27</guid>
<category>DisplayFusion</category>
<description><![CDATA[I have one feature I really would like implemented. I have 2 monitors on my PC. One main 24", one side monitor 20" in portrait. Often I make cheat sheet for some program or game I use (PDF or TXT document). Bring it up through Adobe Reader or Notepad on side monitor. Makes it more efficient to wo...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I have one feature I really would like implemented. I have 2 monitors on my PC. One main 24", one side monitor 20" in portrait. Often I make cheat sheet for some program or game I use (PDF or TXT document). Bring it up through Adobe Reader or Notepad on side monitor. Makes it more efficient to work. What I would like was to create this cheat sheet in JPG/PNG and force it as wallpaper on side monitor through a hotkey. But only temporary. I have a 'normal' wallpaper I have there the rest of the time.<br/>
<br/>
My though would be to create a type of hotkey action that you specified a specific monitor and one single picture. When this hotkey is pressed this picture is put up as wallpaper. When pressed again, normal action/wallpaper comes back. That way I could have several hotkeys mapped to different cheat sheets. I really think this could be a powerful usage of extra monitors. At least for me <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
As of now I cannot see any way to make this happen. I have seen the 'Next random wallpaper image' hotkey function. Does not seem to serve this purpose. If there already is a way to achieve this. Or a better one that could be implemented that matches existing logic of utility. Please educate me, always happy to learn new stuff <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile-wink.light.svg" alt=";)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle;width:16px;height:16px;" HelpButtonData=";)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
</channel>
</rss>