<?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>Enable MSMQ Server on Windows 11 &#8211; Winsides.com</title>
	<atom:link href="https://winsides.com/tag/enable-msmq-server-on-windows-11/feed/" rel="self" type="application/rss+xml" />
	<link>https://winsides.com</link>
	<description>Windows Insides</description>
	<lastBuildDate>Tue, 29 Jul 2025 07:25:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://winsides.com/wp-content/uploads/2024/05/cropped-android-chrome-512x512-1-150x150.png</url>
	<title>Enable MSMQ Server on Windows 11 &#8211; Winsides.com</title>
	<link>https://winsides.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Enable MSMQ Server using CMD &#038; PowerShell</title>
		<link>https://winsides.com/enable-msmq-server-windows-11-cmd-powershell/</link>
					<comments>https://winsides.com/enable-msmq-server-windows-11-cmd-powershell/#respond</comments>
		
		<dc:creator><![CDATA[Vigneshwaran Vijayakumar]]></dc:creator>
		<pubDate>Tue, 29 Jul 2025 07:25:01 +0000</pubDate>
				<category><![CDATA[CMD & PowerShell]]></category>
		<category><![CDATA[Enable MSMQ Server on Windows 11]]></category>
		<category><![CDATA[How to Enable in Windows 11]]></category>
		<category><![CDATA[windows 11]]></category>
		<category><![CDATA[Windows Features]]></category>
		<guid isPermaLink="false">https://winsides.com/?p=6258</guid>

					<description><![CDATA[Enable MSMQ Server on Windows 11: Microsoft Message Queuing, also known as MSMQ, is an old messaging protocol that is built into Windows, which allows applications running on separate servers to communicate in a loosely-coupled, asynchronous manner. However, modern applications often utilize cloud-based messaging architectures such as Azure Service Bus, RabbitMQ, and more. Hence, Microsoft [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>Enable MSMQ Server on Windows 11</strong>: <strong>Microsoft Message Queuing</strong>, also known as MSMQ, is an old messaging protocol that is built into Windows, which allows applications running on separate servers to communicate in a <strong>loosely-coupled, asynchronous manner</strong>. However, modern applications often utilize <strong>cloud-based messaging architectures</strong> such as <a href="https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview" target="_blank" rel="noreferrer noopener">Azure Service Bus</a>, <a href="https://www.rabbitmq.com/" target="_blank" rel="noopener">RabbitMQ</a>, and more. Hence, Microsoft includes MSMQ Server as an optional feature on Windows 11.</p>



<p>There are different ways to enable the MSMQ server on Windows 11. In this article, we will check out all those methods in detail. Let&#8217;s get started. </p>



<h2 class="wp-block-heading">Various Ways to Enable MSMQ Server on Windows 11</h2>



<ol class="wp-block-list">
<li><a href="https://winsides.com/enable-microsoft-message-queue-msmq-server-windows-11/" data-type="post" data-id="348">Enable MSMQ Server using Windows Features &#8211; GUI Method</a></li>



<li>Easy way to enable MSMQ Server using Command Prompt &#8211; CLI Method</li>



<li>Quick way to enable Microsoft Messaging Queue Server using Windows PowerShell &#8211; CLI Method</li>
</ol>



<p>To enable this optional feature on Windows 11, Microsoft provides both a Graphical User Interface and a Command Line Interface, and users can choose their suitable method accordingly.</p>



<h2 class="wp-block-heading">MSMQ Server feature availability on various Windows Editions</h2>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong><em>Windows Editions</em></strong></td><td><strong><em>Availability</em></strong></td></tr><tr><td>Windows Servers</td><td>Yes</td></tr><tr><td>Windows 11 Home</td><td>Yes</td></tr><tr><td>Windows 11 Professional</td><td>Yes</td></tr><tr><td>Windows 11 Education</td><td>Yes</td></tr><tr><td>Windows 11 Enterprise</td><td>Yes</td></tr><tr><td>Windows 11 Pro Education</td><td>Yes</td></tr><tr><td><a href="https://learn.microsoft.com/en-us/education/windows/windows-11-se-overview" target="_blank" rel="noreferrer noopener nofollow">Windows 11 SE</a></td><td>No</td></tr><tr><td><a href="https://www.microsoft.com/en-us/evalcenter/evaluate-windows-11-iot-enterprise-ltsc" target="_blank" rel="noreferrer noopener nofollow">Windows 11 IoT Enterprise</a></td><td>No</td></tr></tbody></table></figure>



<h2 class="wp-block-heading">Disclaimer</h2>



<p>Enabling <strong>Microsoft Message Queuing (MSMQ) on Windows 11</strong> may introduce <strong>potential security vulnerabilities</strong>, especially if improperly configured or exposed to untrusted networks. While MSMQ is a legitimate and supported Windows feature, it has been the subject of past critical security advisories, including <strong>remote code execution</strong> risks. It is your responsibility to assess the necessity of MSMQ for your specific use case, ensure it is <strong>properly secured</strong>, and apply all relevant <strong>security patches</strong>.</p>



<h2 class="wp-block-heading">Easy Way to Enable MSMQ Server using Command Prompt on Windows 11</h2>



<p>In this method, we will use the DISM Tool in the Command Prompt to enable this optional feature on Windows 11. DISM requires elevated privileges, and hence, we need to run the Command Prompt with Administrative Privileges. The following are the steps.</p>



<ul class="wp-block-list">
<li>Open the <strong>Run Command</strong> using the keyboard shortcut <kbd>WinKey</kbd> + <kbd>R</kbd>.</li>



<li>Now, the Run will open. In the Run, type the following command, <strong>cmd</strong>, and press <kbd>CTRL</kbd> + <kbd>SHIFT</kbd> + <kbd>ENTER</kbd>. We have a detailed article explaining <a href="https://winsides.com/how-to-run-command-prompt-as-administrator-in-windows-11/" data-type="post" data-id="3668">different ways to run Command Prompt as Administrator</a>. If you are looking for other options, please refer to the article. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img fetchpriority="high" decoding="async" width="924" height="387" src="https://winsides.com/wp-content/uploads/2025/02/Type-cmd-and-press-ctrl-shift-enter.webp" alt="Type cmd and press ctrl + shift + enter" class="wp-image-5215" style="width:768px" title="Type cmd and press ctrl + shift + enter" srcset="https://winsides.com/wp-content/uploads/2025/02/Type-cmd-and-press-ctrl-shift-enter.webp 924w, https://winsides.com/wp-content/uploads/2025/02/Type-cmd-and-press-ctrl-shift-enter-300x126.webp 300w, https://winsides.com/wp-content/uploads/2025/02/Type-cmd-and-press-ctrl-shift-enter-768x322.webp 768w" sizes="(max-width: 924px) 100vw, 924px" /><figcaption class="wp-element-caption">Type cmd and press ctrl + shift + enter</figcaption></figure>



<ul class="wp-block-list">
<li>This will prompt the system to execute the command with Administrative privileges. The User Account Control will confirm and run <code>CMD</code> as Administrator.</li>



<li>We will use the <strong>Deployment Image Servicing and Management Tool</strong> to enable this optional feature on Windows 11. Kindly execute the following command in the command prompt. <code><strong>dism</strong> <strong>/Online /Enable-Feature /FeatureName:MSMQ-Server /All /NoRestart</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img decoding="async" width="1495" height="565" src="https://winsides.com/wp-content/uploads/2025/07/CMD-Command-to-Enable-MSMQ-Server-on-Windows-11.webp" alt="CMD Command to Enable MSMQ Server on Windows 11" class="wp-image-6269" style="width:768px" title="CMD Command to Enable MSMQ Server on Windows 11" srcset="https://winsides.com/wp-content/uploads/2025/07/CMD-Command-to-Enable-MSMQ-Server-on-Windows-11.webp 1495w, https://winsides.com/wp-content/uploads/2025/07/CMD-Command-to-Enable-MSMQ-Server-on-Windows-11-300x113.webp 300w, https://winsides.com/wp-content/uploads/2025/07/CMD-Command-to-Enable-MSMQ-Server-on-Windows-11-1024x387.webp 1024w, https://winsides.com/wp-content/uploads/2025/07/CMD-Command-to-Enable-MSMQ-Server-on-Windows-11-768x290.webp 768w" sizes="(max-width: 1495px) 100vw, 1495px" /><figcaption class="wp-element-caption">CMD Command to Enable MSMQ Server on Windows 11</figcaption></figure>



<ul class="wp-block-list">
<li>The DISM tool will now enable MSMQ Server on Windows 11. </li>



<li>Once you receive the message &#8220;<strong>The operation completed successfully</strong>&#8220;, then the Microsoft Messaging Queue is enabled on your Windows 11 rig. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img decoding="async" width="1441" height="744" src="https://winsides.com/wp-content/uploads/2025/07/MSMQ-Server-successfully-enabled-on-Windows-11.webp" alt="MSMQ Server successfully enabled on Windows 11" class="wp-image-6271" style="width:768px" title="MSMQ Server successfully enabled on Windows 11" srcset="https://winsides.com/wp-content/uploads/2025/07/MSMQ-Server-successfully-enabled-on-Windows-11.webp 1441w, https://winsides.com/wp-content/uploads/2025/07/MSMQ-Server-successfully-enabled-on-Windows-11-300x155.webp 300w, https://winsides.com/wp-content/uploads/2025/07/MSMQ-Server-successfully-enabled-on-Windows-11-1024x529.webp 1024w, https://winsides.com/wp-content/uploads/2025/07/MSMQ-Server-successfully-enabled-on-Windows-11-768x397.webp 768w" sizes="(max-width: 1441px) 100vw, 1441px" /><figcaption class="wp-element-caption">MSMQ Server successfully enabled on Windows 11</figcaption></figure>



<h2 class="wp-block-heading"> Decoding MSMQ Server Enable Command on Windows 11 using Command Prompt</h2>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://winsides.com/wp-content/uploads/2025/07/Decoding-MSMQ-Server-Enable-Command-using-CMD.jpg" alt="Decoding MSMQ Server Enable Command using CMD" class="wp-image-6266" style="width:768px" title="Decoding MSMQ Server Enable Command using CMD" srcset="https://winsides.com/wp-content/uploads/2025/07/Decoding-MSMQ-Server-Enable-Command-using-CMD.jpg 1920w, https://winsides.com/wp-content/uploads/2025/07/Decoding-MSMQ-Server-Enable-Command-using-CMD-300x169.jpg 300w, https://winsides.com/wp-content/uploads/2025/07/Decoding-MSMQ-Server-Enable-Command-using-CMD-1024x576.jpg 1024w, https://winsides.com/wp-content/uploads/2025/07/Decoding-MSMQ-Server-Enable-Command-using-CMD-768x432.jpg 768w, https://winsides.com/wp-content/uploads/2025/07/Decoding-MSMQ-Server-Enable-Command-using-CMD-1536x864.jpg 1536w, https://winsides.com/wp-content/uploads/2025/07/Decoding-MSMQ-Server-Enable-Command-using-CMD-390x220.jpg 390w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /><figcaption class="wp-element-caption">Decoding MSMQ Server Enable Command using CMD</figcaption></figure>



<h2 class="wp-block-heading">Quick Way to Enable MSMQ Server on Windows 11 using Windows PowerShell</h2>



<p>Here, we will use Windows PowerShell to enable Microsoft Messaging Queue on Windows 11. Here are the steps. </p>



<ul class="wp-block-list">
<li>We have to <a href="https://winsides.com/how-to-run-windows-powershell-as-administrator-with-elevated-rights/" data-type="post" data-id="3691">run Windows PowerShell as Administrator</a>. To do so, kindly go to the Run Command using the keyboard shortcut WinKey + R. </li>



<li>Type the following command <code><strong>powershell</strong></code>, and press <kbd>CTRL</kbd> + <kbd>SHIFT</kbd> + <kbd>ENTER</kbd>.</li>



<li>The UAC will confirm and open PowerShell with Elevated Privileges. </li>



<li>Execute the following command in Windows PowerShell. <code><strong>Enable-WindowsOptionalFeature -Online -FeatureName MSMQ-Server -All -NoRestart</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1358" height="654" src="https://winsides.com/wp-content/uploads/2025/07/PowerShell-Command-to-Enable-MSMQ-Server-on-Windows-11.webp" alt="PowerShell Command to Enable MSMQ Server on Windows 11" class="wp-image-6273" style="width:768px" title="PowerShell Command to Enable MSMQ Server on Windows 11" srcset="https://winsides.com/wp-content/uploads/2025/07/PowerShell-Command-to-Enable-MSMQ-Server-on-Windows-11.webp 1358w, https://winsides.com/wp-content/uploads/2025/07/PowerShell-Command-to-Enable-MSMQ-Server-on-Windows-11-300x144.webp 300w, https://winsides.com/wp-content/uploads/2025/07/PowerShell-Command-to-Enable-MSMQ-Server-on-Windows-11-1024x493.webp 1024w, https://winsides.com/wp-content/uploads/2025/07/PowerShell-Command-to-Enable-MSMQ-Server-on-Windows-11-768x370.webp 768w" sizes="auto, (max-width: 1358px) 100vw, 1358px" /><figcaption class="wp-element-caption">PowerShell Command to Enable MSMQ Server on Windows 11</figcaption></figure>



<ul class="wp-block-list">
<li>The above command will enable MSMQ Server via Windows PowerShell. Once the operation is completed, the online status will be <strong>true</strong>. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1356" height="662" src="https://winsides.com/wp-content/uploads/2025/07/MSMQ-Server-enabled-using-Windows-PowerShell.webp" alt="MSMQ Server enabled using Windows PowerShell" class="wp-image-6275" style="width:768px" title="MSMQ Server enabled using Windows PowerShell" srcset="https://winsides.com/wp-content/uploads/2025/07/MSMQ-Server-enabled-using-Windows-PowerShell.webp 1356w, https://winsides.com/wp-content/uploads/2025/07/MSMQ-Server-enabled-using-Windows-PowerShell-300x146.webp 300w, https://winsides.com/wp-content/uploads/2025/07/MSMQ-Server-enabled-using-Windows-PowerShell-1024x500.webp 1024w, https://winsides.com/wp-content/uploads/2025/07/MSMQ-Server-enabled-using-Windows-PowerShell-768x375.webp 768w" sizes="auto, (max-width: 1356px) 100vw, 1356px" /><figcaption class="wp-element-caption">MSMQ Server enabled using Windows PowerShell</figcaption></figure>



<ul class="wp-block-list">
<li>The <strong>RestartNeeded</strong> value is <strong>True</strong>, and hence, a restart is highly essential. The restart is suppressed in the command to avoid restarting right away. </li>
</ul>



<h2 class="wp-block-heading">Decoding the Microsoft Messaging Queue Server enable command using Windows PowerShell</h2>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://winsides.com/wp-content/uploads/2025/07/Decoding-Microsoft-Messaging-Queue-Enable-Command-using-Windows-PowerShell.jpg" alt="Decoding Microsoft Messaging Queue Enable Command using Windows PowerShell" class="wp-image-6267" style="width:768px" title="Decoding Microsoft Messaging Queue Enable Command using Windows PowerShell" srcset="https://winsides.com/wp-content/uploads/2025/07/Decoding-Microsoft-Messaging-Queue-Enable-Command-using-Windows-PowerShell.jpg 1920w, https://winsides.com/wp-content/uploads/2025/07/Decoding-Microsoft-Messaging-Queue-Enable-Command-using-Windows-PowerShell-300x169.jpg 300w, https://winsides.com/wp-content/uploads/2025/07/Decoding-Microsoft-Messaging-Queue-Enable-Command-using-Windows-PowerShell-1024x576.jpg 1024w, https://winsides.com/wp-content/uploads/2025/07/Decoding-Microsoft-Messaging-Queue-Enable-Command-using-Windows-PowerShell-768x432.jpg 768w, https://winsides.com/wp-content/uploads/2025/07/Decoding-Microsoft-Messaging-Queue-Enable-Command-using-Windows-PowerShell-1536x864.jpg 1536w, https://winsides.com/wp-content/uploads/2025/07/Decoding-Microsoft-Messaging-Queue-Enable-Command-using-Windows-PowerShell-390x220.jpg 390w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /><figcaption class="wp-element-caption">Decoding Microsoft Messaging Queue Enable Command using Windows PowerShell</figcaption></figure>



<h2 class="wp-block-heading">Take Away</h2>



<p>MSMQ remains a valuable tool in Windows 11, and it reflects Microsoft&#8217;s strong commitment to <strong>background compatibility</strong> and long-term enterprise support. MSMQ is a <strong>powerful legacy messaging feature</strong> that allows <strong>reliable and asynchronous communication</strong> between distributed applications. </p>



<h2 class="wp-block-heading">Have Queries?</h2>



<p>We hope you are satisfied with our article on <strong>how to enable MSMQ Server on Windows 11</strong> using different ways, and if you have any queries, kindly let us know in the <strong>comments</strong>. For more interesting articles, stay tuned to <a href="https://winsides.com">Winsides.com</a>. <strong>Happy Computing! Peace out!</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://winsides.com/enable-msmq-server-windows-11-cmd-powershell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
