<?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: How to disable sound and a small pop-up window when I run my own script function?</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=c5a74bdb-d525-43a7-82e3-13a33bbf033e" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=c5a74bdb-d525-43a7-82e3-13a33bbf033e</link>
<description>DisplayFusion RSS: How to disable sound and a small pop-up window when I run my own script function?</description>
<lastBuildDate>Sun, 19 Apr 2026 13:48:36 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=c5a74bdb-d525-43a7-82e3-13a33bbf033e</generator>
<item>
<title>RE: How to disable sound and a small pop-up window when I run my own script function?</title>
<link>https://www.displayfusion.com/Discussions/View/how-to-disable-sound-and-a-small-pop-up-window-when-i-run-my-own-script-function/?ID=c5a74bdb-d525-43a7-82e3-13a33bbf033e#5</link>
<pubDate>Mon, 12 Aug 2019 22:23:51 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/how-to-disable-sound-and-a-small-pop-up-window-when-i-run-my-own-script-function/?ID=c5a74bdb-d525-43a7-82e3-13a33bbf033e#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Okay I see.
I tried your suggestion and I think I prefer the little notification sound with each press rather than cutting out the audio with the mute toggle.
Thanks]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Okay I see.<br/>
I tried your suggestion and I think I prefer the little notification sound with each press rather than cutting out the audio with the mute toggle.<br/>
Thanks
</div>
]]></content:encoded>
</item>
<item>
<title>RE: How to disable sound and a small pop-up window when I run my own script function?</title>
<link>https://www.displayfusion.com/Discussions/View/how-to-disable-sound-and-a-small-pop-up-window-when-i-run-my-own-script-function/?ID=c5a74bdb-d525-43a7-82e3-13a33bbf033e#4</link>
<pubDate>Mon, 12 Aug 2019 17:02:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/how-to-disable-sound-and-a-small-pop-up-window-when-i-run-my-own-script-function/?ID=c5a74bdb-d525-43a7-82e3-13a33bbf033e#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[There isn't, but you could mute the audio temporarily:
Code
Copy
Select All
BFS.Audio.ToggleMute();
// Run Function
BFS.Audio.ToggleMute();]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
There isn't, but you could mute the audio temporarily:<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="#code019da60014f4722cadedfab4f060cef8" 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('code019da60014f4722cadedfab4f060cef8Js'); 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="code019da60014f4722cadedfab4f060cef8Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.Audio.ToggleMute();
// Run Function
BFS.Audio.ToggleMute();</pre><textarea id="code019da60014f4722cadedfab4f060cef8" name="code019da60014f4722cadedfab4f060cef8" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: How to disable sound and a small pop-up window when I run my own script function?</title>
<link>https://www.displayfusion.com/Discussions/View/how-to-disable-sound-and-a-small-pop-up-window-when-i-run-my-own-script-function/?ID=c5a74bdb-d525-43a7-82e3-13a33bbf033e#3</link>
<pubDate>Sat, 10 Aug 2019 15:22:03 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/how-to-disable-sound-and-a-small-pop-up-window-when-i-run-my-own-script-function/?ID=c5a74bdb-d525-43a7-82e3-13a33bbf033e#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi,
Is it possible to disable the sound effect for a single function?
For example in my code:
{
// disable sound effect
// run script function
// re-enable sound effect
}]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi,<br/>
Is it possible to disable the sound effect for a single function?<br/>
<br/>
For example in my code:<br/>
{<br/>
    // disable sound effect<br/>
    // run script function<br/>
    // re-enable sound effect<br/>
}
</div>
]]></content:encoded>
</item>
<item>
<title>RE: How to disable sound and a small pop-up window when I run my own script function?</title>
<link>https://www.displayfusion.com/Discussions/View/how-to-disable-sound-and-a-small-pop-up-window-when-i-run-my-own-script-function/?ID=c5a74bdb-d525-43a7-82e3-13a33bbf033e#2</link>
<pubDate>Thu, 09 Feb 2017 20:00:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/how-to-disable-sound-and-a-small-pop-up-window-when-i-run-my-own-script-function/?ID=c5a74bdb-d525-43a7-82e3-13a33bbf033e#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[The sound effect you're hearing would be the Windows sound effect that plays when a tray notification is shown. You can disable the notifications in the Settings  Advanced Settings window with the "General: Disable Sound Effects" option.
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
The sound effect you're hearing would be the Windows sound effect that plays when a tray notification is shown. You can disable the notifications in the Settings > Advanced Settings window with the "General: Disable Sound Effects" option.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>How to disable sound and a small pop-up window when I run my own script function?</title>
<link>https://www.displayfusion.com/Discussions/View/how-to-disable-sound-and-a-small-pop-up-window-when-i-run-my-own-script-function/?ID=c5a74bdb-d525-43a7-82e3-13a33bbf033e</link>
<pubDate>Wed, 08 Feb 2017 23:56:21 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/how-to-disable-sound-and-a-small-pop-up-window-when-i-run-my-own-script-function/?ID=c5a74bdb-d525-43a7-82e3-13a33bbf033e</guid>
<category>DisplayFusion</category>
<description><![CDATA[I disabled Sound Effect at the Advanced setting -&gt; General menu. But still DisplayFusion makes sound whenever I run my own script function.  Also, I would like to disable a pop-up window which shows the script name I execute.
Thank you
Sincerely
-MZ]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I disabled Sound Effect at the Advanced setting -&gt; General menu. But still DisplayFusion makes sound whenever I run my own script function.  Also, I would like to disable a pop-up window which shows the script name I execute.  <br/>
Thank you<br/>
<br/>
Sincerely<br/>
-MZ
</div>
]]></content:encoded>
</item>
</channel>
</rss>