<?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: Hotkey to open Volume Mixer (sndvol)?</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=c12f36ae-6558-458b-97ea-ac411bf9b5fa" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=c12f36ae-6558-458b-97ea-ac411bf9b5fa</link>
<description>DisplayFusion RSS: Hotkey to open Volume Mixer (sndvol)?</description>
<lastBuildDate>Tue, 26 May 2026 03:14:39 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=c12f36ae-6558-458b-97ea-ac411bf9b5fa</generator>
<item>
<title>RE: Hotkey to open Volume Mixer (sndvol)?</title>
<link>https://www.displayfusion.com/Discussions/View/hotkey-to-open-volume-mixer-sndvol/?ID=c12f36ae-6558-458b-97ea-ac411bf9b5fa#5</link>
<pubDate>Fri, 23 Feb 2018 22:01:58 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hotkey-to-open-volume-mixer-sndvol/?ID=c12f36ae-6558-458b-97ea-ac411bf9b5fa#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[You can try so Code
Copy
Select All
BFS.Window.SetLocation(wHnd, workArea.Width - (windRect.Width + 5), workArea.Height - (windRect.Height + 35));
or leave your option.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You can try so <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="#code019e6246f91576eea4f20d9c0b925a4a" 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('code019e6246f91576eea4f20d9c0b925a4aJs'); 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="code019e6246f91576eea4f20d9c0b925a4aJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.Window.SetLocation(wHnd, workArea.Width - (windRect.Width + 5), workArea.Height - (windRect.Height + 35));</pre><textarea id="code019e6246f91576eea4f20d9c0b925a4a" name="code019e6246f91576eea4f20d9c0b925a4a" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div> or leave your option.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Hotkey to open Volume Mixer (sndvol)?</title>
<link>https://www.displayfusion.com/Discussions/View/hotkey-to-open-volume-mixer-sndvol/?ID=c12f36ae-6558-458b-97ea-ac411bf9b5fa#4</link>
<pubDate>Fri, 23 Feb 2018 20:48:25 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hotkey-to-open-volume-mixer-sndvol/?ID=c12f36ae-6558-458b-97ea-ac411bf9b5fa#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[So I kinda just played around with it and got it opening where I want it with this.
Code
Copy
Select All
using System;
public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)
{
var sndVolID = BFS.Application.Start(@"C:\Windows\System32\SndVol.exe", "");
/...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
So I kinda just played around with it and got it opening where I want it with this.<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="#code019e6246f92b72c8b23161a8c3a6b6ff" 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('code019e6246f92b72c8b23161a8c3a6b6ffJs'); 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="code019e6246f92b72c8b23161a8c3a6b6ffJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;

public static class DisplayFusionFunction
{
    public static void Run(IntPtr windowHandle)
    {
        var sndVolID = BFS.Application.Start(@"C:\Windows\System32\SndVol.exe", "");
        
        // The following code is required only to move the window.
        // You can delete it if not required.
        var wHnd = BFS.Application.GetMainWindowByAppID(sndVolID);
        // Move the window to the upper right corner
        BFS.Window.SetLocation(wHnd, 1370, 700);
    }
}</pre><textarea id="code019e6246f92b72c8b23161a8c3a6b6ff" name="code019e6246f92b72c8b23161a8c3a6b6ff" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
So unless you see anything wrong with that, I'd consider this case closed and I'm very happy.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Hotkey to open Volume Mixer (sndvol)?</title>
<link>https://www.displayfusion.com/Discussions/View/hotkey-to-open-volume-mixer-sndvol/?ID=c12f36ae-6558-458b-97ea-ac411bf9b5fa#3</link>
<pubDate>Fri, 23 Feb 2018 18:26:29 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hotkey-to-open-volume-mixer-sndvol/?ID=c12f36ae-6558-458b-97ea-ac411bf9b5fa#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Awesome dude, that totally works!
Is there a way to have it open bottom right, instead of top, with maybe a 1 pixel spacing around the edges?
I tried changing the "Top" part you had to "Bottom" but it opens off-screen, only the titlebar is shown and it's 99% hidden by my taskbar.
Also about sh...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Awesome dude, that totally works!<br/>
<br/>
Is there a way to have it open bottom right, instead of top, with maybe a 1 pixel spacing around the edges?<br/>
<br/>
I tried changing the "Top" part you had to "Bottom" but it opens off-screen, only the titlebar is shown and it's 99% hidden by my taskbar.<br/>
<br/>
Also about shortcuts, I don't like them, I try to keep things clean, and with this hotkey, it works great for fullscreen games where I can't use my mouse exactly well.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Hotkey to open Volume Mixer (sndvol)?</title>
<link>https://www.displayfusion.com/Discussions/View/hotkey-to-open-volume-mixer-sndvol/?ID=c12f36ae-6558-458b-97ea-ac411bf9b5fa#2</link>
<pubDate>Fri, 23 Feb 2018 13:50:19 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hotkey-to-open-volume-mixer-sndvol/?ID=c12f36ae-6558-458b-97ea-ac411bf9b5fa#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[You can certainly make a script, something like that.
Code
Copy
Select All
using System;
public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)
{
var sndVolID = BFS.Application.Start(@"C:\Windows\SysWOW64\SndVol.exe", "");
// The following code is requir...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You can certainly make a script, something like that.<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="#code019e6246f937729b947ecbaad65829a3" 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('code019e6246f937729b947ecbaad65829a3Js'); 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="code019e6246f937729b947ecbaad65829a3Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;

public static class DisplayFusionFunction
{
    public static void Run(IntPtr windowHandle)
    {
        var sndVolID = BFS.Application.Start(@"C:\Windows\SysWOW64\SndVol.exe", "");
        
        // The following code is required only to move the window.
        // You can delete it if not required.
        var wHnd = BFS.Application.GetMainWindowByAppID(sndVolID);
        var windRect = BFS.Window.GetClientRect(wHnd);
        var workArea = BFS.Monitor.GetMonitorWorkAreaByWindow(wHnd);
        // Move the window to the upper right corner
        BFS.Window.SetLocation(wHnd, workArea.Right - windRect.Width, workArea.Top);
    }
}</pre><textarea id="code019e6246f937729b947ecbaad65829a3" name="code019e6246f937729b947ecbaad65829a3" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
But the easier it seems to me to make a shortcut app and hang the hotkey on it.
</div>
]]></content:encoded>
</item>
<item>
<title>Hotkey to open Volume Mixer (sndvol)?</title>
<link>https://www.displayfusion.com/Discussions/View/hotkey-to-open-volume-mixer-sndvol/?ID=c12f36ae-6558-458b-97ea-ac411bf9b5fa</link>
<pubDate>Thu, 22 Feb 2018 19:40:08 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hotkey-to-open-volume-mixer-sndvol/?ID=c12f36ae-6558-458b-97ea-ac411bf9b5fa</guid>
<category>DisplayFusion</category>
<description><![CDATA[Could anyone help me out and make a Hotkey to do this?
Windows 10, when you click the sound icon it brings up that useless sound volume slider, I'd much rather have quick access to the Volume Mixer, and this be done with DisplayFusion?
Like Ctrl+Alt+M opens the Volume Mixer panel?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Could anyone help me out and make a Hotkey to do this?<br/>
<br/>
Windows 10, when you click the sound icon it brings up that useless sound volume slider, I'd much rather have quick access to the Volume Mixer, and this be done with DisplayFusion?<br/>
<br/>
Like Ctrl+Alt+M opens the Volume Mixer panel?
</div>
]]></content:encoded>
</item>
</channel>
</rss>