<?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: Open 2 separate Chrome windows and Outlook on different monitors</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=0195555c-d2b2-7765-bee7-8a13ff2d3aa1" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=0195555c-d2b2-7765-bee7-8a13ff2d3aa1</link>
<description>DisplayFusion RSS: Open 2 separate Chrome windows and Outlook on different monitors</description>
<lastBuildDate>Sun, 24 May 2026 07:58:21 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=0195555c-d2b2-7765-bee7-8a13ff2d3aa1</generator>
<item>
<title>RE: Open 2 separate Chrome windows and Outlook on different monitors</title>
<link>https://www.displayfusion.com/Discussions/View/open-2-separate-chrome-windows-and-outlook-on-different-monitors/?ID=0195555c-d2b2-7765-bee7-8a13ff2d3aa1#2</link>
<pubDate>Mon, 03 Mar 2025 14:45:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/open-2-separate-chrome-windows-and-outlook-on-different-monitors/?ID=0195555c-d2b2-7765-bee7-8a13ff2d3aa1#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[You can create a Custom Function that launches chrome, and add these paremeters:
Code
Copy
Select All
--profile-directory="Profile 1" "URL Here"
The profile ID you can adjust to whatever ID chrome has assigned to the profile you want to launch, and then you can specify the URL you want it to...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You can create a Custom Function that launches chrome, and add these paremeters:<br/>
<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="#code019e58fdff3477d5aa3e0cb3c19614bd" 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('code019e58fdff3477d5aa3e0cb3c19614bdJs'); 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="code019e58fdff3477d5aa3e0cb3c19614bdJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">--profile-directory="Profile 1" "URL Here"</pre><textarea id="code019e58fdff3477d5aa3e0cb3c19614bd" name="code019e58fdff3477d5aa3e0cb3c19614bd" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
The profile ID you can adjust to whatever ID chrome has assigned to the profile you want to launch, and then you can specify the URL you want it to load there. Same goes for Outlook, you can just launch it with no parameters. <br/>
<br/>
You can then create a trigger for each app to move to your specific location. For Chrome, you'll need to use the "Window Text" match condition to differentiate between the two chrome windows. <br/>
<br/>
Outlook is really difficult to deal with. If a trigger isn't working, we have a script in our repository you can download called "Open Outlook and move to monitor #1" that might be more reliable, but may still have issues. <br/>
<br/>
I've attached guides below that should help as well.<br/>
<br/>
thanks!<br/>
<br/>
<a href="https://www.displayfusion.com/HelpGuide/CustomFunctions/" target="_blank" rel="nofollow"><b>https://www.displayfusion.com/HelpGuide/CustomFunctions/</b></a><br/>
<br/>
<a href="https://www.displayfusion.com/HelpGuide/Triggers/" target="_blank" rel="nofollow"><b>https://www.displayfusion.com/HelpGuide/Triggers/</b></a>
</div>
]]></content:encoded>
</item>
<item>
<title>Open 2 separate Chrome windows and Outlook on different monitors</title>
<link>https://www.displayfusion.com/Discussions/View/open-2-separate-chrome-windows-and-outlook-on-different-monitors/?ID=0195555c-d2b2-7765-bee7-8a13ff2d3aa1</link>
<pubDate>Sun, 02 Mar 2025 05:38:22 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/open-2-separate-chrome-windows-and-outlook-on-different-monitors/?ID=0195555c-d2b2-7765-bee7-8a13ff2d3aa1</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi,
I'm new to this product, I was trying to achieve the following with Autohotkey but wasn't getting anywhere so found DisplayFusion.
I use three monitors at my work and open up the aforementioned apps in different monitors. I've been using a batch script to do the following but without being ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi,<br/>
<br/>
I'm new to this product, I was trying to achieve the following with Autohotkey but wasn't getting anywhere so found DisplayFusion.<br/>
<br/>
I use three monitors at my work and open up the aforementioned apps in different monitors. I've been using a batch script to do the following but without being able to specify which monitors the apps open up on.<br/>
<br/>
Here's what I want to achieve.<br/>
<br/>
Monitor 1: Open up my Chrome browser in a specific profile with two separate tabs opened to two different URLs (if too difficult, 1 tab will suffice). Also, open the Outlook application into calendar (this can be done using '/select outlook:calendar' switch).<br/>
Monitor 2: Open up another instance of Chrome in the same profile but at another different URL.<br/>
Monitor 3: Open up Outlook into the default window which is the main Inbox.<br/>
<br/>
From my early research, it sounds like this would need scripting? I have a basic understanding of configuring triggers, but not scripting. Generally speaking I'm reasonably good at tweaking current scripts that do something close to what I need.<br/>
<br/>
Thanks In advance.
</div>
]]></content:encoded>
</item>
</channel>
</rss>