<?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: Variable screensaver timeouts</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=904c3d6a-5b0b-4af1-b98f-556a8188dae4" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=904c3d6a-5b0b-4af1-b98f-556a8188dae4</link>
<description>DisplayFusion RSS: Variable screensaver timeouts</description>
<lastBuildDate>Sun, 19 Apr 2026 12:24:03 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=904c3d6a-5b0b-4af1-b98f-556a8188dae4</generator>
<item>
<title>RE: Variable screensaver timeouts</title>
<link>https://www.displayfusion.com/Discussions/View/variable-screensaver-timeouts/?ID=904c3d6a-5b0b-4af1-b98f-556a8188dae4#3</link>
<pubDate>Wed, 16 Jan 2019 20:50:03 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/variable-screensaver-timeouts/?ID=904c3d6a-5b0b-4af1-b98f-556a8188dae4#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Very cool!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Very cool!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Variable screensaver timeouts</title>
<link>https://www.displayfusion.com/Discussions/View/variable-screensaver-timeouts/?ID=904c3d6a-5b0b-4af1-b98f-556a8188dae4#2</link>
<pubDate>Wed, 16 Jan 2019 19:37:09 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/variable-screensaver-timeouts/?ID=904c3d6a-5b0b-4af1-b98f-556a8188dae4#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[You could actually do this now with a combination of Scripted Functions in DisplayFusion, and Windows Scheduled Tasks.
On the Settings  Functions tab, you can add Scripted Functions with code like this:
Code
Copy
Select All
using System;
using System.Drawing;
public static class DisplayFus...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You could actually do this now with a combination of Scripted Functions in DisplayFusion, and Windows Scheduled Tasks.<br/>
<br/>
On the Settings > Functions tab, you can add Scripted Functions with code like this:<br/>
<br/>
<div id="" class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019da5b2ae017687a7b3f59b54e04c64" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019da5b2ae017687a7b3f59b54e04c64Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019da5b2ae017687a7b3f59b54e04c64Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;

public static class DisplayFusionFunction
{
    public static void Run(IntPtr windowHandle)
    {
        BFS.ScreenSaver.SetTimeoutMinutes(15);
    }
}</pre><textarea id="code019da5b2ae017687a7b3f59b54e04c64" name="code019da5b2ae017687a7b3f59b54e04c64" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
You can then call that Scripted Function from a Windows Scheduled Task by having the task run the following command:<br/>
<br/>
<div class="Inline"><pre>"C:\Program Files (x86)\DisplayFusion\DisplayFusionCommand.exe" -functionrun "Set Screen Saver Timeout to 15 Minutes"</pre></div><br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>Variable screensaver timeouts</title>
<link>https://www.displayfusion.com/Discussions/View/variable-screensaver-timeouts/?ID=904c3d6a-5b0b-4af1-b98f-556a8188dae4</link>
<pubDate>Wed, 16 Jan 2019 12:16:01 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/variable-screensaver-timeouts/?ID=904c3d6a-5b0b-4af1-b98f-556a8188dae4</guid>
<category>DisplayFusion</category>
<description><![CDATA[It would be nice to have different screensaver timeouts depending on the time of day and day of week. At a minimum, I'm thinking of long timeouts for work hours and shorter for non-work-hours (including weekends). I imagine others who do not work at home may want the opposite.
I also like the (n...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It would be nice to have different screensaver timeouts depending on the time of day and day of week. At a minimum, I'm thinking of long timeouts for work hours and shorter for non-work-hours (including weekends). I imagine others who do not work at home may want the opposite.<br/>
<br/>
I also like the (now very old) idea of screensaver timeouts per-screen (based on no mouse activity within the screen boundaries). I remember the thread from years ago, if you're still collecting votes, here's one more. <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>
</channel>
</rss>