<?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: Script Help</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=322cb7fa-b30a-41a9-831e-28a163f19702" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=322cb7fa-b30a-41a9-831e-28a163f19702</link>
<description>DisplayFusion RSS: Script Help</description>
<lastBuildDate>Sun, 19 Apr 2026 15:05:41 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=322cb7fa-b30a-41a9-831e-28a163f19702</generator>
<item>
<title>RE: Script Help</title>
<link>https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#11</link>
<pubDate>Tue, 19 Nov 2019 12:45:20 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#11</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thank you! will be trying them out as soon as I get a chance.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thank you! will be trying them out as soon as I get a chance.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Script Help</title>
<link>https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#10</link>
<pubDate>Mon, 18 Nov 2019 19:23:19 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#10</guid>
<category>DisplayFusion</category>
<description><![CDATA[You sure can! These are pretty easy. Close a window:
Code
Copy
Select All
// Get the window
IntPtr window = BFS.Window.GetWindowByText("*Notepad*");
// Close the window
BFS.Window.Close(window);
Focus a minimized window:
Code
Copy
Select All
// Get the window
IntPtr window = BFS.Wind...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You sure can! These are pretty easy. Close a window:<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="#code019da646a60f71588138a9bf210d92d5" 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('code019da646a60f71588138a9bf210d92d5Js'); 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="code019da646a60f71588138a9bf210d92d5Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">// Get the window
IntPtr window = BFS.Window.GetWindowByText("*Notepad*");

// Close the window
BFS.Window.Close(window);</pre><textarea id="code019da646a60f71588138a9bf210d92d5" name="code019da646a60f71588138a9bf210d92d5" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Focus a minimized window:<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="#code019da646a612726589899cc5748979bc" 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('code019da646a612726589899cc5748979bcJs'); 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="code019da646a612726589899cc5748979bcJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">// Get the window
IntPtr window = BFS.Window.GetWindowByText("*Notepad*");

// Focus the window
BFS.Window.Focus(window);</pre><textarea id="code019da646a612726589899cc5748979bc" name="code019da646a612726589899cc5748979bc" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Script Help</title>
<link>https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#9</link>
<pubDate>Wed, 13 Nov 2019 19:15:06 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#9</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thank you very much! it works really well, I was just wondering two more things by chance, is it possible to close/terminate an already running program with scripts as well? also what about maximizing (i.e. bringing up an already open program that's currently minimized in the taskbar). If so, wha...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thank you very much! it works really well, I was just wondering two more things by chance, is it possible to close/terminate an already running program with scripts as well? also what about maximizing (i.e. bringing up an already open program that's currently minimized in the taskbar). If so, what would the scripts for these look like as I'd really like to implement some of them.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Script Help</title>
<link>https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#8</link>
<pubDate>Wed, 13 Nov 2019 17:12:11 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#8</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ok, here you go. Try importing this scripted function. I don't have either of those apps running here, so couldn't test it, but it should hopefully work on your machine]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, here you go. Try importing this scripted function. I don't have either of those apps running here, so couldn't test it, but it should hopefully work on your machine <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: Script Help</title>
<link>https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#7</link>
<pubDate>Tue, 12 Nov 2019 16:27:17 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[Yes I do, sorry for the late reply, here are the command lines for both programs:
Helios:
"C:\Program Files\Helios Display Management\HeliosDisplayManagement.exe" -a SwitchProfile -p "{bd033197-4549-4083-8b24-9452d7f5dfa3}"
CareUEyes:
"F:\Programs\Installations\Programs (Portable)\CareUEyes\C...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yes I do, sorry for the late reply, here are the command lines for both programs:<br/>
<br/>
Helios:<br/>
"C:\Program Files\Helios Display Management\HeliosDisplayManagement.exe" -a SwitchProfile -p "{bd033197-4549-4083-8b24-9452d7f5dfa3}"<br/>
<br/>
CareUEyes:<br/>
"F:\Programs\Installations\Programs (Portable)\CareUEyes\CareUEyesPortable.exe"<br/>
<br/>
Appreciate the help.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Script Help</title>
<link>https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#6</link>
<pubDate>Mon, 11 Nov 2019 18:19:39 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[If you've got a shortcut to it, right-click the shortcut and choose Properties, then copy what's in the "Target" box]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
If you've got a shortcut to it, right-click the shortcut and choose Properties, then copy what's in the "Target" box <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: Script Help</title>
<link>https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#5</link>
<pubDate>Fri, 08 Nov 2019 20:23:36 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[How would i go about finding those out by chance]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
How would i go about finding those out by chance
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Script Help</title>
<link>https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#4</link>
<pubDate>Fri, 08 Nov 2019 19:32:36 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ok great! That should be possible with a Scripted Function. Could you tell me the command line commands you use for both of those apps?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok great! That should be possible with a Scripted Function. Could you tell me the command line commands you use for both of those apps?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Script Help</title>
<link>https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#3</link>
<pubDate>Fri, 08 Nov 2019 19:06:59 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hello! Thank you for your response. Wanting it to launch two programs, basically using Helios Display Management (a shortcut to it, that automatically brings me to surround mode), as the first program, which roughly takes about a minute or two. The second program that I would then want to open br...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello! Thank you for your response. Wanting it to launch two programs, basically using Helios Display Management (a shortcut to it, that automatically brings me to surround mode), as the first program, which roughly takes about a minute or two. The second program that I would then want to open briefly and then minimize is a program called CareUEyes, a screen dimming program, because when I switch to surround mode it doesn't stay enabled unless I open it again.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Script Help</title>
<link>https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#2</link>
<pubDate>Fri, 08 Nov 2019 16:52:01 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[It should be possible! Are you wanting it to launch two programs? Or open two specific files?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It should be possible! Are you wanting it to launch two programs? Or open two specific files?
</div>
]]></content:encoded>
</item>
<item>
<title>Script Help</title>
<link>https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702</link>
<pubDate>Thu, 07 Nov 2019 17:39:29 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/script-help/?ID=322cb7fa-b30a-41a9-831e-28a163f19702</guid>
<category>DisplayFusion</category>
<description><![CDATA[I was just wondering if it was possible to create a script that would open one file specifically (either .lnk or .exe) and then to open a completely different file approx 2 minutes after and then to minimize the second file either immediately or a few seconds after, and would it then to be possib...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I was just wondering if it was possible to create a script that would open one file specifically (either .lnk or .exe) and then to open a completely different file approx 2 minutes after and then to minimize the second file either immediately or a few seconds after, and would it then to be possible to make this script into a windows shortcut that can then be activated by double clicking. If so, how might I go about doing this, appreciate all responses!
</div>
]]></content:encoded>
</item>
</channel>
</rss>