<?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: 3 Edge Browsers with 3 separate links on 3 separate monitors in full screen</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=551c6959-66de-42a4-9db2-88f293194ecb" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=551c6959-66de-42a4-9db2-88f293194ecb</link>
<description>DisplayFusion RSS: 3 Edge Browsers with 3 separate links on 3 separate monitors in full screen</description>
<lastBuildDate>Wed, 22 Apr 2026 18:34:28 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=551c6959-66de-42a4-9db2-88f293194ecb</generator>
<item>
<title>RE: 3 Edge Browsers with 3 separate links on 3 separate monitors in full screen</title>
<link>https://www.displayfusion.com/Discussions/View/3-edge-browsers-with-3-separate-links-on-3-separate-monitors-in-full-screen/?ID=551c6959-66de-42a4-9db2-88f293194ecb#3</link>
<pubDate>Wed, 10 May 2023 18:54:46 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/3-edge-browsers-with-3-separate-links-on-3-separate-monitors-in-full-screen/?ID=551c6959-66de-42a4-9db2-88f293194ecb#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[That worked, although i had to do this to get it to do both args, i could have added them down in your code as well i guess.
// Build the command-line arguments
string args = string.Join(" ", websites, 0, websites.Length);
args += " --new-window --start-fullscreen";
// Launch the browser
BFS...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
That worked, although i had to do this to get it to do both args, i could have added them down in your code as well i guess.<br/>
        // Build the command-line arguments<br/>
        string args = string.Join(" ", websites, 0, websites.Length);<br/>
        args += " <b>--new-window --start-fullscreen";</b><br/>
        <br/>
        // Launch the browser<br/>
        BFS.Application.Start("C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe", args);<br/>
        BFS.General.ThreadWait(2000);
</div>
]]></content:encoded>
</item>
<item>
<title>RE: 3 Edge Browsers with 3 separate links on 3 separate monitors in full screen</title>
<link>https://www.displayfusion.com/Discussions/View/3-edge-browsers-with-3-separate-links-on-3-separate-monitors-in-full-screen/?ID=551c6959-66de-42a4-9db2-88f293194ecb#2</link>
<pubDate>Wed, 10 May 2023 18:30:56 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/3-edge-browsers-with-3-separate-links-on-3-separate-monitors-in-full-screen/?ID=551c6959-66de-42a4-9db2-88f293194ecb#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[We have a script in our repository called "Open Multiple Chrome Windows with Multiple Tabs on Specific Monitors" that should do that for you. You can replace the lines that launch Chrome with Edge, and this argument to make it full screen:
Code
Copy
Select All
BFS.Application.Start("C:\\Progr...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
We have a script in our repository called "Open Multiple Chrome Windows with Multiple Tabs on Specific Monitors" that should do that for you. You can replace the lines that launch Chrome with Edge, and this argument to make it full screen: <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="#code019db678df4e7761bc62115ed107339b" 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('code019db678df4e7761bc62115ed107339bJs'); 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="code019db678df4e7761bc62115ed107339bJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.Application.Start("C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe", "--start-fullscreen");</pre><textarea id="code019db678df4e7761bc62115ed107339b" name="code019db678df4e7761bc62115ed107339b" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Please note, you need to disable Startup Boost in Edge for the fullscreen agrument to work.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>3 Edge Browsers with 3 separate links on 3 separate monitors in full screen</title>
<link>https://www.displayfusion.com/Discussions/View/3-edge-browsers-with-3-separate-links-on-3-separate-monitors-in-full-screen/?ID=551c6959-66de-42a4-9db2-88f293194ecb</link>
<pubDate>Tue, 09 May 2023 18:46:23 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/3-edge-browsers-with-3-separate-links-on-3-separate-monitors-in-full-screen/?ID=551c6959-66de-42a4-9db2-88f293194ecb</guid>
<category>DisplayFusion</category>
<description><![CDATA[I have tried this multiple ways, but wanted to see what was the best way.  I would like for when windows starts up, that 3 edge browsers open up to a certain link, go to thier proper screen and open in full screen mode.  I have tried with a combination of Windows Position Profiles, Triggers, Func...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I have tried this multiple ways, but wanted to see what was the best way.  I would like for when windows starts up, that 3 edge browsers open up to a certain link, go to thier proper screen and open in full screen mode.  I have tried with a combination of Windows Position Profiles, Triggers, Functions, but it doesn't seem to work everytime.  Was hoping I could just write one function that would open edge to link, move it to monitor and open in full screen mode.  Thoughts?<br/>
<br/>
The current method i use, is to having triggers to first call upon display fusion start, call<br/>
my Created function that launches edge with --new-window https://www.google.com<br/>
              _tried adding --start-fullscreen and it doesn't work, also tried --kiosk but it opens in private                   browsing(so that won't work)<br/>
Do this for each edge browser (3 total)<br/>
Then run my windows profile position, matching the title names(i think this is what breaks it)- this is also an          issue if the header of the webpage changes by a company later on<br/>
then call actions to move cursor to next monitor, click and send press f11 (this could also be an issue)
</div>
]]></content:encoded>
</item>
</channel>
</rss>