<?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: Programmatically send signal to toggle hide/unhide taskbar on monitor?</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=019607e9-0ac9-763f-a5f6-a6f3dfe38cdf" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=019607e9-0ac9-763f-a5f6-a6f3dfe38cdf</link>
<description>DisplayFusion RSS: Programmatically send signal to toggle hide/unhide taskbar on monitor?</description>
<lastBuildDate>Wed, 08 Apr 2026 02:20:09 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=019607e9-0ac9-763f-a5f6-a6f3dfe38cdf</generator>
<item>
<title>RE: Programmatically send signal to toggle hide/unhide taskbar on monitor?</title>
<link>https://www.displayfusion.com/Discussions/View/programmatically-send-signal-to-toggle-hideunhide-taskbar-on-monitor/?ID=019607e9-0ac9-763f-a5f6-a6f3dfe38cdf#2</link>
<pubDate>Mon, 07 Apr 2025 15:54:34 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/programmatically-send-signal-to-toggle-hideunhide-taskbar-on-monitor/?ID=019607e9-0ac9-763f-a5f6-a6f3dfe38cdf#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[You can create a DisplayFusion script that runs this function to hide the taskbar:
Code
Copy
Select All
BFS.DisplayFusion.SetTaskbarAutohideEnabled();
and then use your VBS script to run the DisplayFusion command line tool to launch the script. We have a guide on using the command line tool ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You can create a DisplayFusion script that runs this function to hide the taskbar: <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="#code019d6ae3d3fb7672b19fe4ff4c40cc7a" 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('code019d6ae3d3fb7672b19fe4ff4c40cc7aJs'); 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="code019d6ae3d3fb7672b19fe4ff4c40cc7aJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.DisplayFusion.SetTaskbarAutohideEnabled();</pre><textarea id="code019d6ae3d3fb7672b19fe4ff4c40cc7a" name="code019d6ae3d3fb7672b19fe4ff4c40cc7a" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
and then use your VBS script to run the DisplayFusion command line tool to launch the script. We have a guide on using the command line tool here: <a href="https://www.displayfusion.com/HelpGuide/DisplayFusionCommandLineTool/" target="_blank" rel="nofollow"><b>https://www.displayfusion.com/HelpGuide/DisplayFusionCommandLineTool/</b></a><br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>Programmatically send signal to toggle hide/unhide taskbar on monitor?</title>
<link>https://www.displayfusion.com/Discussions/View/programmatically-send-signal-to-toggle-hideunhide-taskbar-on-monitor/?ID=019607e9-0ac9-763f-a5f6-a6f3dfe38cdf</link>
<pubDate>Sat, 05 Apr 2025 21:43:55 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/programmatically-send-signal-to-toggle-hideunhide-taskbar-on-monitor/?ID=019607e9-0ac9-763f-a5f6-a6f3dfe38cdf</guid>
<category>DisplayFusion</category>
<description><![CDATA[I've got a VBS script to display a video wall of feeds from security cameras and want to know if there's some way to send a signal from that script to DisplayFusion to hide the taskbar on the appropriate monitor? It uses four instances of ffplay and that doesn't seem to trigger taskbar hiding lik...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I've got a VBS script to display a video wall of feeds from security cameras and want to know if there's some way to send a signal from that script to DisplayFusion to hide the taskbar on the appropriate monitor? It uses four instances of ffplay and that doesn't seem to trigger taskbar hiding like playing one video in fullscreen mode does.
</div>
]]></content:encoded>
</item>
</channel>
</rss>