<?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: Enhancement Request: Toggle Wallpapers ON/OFF</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=22507782-76c6-43fb-b465-44727ec81971" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=22507782-76c6-43fb-b465-44727ec81971</link>
<description>DisplayFusion RSS: Enhancement Request: Toggle Wallpapers ON/OFF</description>
<lastBuildDate>Fri, 15 May 2026 14:02:17 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=22507782-76c6-43fb-b465-44727ec81971</generator>
<item>
<title>RE: Enhancement Request: Toggle Wallpapers ON/OFF</title>
<link>https://www.displayfusion.com/Discussions/View/enhancement-request-toggle-wallpapers-onoff/?ID=22507782-76c6-43fb-b465-44727ec81971#5</link>
<pubDate>Sun, 06 Dec 2009 18:20:14 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/enhancement-request-toggle-wallpapers-onoff/?ID=22507782-76c6-43fb-b465-44727ec81971#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[@Saturn2K: That would work, unless you have DisplayFusion setup to automatically fix your wallpaper.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
@Saturn2K: That would work, unless you have DisplayFusion setup to automatically fix your wallpaper. <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 !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Enhancement Request: Toggle Wallpapers ON/OFF</title>
<link>https://www.displayfusion.com/Discussions/View/enhancement-request-toggle-wallpapers-onoff/?ID=22507782-76c6-43fb-b465-44727ec81971#4</link>
<pubDate>Fri, 04 Dec 2009 04:43:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/enhancement-request-toggle-wallpapers-onoff/?ID=22507782-76c6-43fb-b465-44727ec81971#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Can't you just use Window's personalize option to set the desktop to a single color?  Then, when you're done, open up DisplayFusion's wallpaper option and hit apply.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Can't you just use Window's personalize option to set the desktop to a single color?  Then, when you're done, open up DisplayFusion's wallpaper option and hit apply.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Enhancement Request: Toggle Wallpapers ON/OFF</title>
<link>https://www.displayfusion.com/Discussions/View/enhancement-request-toggle-wallpapers-onoff/?ID=22507782-76c6-43fb-b465-44727ec81971#3</link>
<pubDate>Fri, 04 Dec 2009 03:02:06 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/enhancement-request-toggle-wallpapers-onoff/?ID=22507782-76c6-43fb-b465-44727ec81971#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Jon,
This may seem somewhat obscure, but I often need to make presentations or to capture movies of my desktop.  In the past month, I've needed to do this 4 times.  When I do this, I need to temporarily remove the wallpapers on my monitor and revert to the plain color background.  When I...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Jon,<br/>
<br/>
This may seem somewhat obscure, but I often need to make presentations or to capture movies of my desktop.  In the past month, I've needed to do this 4 times.  When I do this, I need to temporarily remove the wallpapers on my monitor and revert to the plain color background.  When I'm done, I want to restore my wallpaper.   I usually have to exit DF, then go to display properties, and remove the wallpaper.  After finishing the work, I start DF and it automatically brings back my last wallpaper.  Can I get a hot key to do this?  Is there a setting I missed?</div></div><br/>
(from one of my other posts)<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 (or make it a solid color).  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/>
I use this all the time and it works great.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Enhancement Request: Toggle Wallpapers ON/OFF</title>
<link>https://www.displayfusion.com/Discussions/View/enhancement-request-toggle-wallpapers-onoff/?ID=22507782-76c6-43fb-b465-44727ec81971#2</link>
<pubDate>Thu, 03 Dec 2009 14:18:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/enhancement-request-toggle-wallpapers-onoff/?ID=22507782-76c6-43fb-b465-44727ec81971#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[There currently isn't an easy way to do this, but I'll consider how to do this for version 3.2. Thanks!.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
There currently isn't an easy way to do this, but I'll consider how to do this for version 3.2. Thanks!.
</div>
]]></content:encoded>
</item>
<item>
<title>Enhancement Request: Toggle Wallpapers ON/OFF</title>
<link>https://www.displayfusion.com/Discussions/View/enhancement-request-toggle-wallpapers-onoff/?ID=22507782-76c6-43fb-b465-44727ec81971</link>
<pubDate>Thu, 03 Dec 2009 06:06:15 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/enhancement-request-toggle-wallpapers-onoff/?ID=22507782-76c6-43fb-b465-44727ec81971</guid>
<category>DisplayFusion</category>
<description><![CDATA[Jon,
This may seem somewhat obscure, but I often need to make presentations or to capture movies of my desktop.  In the past month, I've needed to do this 4 times.  When I do this, I need to temporarily remove the wallpapers on my monitor and revert to the plain color background.  When I'm done,...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Jon,<br/>
<br/>
This may seem somewhat obscure, but I often need to make presentations or to capture movies of my desktop.  In the past month, I've needed to do this 4 times.  When I do this, I need to temporarily remove the wallpapers on my monitor and revert to the plain color background.  When I'm done, I want to restore my wallpaper.   I usually have to exit DF, then go to display properties, and remove the wallpaper.  After finishing the work, I start DF and it automatically brings back my last wallpaper.  Can I get a hot key to do this?  Is there a setting I missed?
</div>
]]></content:encoded>
</item>
</channel>
</rss>