<?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: Feature Request - Shutdown the Displays</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=78752ca9-5bf9-4775-954f-037fb68a82de" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=78752ca9-5bf9-4775-954f-037fb68a82de</link>
<description>DisplayFusion RSS: Feature Request - Shutdown the Displays</description>
<lastBuildDate>Sun, 24 May 2026 05:48:04 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=78752ca9-5bf9-4775-954f-037fb68a82de</generator>
<item>
<title>RE: Feature Request - Shutdown the Displays</title>
<link>https://www.displayfusion.com/Discussions/View/feature-request-shutdown-the-displays/?ID=78752ca9-5bf9-4775-954f-037fb68a82de#6</link>
<pubDate>Tue, 09 Sep 2008 18:35:20 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/feature-request-shutdown-the-displays/?ID=78752ca9-5bf9-4775-954f-037fb68a82de#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thanks for the update - it seems like a simple solution.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks for the update - it seems like a simple solution. <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: Feature Request - Shutdown the Displays</title>
<link>https://www.displayfusion.com/Discussions/View/feature-request-shutdown-the-displays/?ID=78752ca9-5bf9-4775-954f-037fb68a82de#5</link>
<pubDate>Thu, 21 Aug 2008 02:12:05 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/feature-request-shutdown-the-displays/?ID=78752ca9-5bf9-4775-954f-037fb68a82de#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Sorry.. I forgot about coming back here XD.
What I did was setup a simple batch file and a hotkey with nircmd.
First I downloaded nircmd from here -- http://www.nirsoft.net/utils/nircmd.html
and placed it in system32. Could be any directory in %PATH%.
Then I wrote a batch script:
Code
Copy...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sorry.. I forgot about coming back here XD.<br/>
<br/>
What I did was setup a simple batch file and a hotkey with nircmd.<br/>
<br/>
First I downloaded nircmd from here -- http://www.nirsoft.net/utils/nircmd.html<br/>
and placed it in system32. Could be any directory in %PATH%.<br/>
<br/>
Then I wrote a batch script:<br/>
<div 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="#code019e5886b82c7118b986438e2b9e6cad" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e5886b82c7118b986438e2b9e6cadJs'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;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="code019e5886b82c7118b986438e2b9e6cadJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">ping localhost -n 3 -w 1000
nircmd monitor off</pre><textarea id="code019e5886b82c7118b986438e2b9e6cad" name="code019e5886b82c7118b986438e2b9e6cad" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
I then linked the batch to one of my G15 keys.<br/>
<br/>
The ping command simply adds a 2 second delay, which allows you to stop touching the keyboard/mouse before the display kills itself. Otherwise it's too easy to accidently undo the nircmd command.<br/>
<br/>
Hope that helps <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-laugh-squint.light.svg" alt=":D" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":D" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Billy3<br/>
<br/>
EDIT:<br/>
If you're still interested in adding this:<br/>
http://www.nirsoft.net/cmp/nircmd.html<br/>
may be a good place to start.<br/>
<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 !important;width:16px;height:16px;" HelpButtonData=";)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Feature Request - Shutdown the Displays</title>
<link>https://www.displayfusion.com/Discussions/View/feature-request-shutdown-the-displays/?ID=78752ca9-5bf9-4775-954f-037fb68a82de#4</link>
<pubDate>Fri, 27 Jun 2008 03:57:42 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/feature-request-shutdown-the-displays/?ID=78752ca9-5bf9-4775-954f-037fb68a82de#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[It sounds like there are already a few good free options, and I think it is a bit out of the scope of DisplayFusion right now. I'd love to hear what you end up using though, for future reference.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It sounds like there are already a few good free options, and I think it is a bit out of the scope of DisplayFusion right now. I'd love to hear what you end up using though, for future reference.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Feature Request - Shutdown the Displays</title>
<link>https://www.displayfusion.com/Discussions/View/feature-request-shutdown-the-displays/?ID=78752ca9-5bf9-4775-954f-037fb68a82de#3</link>
<pubDate>Sat, 14 Jun 2008 07:44:56 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/feature-request-shutdown-the-displays/?ID=78752ca9-5bf9-4775-954f-037fb68a82de#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Wizmo is a very slim utility (~40k, no install) that does this and a number of other things.
Check it out at grc.com (http://www.grc.com/wizmo/wizmo.htm).]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Wizmo is a very slim utility (~40k, no install) that does this and a number of other things.<br/>
Check it out at grc.com (<a href="http://www.grc.com/wizmo/wizmo.htm" target="_blank" rel="nofollow"><b>http://www.grc.com/wizmo/wizmo.htm</b></a>).
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Feature Request - Shutdown the Displays</title>
<link>https://www.displayfusion.com/Discussions/View/feature-request-shutdown-the-displays/?ID=78752ca9-5bf9-4775-954f-037fb68a82de#2</link>
<pubDate>Mon, 02 Jun 2008 10:10:24 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/feature-request-shutdown-the-displays/?ID=78752ca9-5bf9-4775-954f-037fb68a82de#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[I find NirCmd quite useful for this: http://www.nirsoft.net/utils/nircmd.html.
Dave]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I find NirCmd quite useful for this: http://www.nirsoft.net/utils/nircmd.html.<br/>
<br/>
Dave
</div>
]]></content:encoded>
</item>
<item>
<title>Feature Request - Shutdown the Displays</title>
<link>https://www.displayfusion.com/Discussions/View/feature-request-shutdown-the-displays/?ID=78752ca9-5bf9-4775-954f-037fb68a82de</link>
<pubDate>Fri, 30 May 2008 14:27:20 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/feature-request-shutdown-the-displays/?ID=78752ca9-5bf9-4775-954f-037fb68a82de</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hello!
I have an idea for DisplayFusion:
I often would like to force windows to shutdown the displays, i.e., what happens if you are inactive and power management takes affect.
Screensaver control can do this ( http://www.ampsoft.net/utilities/ScreenSaverControl.php ), but it does much more th...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello!<br/>
<br/>
I have an idea for DisplayFusion:<br/>
I often would like to force windows to shutdown the displays, i.e., what happens if you are inactive and power management takes affect. <br/>
<br/>
Screensaver control can do this ( http://www.ampsoft.net/utilities/ScreenSaverControl.php ), but it does much more than I need, and is quite bloated.<br/>
<br/>
Just figured i'd throw that out there <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" /><br/>
<br/>
Billy3
</div>
]]></content:encoded>
</item>
</channel>
</rss>