<?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: Load Monitor profile in task scheduler</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=67bed255-3fa5-412a-98a7-474e0fdb8564" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=67bed255-3fa5-412a-98a7-474e0fdb8564</link>
<description>DisplayFusion RSS: Load Monitor profile in task scheduler</description>
<lastBuildDate>Mon, 25 May 2026 03:31:57 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=67bed255-3fa5-412a-98a7-474e0fdb8564</generator>
<item>
<title>RE: Load Monitor profile in task scheduler</title>
<link>https://www.displayfusion.com/Discussions/View/load-monitor-profile-in-task-scheduler/?ID=67bed255-3fa5-412a-98a7-474e0fdb8564#2</link>
<pubDate>Mon, 25 Nov 2019 18:59:53 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/load-monitor-profile-in-task-scheduler/?ID=67bed255-3fa5-412a-98a7-474e0fdb8564#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Can you try double quotes around the profile name, instead of single quotes? I know single quotes work in Powershell, but they likely don't work in a Scheduled Task config.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Can you try double quotes around the profile name, instead of single quotes? I know single quotes work in Powershell, but they likely don't work in a Scheduled Task config.
</div>
]]></content:encoded>
</item>
<item>
<title>Load Monitor profile in task scheduler</title>
<link>https://www.displayfusion.com/Discussions/View/load-monitor-profile-in-task-scheduler/?ID=67bed255-3fa5-412a-98a7-474e0fdb8564</link>
<pubDate>Mon, 25 Nov 2019 10:25:16 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/load-monitor-profile-in-task-scheduler/?ID=67bed255-3fa5-412a-98a7-474e0fdb8564</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi,
I'm having an issue with the task scheduler.
When I'm running the following command in an admin powershel, it does what I want :
"C:\Program Files (x86)\DisplayFusion\DisplayFusionCommand.exe" -monitorloadprofile '1280'
But I can't find a way to run it inside the task scheduler.
What I'v...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi,<br/>
I'm having an issue with the task scheduler.<br/>
When I'm running the following command in an admin powershel, it does what I want : <br/>
"C:\Program Files (x86)\DisplayFusion\DisplayFusionCommand.exe" -monitorloadprofile '1280'<br/>
<br/>
But I can't find a way to run it inside the task scheduler.<br/>
<br/>
What I've tried : <br/>
- Run it as a system task<br/>
- Run it as a user task<br/>
- Added Max authorizations<br/>
<br/>
But when the task is executed, it does nothing and doesn't stop. No errors, nothing.<br/>
<br/>
Here is the powershell script I've used to create the first task, but I edited the task a lot after.<br/>
<br/>
$Trigger= New-ScheduledTaskTrigger -AtLogon  # Specify the trigger settings<br/>
$User= "NT AUTHORITY\SYSTEM" # Specify the account to run the script<br/>
$Action= New-ScheduledTaskAction -Execute "C:\Program Files (x86)\DisplayFusion\DisplayFusionCommand.exe" -Argument "-monitorloadprofile '1280'" # Specify what program to run and with its parameters<br/>
Register-ScheduledTask -TaskName "MonitorGroupMembership" -Trigger $Trigger -User $User -Action $Action -RunLevel Highest # Specify the name of the task
</div>
]]></content:encoded>
</item>
</channel>
</rss>