<?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>Windows Security &#8211; Winsides.com</title>
	<atom:link href="https://winsides.com/tag/windows-security/feed/" rel="self" type="application/rss+xml" />
	<link>https://winsides.com</link>
	<description>Windows Insides</description>
	<lastBuildDate>Thu, 16 Apr 2026 06:12:59 +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>Windows Security &#8211; Winsides.com</title>
	<link>https://winsides.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Run Windows Defender Scan via Command Prompt on Windows 11</title>
		<link>https://winsides.com/run-windows-defender-scan-via-command-prompt/</link>
					<comments>https://winsides.com/run-windows-defender-scan-via-command-prompt/#respond</comments>
		
		<dc:creator><![CDATA[Vigneshwaran Vijayakumar]]></dc:creator>
		<pubDate>Tue, 14 Apr 2026 06:22:00 +0000</pubDate>
				<category><![CDATA[Windows Security]]></category>
		<category><![CDATA[windows 11]]></category>
		<guid isPermaLink="false">https://winsides.com/?p=4285</guid>

					<description><![CDATA[Windows Defender Scan via Command Prompt: It is an Integrated Advanced Security Feature from Microsoft that protects Windows 11 from various potential threats. There are different ways to access Windows Defender on Windows 11, such as via the Control Panel, via the Windows Settings, etc. However, it is possible to run Windows Defender Scan via [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>Windows Defender Scan via Command Prompt</strong>: It is an <strong>Integrated Advanced Security Feature</strong> from <a href="https://microsoft.com" target="_blank" rel="noreferrer noopener">Microsoft</a> that protects Windows 11 from various potential threats. There are different ways to access Windows Defender on Windows 11, such as via the Control Panel, via the Windows Settings, etc. However, it is possible to run Windows Defender Scan via Command Line using Command Prompt. In this article, we will check out how to use Command Prompt and Windows PowerShell and run various Windows Defender Scans on Windows 11.</p>



<h2 class="wp-block-heading">Run Full Scan, Quick Scan, &amp; Custom Windows Defender Scan via Command Prompt</h2>



<p>Just like we run Full Scans, Quick Scans, and Custom Scans in the Windows Defender GUI Interface, we can also do the same via the Command Prompt. The following are the steps. </p>



<h3 class="wp-block-heading">Run Windows Defender Full Scan using Command Prompt</h3>



<ul class="wp-block-list">
<li>Go to the <strong>Start menu</strong> and open <strong>Command Prompt</strong>. You can also use the Run Command (<kbd>WinKey</kbd> + <kbd>R</kbd>) to open Command Prompt(<code><strong>cmd</strong></code>).</li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img fetchpriority="high" decoding="async" width="964" height="345" src="https://winsides.com/wp-content/uploads/2024/12/Execute-cmd-in-the-Run-Command.webp" alt="Execute cmd in the Run Command" class="wp-image-4288" style="width:768px" title="Execute cmd in the Run Command" srcset="https://winsides.com/wp-content/uploads/2024/12/Execute-cmd-in-the-Run-Command.webp 964w, https://winsides.com/wp-content/uploads/2024/12/Execute-cmd-in-the-Run-Command-300x107.webp 300w, https://winsides.com/wp-content/uploads/2024/12/Execute-cmd-in-the-Run-Command-768x275.webp 768w" sizes="(max-width: 964px) 100vw, 964px" /><figcaption class="wp-element-caption">Execute cmd in the Run Command</figcaption></figure>



<ul class="wp-block-list">
<li>In the Command Prompt, let&#8217;s navigate to the Windows Defender Directory using the following command. <code><strong>cd "%ProgramFiles%\Windows Defender"</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img decoding="async" width="1481" height="760" src="https://winsides.com/wp-content/uploads/2024/12/Navigate-to-the-Windows-Defender-Directory.webp" alt="Navigate to the Windows Defender Directory" class="wp-image-4289" style="width:768px" title="Navigate to the Windows Defender Directory" srcset="https://winsides.com/wp-content/uploads/2024/12/Navigate-to-the-Windows-Defender-Directory.webp 1481w, https://winsides.com/wp-content/uploads/2024/12/Navigate-to-the-Windows-Defender-Directory-300x154.webp 300w, https://winsides.com/wp-content/uploads/2024/12/Navigate-to-the-Windows-Defender-Directory-1024x525.webp 1024w, https://winsides.com/wp-content/uploads/2024/12/Navigate-to-the-Windows-Defender-Directory-768x394.webp 768w" sizes="(max-width: 1481px) 100vw, 1481px" /><figcaption class="wp-element-caption">Navigate to the Windows Defender Directory</figcaption></figure>



<ul class="wp-block-list">
<li>This command will navigate to the Windows Defender Directory. Now, let&#8217;s perform the Scan using the following command. This will scan all files and drives on the system for potential threats. <code><strong>MpCmdRun.exe -Scan -ScanType 2</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img decoding="async" width="1481" height="760" src="https://winsides.com/wp-content/uploads/2024/12/Windows-Defender-Full-Scan-CMD-Command.webp" alt="Windows Defender Scan via Command Prompt" class="wp-image-4290" style="width:768px" title="Windows Defender Full Scan CMD Command" srcset="https://winsides.com/wp-content/uploads/2024/12/Windows-Defender-Full-Scan-CMD-Command.webp 1481w, https://winsides.com/wp-content/uploads/2024/12/Windows-Defender-Full-Scan-CMD-Command-300x154.webp 300w, https://winsides.com/wp-content/uploads/2024/12/Windows-Defender-Full-Scan-CMD-Command-1024x525.webp 1024w, https://winsides.com/wp-content/uploads/2024/12/Windows-Defender-Full-Scan-CMD-Command-768x394.webp 768w" sizes="(max-width: 1481px) 100vw, 1481px" /><figcaption class="wp-element-caption">Windows Defender Scan via Command Prompt</figcaption></figure>



<ul class="wp-block-list">
<li>Once we execute the above command, the system will start its scan. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1481" height="760" src="https://winsides.com/wp-content/uploads/2024/12/The-Scan-has-Started.webp" alt="The Scan has Started" class="wp-image-4293" style="width:768px" title="The Scan has Started" srcset="https://winsides.com/wp-content/uploads/2024/12/The-Scan-has-Started.webp 1481w, https://winsides.com/wp-content/uploads/2024/12/The-Scan-has-Started-300x154.webp 300w, https://winsides.com/wp-content/uploads/2024/12/The-Scan-has-Started-1024x525.webp 1024w, https://winsides.com/wp-content/uploads/2024/12/The-Scan-has-Started-768x394.webp 768w" sizes="auto, (max-width: 1481px) 100vw, 1481px" /><figcaption class="wp-element-caption">The Scan has started</figcaption></figure>



<ul class="wp-block-list">
<li>Since, it is a Full Scan, the process will take a long time. As we are using <strong>MpCMDRun</strong>, we may not get a real-time update.</li>



<li>Once the Full Scan is completed, Windows Defender will show the status of the scan via a Notification. </li>
</ul>



<h3 class="wp-block-heading">Run Windows Defender Quick Scan using the Command Prompt</h3>



<p>In this section, we will check out how to run Windows Defender Quick Scan using the Command Line. </p>



<ul class="wp-block-list">
<li>Go to the <strong>Command Prompt</strong>. </li>



<li>In the Command Prompt, let&#8217;s navigate to the Windows Defender Directory using the following command. <code><strong>cd "%ProgramFiles%\Windows Defender"</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img decoding="async" width="1481" height="760" src="https://winsides.com/wp-content/uploads/2024/12/Navigate-to-the-Windows-Defender-Directory.webp" alt="Navigate to the Windows Defender Directory" class="wp-image-4289" style="width:768px" title="Navigate to the Windows Defender Directory" srcset="https://winsides.com/wp-content/uploads/2024/12/Navigate-to-the-Windows-Defender-Directory.webp 1481w, https://winsides.com/wp-content/uploads/2024/12/Navigate-to-the-Windows-Defender-Directory-300x154.webp 300w, https://winsides.com/wp-content/uploads/2024/12/Navigate-to-the-Windows-Defender-Directory-1024x525.webp 1024w, https://winsides.com/wp-content/uploads/2024/12/Navigate-to-the-Windows-Defender-Directory-768x394.webp 768w" sizes="(max-width: 1481px) 100vw, 1481px" /><figcaption class="wp-element-caption">Navigate to the Windows Defender Directory</figcaption></figure>



<ul class="wp-block-list">
<li>Now, Enter the Quick Scan CMD Command. This will scan critical system files, memory, and locations where threats are most likely to reside. The command is as follows. <code><strong>MpCmdRun.exe -Scan -ScanType 1</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1481" height="760" src="https://winsides.com/wp-content/uploads/2024/12/Windows-Defender-Quick-Scan-Command.webp" alt="Windows Defender Quick Scan Command" class="wp-image-4294" style="width:768px" title="Windows Defender Quick Scan Command" srcset="https://winsides.com/wp-content/uploads/2024/12/Windows-Defender-Quick-Scan-Command.webp 1481w, https://winsides.com/wp-content/uploads/2024/12/Windows-Defender-Quick-Scan-Command-300x154.webp 300w, https://winsides.com/wp-content/uploads/2024/12/Windows-Defender-Quick-Scan-Command-1024x525.webp 1024w, https://winsides.com/wp-content/uploads/2024/12/Windows-Defender-Quick-Scan-Command-768x394.webp 768w" sizes="auto, (max-width: 1481px) 100vw, 1481px" /><figcaption class="wp-element-caption">Windows Defender Quick Scan Command</figcaption></figure>



<ul class="wp-block-list">
<li>The command will run <strong>Windows Defender Quick Scan</strong>. We won&#8217;t get a real-time update. At the end of the scan, the system will update the status to Scan Finished.</li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1481" height="760" src="https://winsides.com/wp-content/uploads/2024/12/Quick-Scan-Finished.webp" alt="Quick Scan Finished" class="wp-image-4295" style="width:768px" title="Quick Scan Finished" srcset="https://winsides.com/wp-content/uploads/2024/12/Quick-Scan-Finished.webp 1481w, https://winsides.com/wp-content/uploads/2024/12/Quick-Scan-Finished-300x154.webp 300w, https://winsides.com/wp-content/uploads/2024/12/Quick-Scan-Finished-1024x525.webp 1024w, https://winsides.com/wp-content/uploads/2024/12/Quick-Scan-Finished-768x394.webp 768w" sizes="auto, (max-width: 1481px) 100vw, 1481px" /><figcaption class="wp-element-caption">Quick Scan Finished</figcaption></figure>



<ul class="wp-block-list">
<li>Additionally, Windows Defender will notify us. </li>
</ul>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>Note: If you want to log the scan results, then you can add <strong>-Log Flag</strong> to the above Commands. For Example, for running Quick Scan with Log File, execute the following command. <code><strong>MpCmdRun.exe -Scan -ScanType 1 -Log ScanLog.txt</strong></code></p>
</blockquote>



<h3 class="wp-block-heading">Run Windows Defender Custom Scan using the Command Prompt</h3>



<ul class="wp-block-list">
<li>In the first step, let&#8217;s navigate to the Windows Defender Directory. <code><strong>cd "%ProgramFiles%\Windows Defender"</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img decoding="async" width="1481" height="760" src="https://winsides.com/wp-content/uploads/2024/12/Navigate-to-the-Windows-Defender-Directory.webp" alt="Navigate to the Windows Defender Directory" class="wp-image-4289" style="width:768px" title="Navigate to the Windows Defender Directory" srcset="https://winsides.com/wp-content/uploads/2024/12/Navigate-to-the-Windows-Defender-Directory.webp 1481w, https://winsides.com/wp-content/uploads/2024/12/Navigate-to-the-Windows-Defender-Directory-300x154.webp 300w, https://winsides.com/wp-content/uploads/2024/12/Navigate-to-the-Windows-Defender-Directory-1024x525.webp 1024w, https://winsides.com/wp-content/uploads/2024/12/Navigate-to-the-Windows-Defender-Directory-768x394.webp 768w" sizes="(max-width: 1481px) 100vw, 1481px" /><figcaption class="wp-element-caption">Navigate to the Windows Defender Directory</figcaption></figure>



<ul class="wp-block-list">
<li>To run a <strong>Custom Scan</strong>, the following is the syntax. <code><strong>MpCmdRun.exe -Scan -ScanType 3 -File (path)</strong></code>. Here, replace the path with the Directory. For example, if we want to scan the Pictures Folder, then the command is <code><strong>MpCmdRun.exe -Scan -ScanType 3 -File C:\Users\vigne\Pictures</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1481" height="760" src="https://winsides.com/wp-content/uploads/2024/12/CMD-Command-to-run-Custom-Scan.webp" alt="CMD Command to run Custom Scan" class="wp-image-4299" style="width:768px" title="CMD Command to run Custom Scan" srcset="https://winsides.com/wp-content/uploads/2024/12/CMD-Command-to-run-Custom-Scan.webp 1481w, https://winsides.com/wp-content/uploads/2024/12/CMD-Command-to-run-Custom-Scan-300x154.webp 300w, https://winsides.com/wp-content/uploads/2024/12/CMD-Command-to-run-Custom-Scan-1024x525.webp 1024w, https://winsides.com/wp-content/uploads/2024/12/CMD-Command-to-run-Custom-Scan-768x394.webp 768w" sizes="auto, (max-width: 1481px) 100vw, 1481px" /><figcaption class="wp-element-caption">CMD Command to run Custom Scan</figcaption></figure>



<ul class="wp-block-list">
<li>The system will scan the selected folder and will provide the status of the scan. Depending on the number of files, the Scan may take a longer time to complete.</li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1481" height="760" src="https://winsides.com/wp-content/uploads/2024/12/Scanning-Found-No-Threats.webp" alt="Scanning Found No Threats" class="wp-image-4301" style="width:768px" title="Scanning Found No Threats" srcset="https://winsides.com/wp-content/uploads/2024/12/Scanning-Found-No-Threats.webp 1481w, https://winsides.com/wp-content/uploads/2024/12/Scanning-Found-No-Threats-300x154.webp 300w, https://winsides.com/wp-content/uploads/2024/12/Scanning-Found-No-Threats-1024x525.webp 1024w, https://winsides.com/wp-content/uploads/2024/12/Scanning-Found-No-Threats-768x394.webp 768w" sizes="auto, (max-width: 1481px) 100vw, 1481px" /><figcaption class="wp-element-caption">Scanning Found No Threats</figcaption></figure>



<h3 class="wp-block-heading">Run an Offline Scan using the Command Prompt on Windows 11</h3>



<p>An <strong>Offline Scan</strong> in Windows Defender refers to a <strong>specialized type of scan</strong> that runs outside the <strong>regular Windows environment</strong>. It is designed to detect and remove <strong>deeply embedded or advanced threats</strong>, such as <strong>rootkits</strong> or <strong>boot sector viruses</strong>, which might evade detection during regular scans because they load into memory along with the operating system. The following are the steps. </p>



<ul class="wp-block-list">
<li>Open Command Prompt and navigate to the Windows Defender Directory using the following command. <code><strong>cd "%ProgramFiles%\Windows Defender"</strong></code></li>



<li>Now, execute the Custom Scan Command. <code><strong>MpCmdRun.exe -Scan -ScanType 4</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1481" height="760" src="https://winsides.com/wp-content/uploads/2024/12/CMD-Command-to-run-Windows-Defender-Offline-Scan.webp" alt="CMD Command to run Windows Defender Offline Scan" class="wp-image-4303" style="width:768px" title="CMD Command to run Windows Defender Offline Scan" srcset="https://winsides.com/wp-content/uploads/2024/12/CMD-Command-to-run-Windows-Defender-Offline-Scan.webp 1481w, https://winsides.com/wp-content/uploads/2024/12/CMD-Command-to-run-Windows-Defender-Offline-Scan-300x154.webp 300w, https://winsides.com/wp-content/uploads/2024/12/CMD-Command-to-run-Windows-Defender-Offline-Scan-1024x525.webp 1024w, https://winsides.com/wp-content/uploads/2024/12/CMD-Command-to-run-Windows-Defender-Offline-Scan-768x394.webp 768w" sizes="auto, (max-width: 1481px) 100vw, 1481px" /><figcaption class="wp-element-caption">CMD Command to run Windows Defender Offline Scan</figcaption></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>IMPORTANT: When you initiate an offline scan, the computer reboots into a secure, minimal environment created by Windows Defender.</p>
</blockquote>



<h3 class="wp-block-heading">Run Windows Defender Scheduled Scan using the Command Prompt</h3>



<p>The command to run a scheduled Windows Defender Scan using the Command Line as follows.</p>



<ul class="wp-block-list">
<li>Open <strong>Command Prompt</strong> and navigate to the <strong>Windows Defender Directory</strong>. Enter the following command and execute it. This command will run the Scheduled Scan configured in the Windows Defender Settings. <code><strong>MpCmdRun.exe -Scan -ScheduleJob</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1481" height="760" src="https://winsides.com/wp-content/uploads/2024/12/CMD-Command-to-run-Windows-Defender-Scheduled-Scan.webp" alt="CMD Command to run Windows Defender Scheduled Scan" class="wp-image-4305" style="width:768px" title="CMD Command to run Windows Defender Scheduled Scan" srcset="https://winsides.com/wp-content/uploads/2024/12/CMD-Command-to-run-Windows-Defender-Scheduled-Scan.webp 1481w, https://winsides.com/wp-content/uploads/2024/12/CMD-Command-to-run-Windows-Defender-Scheduled-Scan-300x154.webp 300w, https://winsides.com/wp-content/uploads/2024/12/CMD-Command-to-run-Windows-Defender-Scheduled-Scan-1024x525.webp 1024w, https://winsides.com/wp-content/uploads/2024/12/CMD-Command-to-run-Windows-Defender-Scheduled-Scan-768x394.webp 768w" sizes="auto, (max-width: 1481px) 100vw, 1481px" /><figcaption class="wp-element-caption">CMD Command to run Windows Defender Scheduled Scan</figcaption></figure>



<h3 class="wp-block-heading">Update Virus Definitions using the Command Prompt</h3>



<ul class="wp-block-list">
<li>To ensure that the Virus Definitions are up to date, kindly execute the following command. <code><strong>MpCmdRun.exe -SignatureUpdate</strong></code></li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1481" height="760" src="https://winsides.com/wp-content/uploads/2024/12/Command-to-Update-Virus-Definitions.webp" alt="Command to Update Virus Definitions" class="wp-image-4309" style="width:768px" title="Command to Update Virus Definitions" srcset="https://winsides.com/wp-content/uploads/2024/12/Command-to-Update-Virus-Definitions.webp 1481w, https://winsides.com/wp-content/uploads/2024/12/Command-to-Update-Virus-Definitions-300x154.webp 300w, https://winsides.com/wp-content/uploads/2024/12/Command-to-Update-Virus-Definitions-1024x525.webp 1024w, https://winsides.com/wp-content/uploads/2024/12/Command-to-Update-Virus-Definitions-768x394.webp 768w" sizes="auto, (max-width: 1481px) 100vw, 1481px" /><figcaption class="wp-element-caption">Command to Update Virus Definitions</figcaption></figure>



<ul class="wp-block-list">
<li>The system will check for the latest updates and update its Virus Database. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1481" height="760" src="https://winsides.com/wp-content/uploads/2024/12/Signature-Update-Finished.webp" alt="Signature Update Finished" class="wp-image-4310" style="width:768px" title="Signature Update Finished" srcset="https://winsides.com/wp-content/uploads/2024/12/Signature-Update-Finished.webp 1481w, https://winsides.com/wp-content/uploads/2024/12/Signature-Update-Finished-300x154.webp 300w, https://winsides.com/wp-content/uploads/2024/12/Signature-Update-Finished-1024x525.webp 1024w, https://winsides.com/wp-content/uploads/2024/12/Signature-Update-Finished-768x394.webp 768w" sizes="auto, (max-width: 1481px) 100vw, 1481px" /><figcaption class="wp-element-caption">Signature Update Finished</figcaption></figure>



<h2 class="wp-block-heading">Different Types of Windows Defender Scans &amp; their related Flags on Windows 11</h2>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td>Scan Type</td><td>Flag</td><td>Description</td></tr><tr><td>Quick Scan</td><td><code>-Scan -ScanType 1</code></td><td>Checks common threat locations.</td></tr><tr><td>Full Scan</td><td><code>-Scan -ScanType 2</code></td><td>Comprehensive scan of all files and drives.</td></tr><tr><td>Custom Scan</td><td><code>-Scan -ScanType 3 -File &lt;path&gt;</code></td><td>Scans a specific file or folder.</td></tr><tr><td>Offline Scan</td><td><code>-Scan -ScanType 4</code></td><td>Reboots to scan in a secure environment.</td></tr><tr><td>Scheduled Scan</td><td><code>-Scan -ScheduleJob</code></td><td>Runs at the next scheduled time.</td></tr><tr><td>Signature updation</td><td><code>-SignatureUpdate</code></td><td>Updates Virus definitions</td></tr></tbody></table></figure>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>


<div id="rank-math-faq" class="rank-math-block">
<div class="rank-math-list ">
<div id="faq-question-1776319696195" class="rank-math-list-item">
<h3 class="rank-math-question ">Can I scan a specific folder or a USB drive?</h3>
<div class="rank-math-answer ">

<p>Yes, and this is where CMD shines. Use the <strong>Custom Scan</strong> type and point it to your path: <code>MpCmdRun.exe -Scan -ScanType 3 -File "D:\WorkFiles"</code> This is much faster than opening the full Security Center just to check one folder.</p>

</div>
</div>
<div id="faq-question-1776319778316" class="rank-math-list-item">
<h3 class="rank-math-question ">What if I want to scan the &#8220;Boot Sector&#8221;?</h3>
<div class="rank-math-answer ">

<p>Malware that hides in the boot sector is notoriously annoying. You can target it specifically using: <code>MpCmdRun.exe -Scan -ScanType -BootSectorScan</code></p>

</div>
</div>
<div id="faq-question-1776319784588" class="rank-math-list-item">
<h3 class="rank-math-question ">Can I use CMD to clear the &#8220;Quarantine&#8221; list?</h3>
<div class="rank-math-answer ">

<p>If you’ve cleaned up your files and want to empty the digital &#8220;jail,&#8221; use: <code>MpCmdRun.exe -Restore -All</code> (to bring them back) or <code>MpCmdRun.exe -RemoveDefinitions</code> (to clear specific cached items). Be cautious while deleting items permanently. </p>

</div>
</div>
<div id="faq-question-1776319824195" class="rank-math-list-item">
<h3 class="rank-math-question ">Why does it say &#8220;MpCmdRun.exe is not recognized&#8221;?</h3>
<div class="rank-math-answer ">

<p>This happens because the folder isn&#8217;t in your Windows &#8220;Path.&#8221; You either have to <code>cd</code> into the Windows Defender folder mentioned above or type the full, long file path in quotes before your command.</p>

</div>
</div>
<div id="faq-question-1776319891662" class="rank-math-list-item">
<h3 class="rank-math-question ">Is there a way to see a progress bar for Windows Defender Scan in the Command Prompt?</h3>
<div class="rank-math-answer ">

<p>The <code>MpCmdRun.exe</code> utility is designed to be &#8220;headless,&#8221; meaning it provides minimal output so it doesn&#8217;t clutter scripts. If you want to see what&#8217;s happening in real-time, you are better off using the PowerShell equivalent: <code>Start-MpScan -ScanType FullScan</code> (PowerShell <em>will</em> show a progress percentage at the top of the window.)</p>

</div>
</div>
</div>
</div>


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



<p>For everyday users, <strong>Running Windows Defender Scan via Command Prompt</strong> may seem like a complex task, these methods can be invaluable for <strong>power users</strong> and administrators to take full control of their System Security. It can also be beneficial for users where a Graphical User Interface is not available. If you have any queries, kindly let us know in the <strong>comments</strong>. </p>



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



<p>For more awesome articles, stay tuned to <a href="https://winsides.com">Winsides.com</a>. <strong>Safe Computing! Peace out!</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://winsides.com/run-windows-defender-scan-via-command-prompt/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Quick Steps to Enable Core Isolation in Windows 11</title>
		<link>https://winsides.com/enable-core-isolation-memory-integrity-windows-11/</link>
					<comments>https://winsides.com/enable-core-isolation-memory-integrity-windows-11/#comments</comments>
		
		<dc:creator><![CDATA[Vigneshwaran Vijayakumar]]></dc:creator>
		<pubDate>Sat, 11 Apr 2026 11:34:00 +0000</pubDate>
				<category><![CDATA[Windows Security]]></category>
		<category><![CDATA[Enable Core Isolation in Windows 11]]></category>
		<category><![CDATA[windows 11]]></category>
		<guid isPermaLink="false">https://winsides.com/?p=816</guid>

					<description><![CDATA[Enable Core Isolation in Windows 11: Core Isolation protects critical parts of the  Windows 11 operating system from attacks by using virtualization-based security (VBS). This creates a secure environment where essential system processes can run separately from the rest of the OS, making it much harder for malware to interfere. A key part of Core [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>Enable Core Isolation in Windows 11</strong>: Core Isolation protects <strong>critical parts</strong> of the  Windows 11 operating system from attacks by using <strong><a href="https://learn.microsoft.com/en-us/windows-hardware/design/device-experiences/oem-vbs" target="_blank" rel="noreferrer noopener">virtualization-based security</a> (VBS)</strong>. This creates a secure environment where essential system processes can run separately from the rest of the OS, making it much harder for malware to interfere. A key part of Core Isolation is <strong>Memory Integrity</strong>, also known as <strong>Hypervisor-protected Code Integrity (HVCI)</strong>. Memory Integrity ensures that only trusted, signed drivers and system files can run, blocking unauthorized code from accessing the kernel. This prevents many common attacks that rely on injecting malicious code. Let&#8217;s go through the steps of enabling Core Isolation in Windows 11.</p>



<div class="wp-block-rank-math-toc-block" id="rank-math-toc"><h2>Table of Contents</h2><nav><ul><li><a href="#h">How to Enable Core Isolation in Windows 11?</a></li><li><a href="#how-does-core-isolation-protect-your-windows-11-system">How does Core Isolation protect your Windows 11 System?</a></li><li><a href="#frequently-asked-questions">Frequently Asked Questions</a><ul><li><a href="#faq-question-1776150655221">Why am I unable to turn on Memory Integrity?</a></li><li><a href="#faq-question-1776150938073">How do I fix incompatible drivers for Core Isolation?</a></li><li><a href="#faq-question-1776150976781">Does Core Isolation require specific hardware?</a></li><li><a href="#faq-question-1776150992663">Will enabling Core Isolation slow down my computer?</a></li></ul></li><li><a href="#take-away">Take away:</a></li><li><a href="#h-1">Have Queries?</a></li></ul></nav></div>



<h2 class="wp-block-heading" id="h">How to Enable Core Isolation in Windows 11?</h2>



<ul class="wp-block-list">
<li>Open <strong>Windows Settings</strong> using <kbd>Win Key</kbd> + <kbd>I</kbd></li>



<li>Click on <strong>Privacy and Security</strong>.</li>
</ul>



<figure class="wp-block-image aligncenter is-resized wp-image-818 size-full"><img loading="lazy" decoding="async" width="1814" height="890" src="https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security.jpg" alt="Privacy and Security" class="wp-image-818" style="width:768px" title="Privacy and Security" srcset="https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security.jpg 1814w, https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security-300x147.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security-1024x502.jpg 1024w, https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security-768x377.jpg 768w, https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security-1536x754.jpg 1536w" sizes="auto, (max-width: 1814px) 100vw, 1814px" /><figcaption class="wp-element-caption">Privacy and Security</figcaption></figure>



<li>Now, click on <strong>Windows Security</strong>.</li>



<figure class="wp-block-image aligncenter is-resized wp-image-819 size-full"><img loading="lazy" decoding="async" width="1855" height="589" src="https://winsides.com/wp-content/uploads/2024/06/Windows-Security.jpg" alt="Windows Security" class="wp-image-819" style="width:768px" title="Windows Security" srcset="https://winsides.com/wp-content/uploads/2024/06/Windows-Security.jpg 1855w, https://winsides.com/wp-content/uploads/2024/06/Windows-Security-300x95.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Windows-Security-1024x325.jpg 1024w, https://winsides.com/wp-content/uploads/2024/06/Windows-Security-768x244.jpg 768w, https://winsides.com/wp-content/uploads/2024/06/Windows-Security-1536x488.jpg 1536w" sizes="auto, (max-width: 1855px) 100vw, 1855px" /><figcaption class="wp-element-caption">Windows Security</figcaption></figure>



<li>Then, navigate to <strong>Device Security</strong>.</li>



<figure class="wp-block-image aligncenter is-resized wp-image-820 size-full"><img loading="lazy" decoding="async" width="1284" height="839" src="https://winsides.com/wp-content/uploads/2024/06/Device-Security.jpg" alt="Device Security" class="wp-image-820" style="width:768px" title="Device Security" srcset="https://winsides.com/wp-content/uploads/2024/06/Device-Security.jpg 1284w, https://winsides.com/wp-content/uploads/2024/06/Device-Security-300x196.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Device-Security-1024x669.jpg 1024w, https://winsides.com/wp-content/uploads/2024/06/Device-Security-768x502.jpg 768w" sizes="auto, (max-width: 1284px) 100vw, 1284px" /><figcaption class="wp-element-caption">Device Security</figcaption></figure>



<li>Windows Security will open now.</li>



<li>Under Core Isolation, click on &#8220;<strong>Core Isolation Details</strong>&#8220;.</li>



<figure class="wp-block-image aligncenter is-resized wp-image-821 size-full"><img loading="lazy" decoding="async" width="1485" height="619" src="https://winsides.com/wp-content/uploads/2024/06/Core-Isolation-Details.jpg" alt="Core Isolation Details" class="wp-image-821" style="width:768px" title="Core Isolation Details" srcset="https://winsides.com/wp-content/uploads/2024/06/Core-Isolation-Details.jpg 1485w, https://winsides.com/wp-content/uploads/2024/06/Core-Isolation-Details-300x125.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Core-Isolation-Details-1024x427.jpg 1024w, https://winsides.com/wp-content/uploads/2024/06/Core-Isolation-Details-768x320.jpg 768w" sizes="auto, (max-width: 1485px) 100vw, 1485px" /><figcaption class="wp-element-caption">Core Isolation Details</figcaption></figure>



<li>Toggle the <strong>Memory Integrity</strong> switch to ON.</li>



<figure class="wp-block-image aligncenter is-resized wp-image-822 size-full"><img loading="lazy" decoding="async" width="1166" height="608" src="https://winsides.com/wp-content/uploads/2024/06/Enable-Memory-Integrity.jpg" alt="Enable Memory Integrity" class="wp-image-822" style="width:768px" title="Core Isolation Details" srcset="https://winsides.com/wp-content/uploads/2024/06/Enable-Memory-Integrity.jpg 1166w, https://winsides.com/wp-content/uploads/2024/06/Enable-Memory-Integrity-300x156.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Enable-Memory-Integrity-1024x534.jpg 1024w, https://winsides.com/wp-content/uploads/2024/06/Enable-Memory-Integrity-768x400.jpg 768w" sizes="auto, (max-width: 1166px) 100vw, 1166px" /><figcaption class="wp-element-caption">Enable Memory Integrity</figcaption></figure>



<li><strong>User Account Control</strong> will prompt your permission. Click <strong>Yes</strong>.</li>



<li>Finally, Memory Integrity will be turned on in Windows 11.</li>



<li>Kindly <strong>Restart</strong> your system right away so that the changes made will reflect.</li>



<li>That is it, The Core Isolation Security Feature is now enabled in your Windows 11. Enjoy a safe Windows 11 experience.</li>



<pre class="wp-block-verse">You can access Windows Security using the Start Menu too.</pre>



<h2 class="wp-block-heading" id="how-does-core-isolation-protect-your-windows-11-system">How does Core Isolation protect your Windows 11 System?</h2>



<figure class="wp-block-image aligncenter is-resized wp-image-824 size-full"><img loading="lazy" decoding="async" width="1920" height="1080" src="https://winsides.com/wp-content/uploads/2024/06/Core-Isolation-Functionalities.png" alt="Core Isolation Functionalities" class="wp-image-824" style="width:768px" title="Core Isolation Functionalities" srcset="https://winsides.com/wp-content/uploads/2024/06/Core-Isolation-Functionalities.png 1920w, https://winsides.com/wp-content/uploads/2024/06/Core-Isolation-Functionalities-300x169.png 300w, https://winsides.com/wp-content/uploads/2024/06/Core-Isolation-Functionalities-1024x576.png 1024w, https://winsides.com/wp-content/uploads/2024/06/Core-Isolation-Functionalities-768x432.png 768w, https://winsides.com/wp-content/uploads/2024/06/Core-Isolation-Functionalities-1536x864.png 1536w, https://winsides.com/wp-content/uploads/2024/06/Core-Isolation-Functionalities-390x220.png 390w" sizes="auto, (max-width: 1920px) 100vw, 1920px" /><figcaption class="wp-element-caption">Core Isolation Functionalities</figcaption></figure>



<ul class="wp-block-list">
<li><strong>Enhanced Protection</strong>: Core Isolation provides an additional layer of protection by ensuring that critical system processes run in a secure environment, making it harder for attackers to compromise the <strong>Windows 11 kernel</strong>.</li>



<li><strong>Prevention of Code Injection Attacks</strong>: By verifying that only <strong>signed and trusted code</strong> can execute in the system&#8217;s kernel, Core Isolation helps prevent code injection attacks, which are a common method used by malware to take control of a system.</li>



<li><strong>Improved Security for Virtual Machines</strong>: For users running virtual machines, it ensures that each VM has its own protected memory space, enhancing overall security in <strong>virtualized environments</strong>.</li>
</ul>



<h2 class="wp-block-heading" id="frequently-asked-questions">Frequently Asked Questions</h2>


<div id="rank-math-faq" class="rank-math-block">
<div class="rank-math-list ">
<div id="faq-question-1776150655221" class="rank-math-list-item">
<h3 class="rank-math-question ">Why am I unable to turn on Memory Integrity?</h3>
<div class="rank-math-answer ">

<p>The most frequent cause is <strong>Incompatible Drivers</strong>. When you try to toggle the switch, Windows scans your system. If it finds an older driver that doesn&#8217;t support virtualization-based security, it will block the feature. You can click on &#8220;Review incompatible drivers&#8221; to see exactly which files are causing the conflict.</p>

</div>
</div>
<div id="faq-question-1776150938073" class="rank-math-list-item">
<h3 class="rank-math-question ">How do I fix incompatible drivers for Core Isolation?</h3>
<div class="rank-math-answer ">

<p>If Windows identifies a problematic driver, you have three main options. Check for the updates, Uninstall the Device, and delete the .inf files. </p>

</div>
</div>
<div id="faq-question-1776150976781" class="rank-math-list-item">
<h3 class="rank-math-question ">Does Core Isolation require specific hardware?</h3>
<div class="rank-math-answer ">

<p>Yes. To use Core Isolation, your processor must support <strong>Virtualization</strong>. Ensure that &#8220;Intel VT-x&#8221; or &#8220;AMD-V&#8221; is enabled in your <strong>BIOS/UEFI</strong> settings. Additionally, your PC should have a TPM 2.0 (Trusted Platform Module) chip enabled, which is a standard requirement for Windows 11.</p>

</div>
</div>
<div id="faq-question-1776150992663" class="rank-math-list-item">
<h3 class="rank-math-question ">Will enabling Core Isolation slow down my computer?</h3>
<div class="rank-math-answer ">

<p>On modern processors, the performance impact is negligible and usually unnoticeable. However, on older CPUs that just barely meet Windows 11 requirements, you might see a slight dip in frame rates during high-end gaming or a minor increase in CPU usage. For most users, the security benefits far outweigh the performance cost.</p>

</div>
</div>
</div>
</div>


<h2 class="wp-block-heading" id="take-away">Take away:</h2>



<p>By <strong>enabling Core Isolation in Windows 11</strong>, users can benefit from <strong>enhanced protection against sophisticated attacks</strong>, ensuring that their operating system remains secure and reliable. </p>



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



<p>Whether you are an individual user concerned about personal data security or a business protecting sensitive information, Core Isolation offers a <strong>powerful layer of defense</strong>. If you have any <strong>questions</strong>, kindly let us know in the <strong>comments</strong>. Stay tuned to <a href="https://winsides.com">Winsides.com</a>. <strong>Safe Coding! Peace out!</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://winsides.com/enable-core-isolation-memory-integrity-windows-11/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to Enable Real-time Protection in Windows 11?</title>
		<link>https://winsides.com/how-to-enable-real-time-protection-in-windows-11/</link>
					<comments>https://winsides.com/how-to-enable-real-time-protection-in-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Vigneshwaran Vijayakumar]]></dc:creator>
		<pubDate>Thu, 02 Apr 2026 05:23:00 +0000</pubDate>
				<category><![CDATA[Windows Security]]></category>
		<category><![CDATA[Real-Time Protection in Windows 11]]></category>
		<guid isPermaLink="false">https://winsides.com/?p=872</guid>

					<description><![CDATA[Enable Real-time Protection in Windows 11: This feature of Windows Security (formerly Windows Defender) in Windows 11 continuously scans your device for malware, spyware, and other potentially harmful software. This feature ensures that threats are detected and removed in real time, providing ongoing protection against emerging threats. Real-Time Protection helps safeguard your system by automatically [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>Enable</strong> <strong>Real-time Protection in Windows 11</strong>: This feature of <strong>Windows Security (formerly Windows Defender) </strong>in Windows 11 continuously scans your device for <strong>malware</strong>, <strong><a href="https://www.kaspersky.com/resource-center/threats/spyware" target="_blank" rel="noreferrer noopener">spyware</a></strong>, and other <strong>potentially harmful software</strong>. This feature ensures that threats are detected and removed in real time, providing ongoing protection against emerging threats. Real-Time Protection helps <strong>safeguard your system</strong> by automatically scanning downloaded files and apps, monitoring system activities, and detecting suspicious behavior, thus preventing malicious software from infecting your device. This feature is enabled by default in Windows 11 OS. When you set up your device, Windows Security is configured to automatically allow Real-Time Protection of Windows 11.</p>



<div class="wp-block-rank-math-toc-block" id="rank-math-toc"><h2>Table of Contents</h2><nav><ul><li><a href="#when-to-enable-and-disable-real-time-protection-on-windows-11">When to Enable and Disable Real-time Protection on Windows 11?</a></li><li><a href="#faq-question-1775286783196">As a developer, my IDE and builds are running incredibly slow. Is Real-Time Protection the culprit?</a></li><li><a href="#faq-question-1775286861053">How does Windows 11 handle Real-Time Protection if I install another antivirus?</a></li><li><a href="#faq-question-1775286881693">Why do registry tweaks to disable Real-Time Protection permanently often fail on Windows 11?</a></li><li><a href="#faq-question-1775286923261">Why does my system experience a massive spike in CPU usage by MsMpEng.exe even when I am not downloading anything?</a></li></ul></nav></div>



<h3 class="wp-block-heading" id="when-to-enable-and-disable-real-time-protection-on-windows-11">When to Enable and Disable Real-time Protection on Windows 11?</h3>



<ul class="wp-block-list">
<li><strong>Troubleshooting software conflicts:</strong> Some legitimate software might conflict with Real-Time Protection, and disabling it temporarily can help diagnose and resolve these issues.</li>



<li><strong>Installing certain applications:</strong> Occasionally, you may need to install software that Windows Security mistakenly identifies as a threat.</li>
</ul>



<p>This article focuses on How to Enable Real-time Protection in Windows 11 for the above purposes. However, <strong><em>winsides.com strongly advises you to keep this feature turned on always to protect yourself from vulnerabilities. </em></strong>The following are the key steps.</p>



<ul class="wp-block-list">
<li>Open <strong>Windows Settings</strong> using <kbd>Win Key</kbd> + <kbd>I</kbd>.</li>



<li>Click on <strong>Privacy and Security</strong>.</li>
</ul>



<figure class="wp-block-image aligncenter alignnone wp-image-818 size-full"><img loading="lazy" decoding="async" width="1814" height="890" src="https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security.jpg" alt="Privacy and Security" class="wp-image-818" title="How to Enable Real-time Protection in Windows 11? 1" srcset="https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security.jpg 1814w, https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security-300x147.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security-1024x502.jpg 1024w, https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security-768x377.jpg 768w, https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security-1536x754.jpg 1536w" sizes="auto, (max-width: 1814px) 100vw, 1814px" /><figcaption class="wp-element-caption">Privacy and Security</figcaption></figure>



<ul class="wp-block-list">
<li>Now, click on <strong>Windows Security</strong>.</li>
</ul>



<figure class="wp-block-image aligncenter alignnone wp-image-819 size-full"><img loading="lazy" decoding="async" width="1855" height="589" src="https://winsides.com/wp-content/uploads/2024/06/Windows-Security.jpg" alt="Windows Security" class="wp-image-819" title="How to Enable Real-time Protection in Windows 11? 2" srcset="https://winsides.com/wp-content/uploads/2024/06/Windows-Security.jpg 1855w, https://winsides.com/wp-content/uploads/2024/06/Windows-Security-300x95.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Windows-Security-1024x325.jpg 1024w, https://winsides.com/wp-content/uploads/2024/06/Windows-Security-768x244.jpg 768w, https://winsides.com/wp-content/uploads/2024/06/Windows-Security-1536x488.jpg 1536w" sizes="auto, (max-width: 1855px) 100vw, 1855px" /></figure>



<ul class="wp-block-list">
<li>Then, navigate to Virus &amp; Threat Protection.</li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1177" height="552" src="https://winsides.com/wp-content/uploads/2024/06/Virus-threat-Protection.jpg" alt="Virus &amp; threat Protection" class="wp-image-873" style="width:768px" title="Virus &amp; threat Protection" srcset="https://winsides.com/wp-content/uploads/2024/06/Virus-threat-Protection.jpg 1177w, https://winsides.com/wp-content/uploads/2024/06/Virus-threat-Protection-300x141.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Virus-threat-Protection-1024x480.jpg 1024w, https://winsides.com/wp-content/uploads/2024/06/Virus-threat-Protection-768x360.jpg 768w" sizes="auto, (max-width: 1177px) 100vw, 1177px" /><figcaption class="wp-element-caption">Virus &amp; threat Protection</figcaption></figure>



<ul class="wp-block-list">
<li>Windows Security will open now. Click on <strong>Manage Settings</strong> under Virus &amp; Threat Protection settings.</li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="889" height="802" src="https://winsides.com/wp-content/uploads/2024/06/Manage-Settings.jpg" alt="Manage Settings" class="wp-image-874" style="width:768px" title="Manage Settings" srcset="https://winsides.com/wp-content/uploads/2024/06/Manage-Settings.jpg 889w, https://winsides.com/wp-content/uploads/2024/06/Manage-Settings-300x271.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Manage-Settings-768x693.jpg 768w" sizes="auto, (max-width: 889px) 100vw, 889px" /><figcaption class="wp-element-caption">Manage Settings</figcaption></figure>



<ul class="wp-block-list">
<li>Toggle the <strong>Real-time protection switch to ON</strong>. Windows 11 will enable Real-Time Protection in Windows 11 now.</li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1101" height="551" src="https://winsides.com/wp-content/uploads/2024/06/Real-Time-protection.jpg" alt="Real-Time protection" class="wp-image-875" style="width:768px" title="Real-Time protection" srcset="https://winsides.com/wp-content/uploads/2024/06/Real-Time-protection.jpg 1101w, https://winsides.com/wp-content/uploads/2024/06/Real-Time-protection-300x150.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Real-Time-protection-1024x512.jpg 1024w, https://winsides.com/wp-content/uploads/2024/06/Real-Time-protection-768x384.jpg 768w" sizes="auto, (max-width: 1101px) 100vw, 1101px" /><figcaption class="wp-element-caption">Real-Time protection</figcaption></figure>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>Note: By default, this feature will be ON. This section is for informative purposes only.</p>
</blockquote>



<h2 class="wp-block-heading" id="disable-real-time-protection-in-windows-11-what-happens">Disable Real-Time Protection in Windows 11- What happens?</h2>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" width="851" height="315" src="https://winsides.com/wp-content/uploads/2024/06/REAL-TIME-PROTECTION-1.jpg" alt="What happens when we disable Real-time protection on Windows 11" class="wp-image-881" style="width:768px" title="What happens when we disable Real-time protection on Windows 11" srcset="https://winsides.com/wp-content/uploads/2024/06/REAL-TIME-PROTECTION-1.jpg 851w, https://winsides.com/wp-content/uploads/2024/06/REAL-TIME-PROTECTION-1-300x111.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/REAL-TIME-PROTECTION-1-768x284.jpg 768w" sizes="auto, (max-width: 851px) 100vw, 851px" /></figure>



<p>If you <strong>disable Real-Time Protection Windows 11</strong>, it should only be a <strong>temporary measure for specific troubleshooting or software installation needs</strong>. Always re-enable Real Time Protection as soon as possible to protect your device. By understanding the following risks, you can make an informed decision about temporarily disabling Real-Time Protection. Your device&#8217;s security is extremely important, so proceed with caution and ensure your protection is reactivated promptly.</p>



<ul class="wp-block-list">
<li><strong>Increased Vulnerability</strong>: Your device will be more susceptible to malware, viruses, and other security threats.</li>



<li><strong>Potential Data Loss</strong>: Disabling this feature increases the risk of data breaches and loss.</li>



<li><strong>Temporary Measure</strong>: Plan to re-enable Real Time Protection as soon as your specific task is complete.</li>



<li><strong>Consider Alternatives</strong>: If necessary, use alternative security measures such as <strong>third-party antivirus</strong> software during the period Real-Time Protection is disabled.</li>
</ul>



<p>To <strong>Disable Real-Time Protection in Windows 11</strong>, go to Virus &amp; Threat Protection Settings. Toggle the Real-Time Protection Switch to OFF to disable this security feature in Windows 11. </p>



<h2 class="wp-block-heading" id="frequently-asked-questions">Frequently Asked Questions</h2>


<div id="rank-math-faq" class="rank-math-block">
<div class="rank-math-list ">
<div id="faq-question-1775286783196" class="rank-math-list-item">
<h3 class="rank-math-question ">As a developer, my IDE and builds are running incredibly slow. Is Real-Time Protection the culprit?</h3>
<div class="rank-math-answer ">

<p>It is highly likely. Because Real-Time Protection checks files as they are being created and modified, compiling code can bring a system to a crawl. During a build, your compiler might generate thousands of small temporary files in seconds. The antivirus aggressively attempts to scan every single one of them. Instead of turning off your antivirus, you can add your project workspace folder to the Exclusions list. </p>

</div>
</div>
<div id="faq-question-1775286861053" class="rank-math-list-item">
<h3 class="rank-math-question ">How does Windows 11 handle Real-Time Protection if I install another antivirus?</h3>
<div class="rank-math-answer ">

<p>Windows 11 is designed to prevent &#8220;<strong>AV collisio</strong>n.&#8221; Running two real-time antivirus engines simultaneously causes severe system lag and false positives because both programs fight to intercept the exact same file requests at the exact same millisecond. The moment Windows 11 detects a fully registered, third-party security suite, it automatically stands down its own Real-Time Protection and puts Microsoft Defender into &#8220;Passive Mode.&#8221;</p>

</div>
</div>
<div id="faq-question-1775286881693" class="rank-math-list-item">
<h3 class="rank-math-question ">Why do registry tweaks to disable Real-Time Protection permanently often fail on Windows 11?</h3>
<div class="rank-math-answer ">

<p>This is due to a security layer called <strong>Tamper Protection</strong>. Tamper Protection locks down core security registry keys and group policies so that malicious software cannot simply rewrite a registry line to blind your antivirus.</p>

</div>
</div>
<div id="faq-question-1775286923261" class="rank-math-list-item">
<h3 class="rank-math-question ">Why does my system experience a massive spike in CPU usage by <code>MsMpEng.exe</code> even when I am not downloading anything?</h3>
<div class="rank-math-answer ">

<p>It is the actual core process behind Real-Time Protection. If you see it spiking while your computer is supposedly sitting idle, it means a background process is heavily accessing files.</p>

</div>
</div>
</div>
</div>


<h2 class="wp-block-heading" id="take-away">Take away:</h2>



<p><strong>Real-time protection in Windows 11</strong> is a vital feature that continuously shields your device from various security threats, ensuring a safer computing environment. While it is enabled by default to provide ongoing protection, knowing how to manage this feature is crucial for specific scenarios that may require temporary disabling. </p>



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



<p>We hope you are satisfied with our article on how to <strong>Enable Real-time Protection in Windows 11</strong> and if you have any <strong>queries</strong>, kindly let us know in the <strong>comments</strong>.  Find more tutorials at our homepage: <a href="https://winsides.com/" data-type="link" data-id="https://winsides.com/">Winsides.com</a> <strong>Happy Coding! Peace out!</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://winsides.com/how-to-enable-real-time-protection-in-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Allow an App through Windows Firewall?</title>
		<link>https://winsides.com/how-to-allow-an-app-through-windows-firewall/</link>
					<comments>https://winsides.com/how-to-allow-an-app-through-windows-firewall/#respond</comments>
		
		<dc:creator><![CDATA[Vigneshwaran Vijayakumar]]></dc:creator>
		<pubDate>Tue, 04 Feb 2025 14:38:38 +0000</pubDate>
				<category><![CDATA[Windows Security]]></category>
		<category><![CDATA[allow an app through windows firewall]]></category>
		<category><![CDATA[windows firewall]]></category>
		<guid isPermaLink="false">https://winsides.com/?p=1561</guid>

					<description><![CDATA[Windows Firewall: It is a network security system designed to monitor and control incoming and outgoing network traffic based on predetermined security rules. It acts as a barrier between your computer and potential threats from the internet or other networks, helping to protect your system from unauthorized access and cyber-attacks. Windows Firewall was first introduced [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>Windows Firewall</strong>: It is a <strong>network security system</strong> designed to monitor and control <strong>incoming and outgoing network traffic</strong> based on <strong>predetermined security rules</strong>. It acts as a barrier between your computer and <strong>potential threats</strong> from the internet or other networks, helping to protect your system from unauthorized access and <strong>cyber-attacks</strong>. Windows Firewall was first introduced in <strong>Windows XP</strong> in 2001 as part of <strong>Service Pack 2 (SP2)</strong>, released in August 2004. Initially named &#8220;<strong>Internet Connection Firewall</strong>,&#8221; it was rebranded to &#8220;Windows Firewall&#8221; and significantly enhanced in functionality and ease of use. Windows Firewall blocks apps <strong>by default</strong> to maintain a <strong>secure environment</strong>, and there may be instances where we trust an app and want to allow it through Windows Firewall. This article will cruise through the steps of <strong>How to Allow an App through Windows Firewall in Windows 11</strong>.</p>


<p>IMPORTANT: Ensure the app comes from a trusted source and is not malicious. Only allow apps that are necessary and verified to be safe.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<h2 class="wp-block-heading">Key Steps:</h2>



<ul class="wp-block-list">
<li>Go to Windows Securiy and then to Virus &amp; Threat Protection.</li>



<li>Navigate to Firewall &amp; Network Protection. </li>



<li>Click on Allow an App through firewall.</li>



<li>Select the App that you want to allow.</li>
</ul>
</blockquote>



<ul class="wp-block-list">
<li>Open Windows Settings via <strong><kbd>WinKey</kbd> + <kbd>I</kbd></strong>.</li>



<li>You can find the option <strong>Privacy &amp; Security</strong> on the left pane. Click on that. </li>
</ul>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="700" src="https://winsides.com/wp-content/uploads/2024/07/Privacy-Settings-1024x700.webp" alt="Privacy-Settings" class="wp-image-1525" style="width:768px" title="How to Allow an App through Windows Firewall? 3" srcset="https://winsides.com/wp-content/uploads/2024/07/Privacy-Settings-1024x700.webp 1024w, https://winsides.com/wp-content/uploads/2024/07/Privacy-Settings-300x205.webp 300w, https://winsides.com/wp-content/uploads/2024/07/Privacy-Settings-768x525.webp 768w, https://winsides.com/wp-content/uploads/2024/07/Privacy-Settings-220x150.webp 220w, https://winsides.com/wp-content/uploads/2024/07/Privacy-Settings.webp 1146w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Privacy-Settings</figcaption></figure>



<ul class="wp-block-list">
<li>Under Security, click on <strong>Windows Security</strong>.</li>
</ul>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="247" src="https://winsides.com/wp-content/uploads/2024/07/Windows-Security-1024x247.webp" alt="Windows-Security" class="wp-image-1526" style="width:768px" title="How to Allow an App through Windows Firewall? 4" srcset="https://winsides.com/wp-content/uploads/2024/07/Windows-Security-1024x247.webp 1024w, https://winsides.com/wp-content/uploads/2024/07/Windows-Security-300x72.webp 300w, https://winsides.com/wp-content/uploads/2024/07/Windows-Security-768x185.webp 768w, https://winsides.com/wp-content/uploads/2024/07/Windows-Security-1536x370.webp 1536w, https://winsides.com/wp-content/uploads/2024/07/Windows-Security.webp 1782w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Windows-Security</figcaption></figure>



<ul class="wp-block-list">
<li>Now, click on <strong>Virus &amp; Threat Protection</strong> which is available under Protection areas.</li>
</ul>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="435" src="https://winsides.com/wp-content/uploads/2024/07/Virus-Threat-Protection-1024x435.webp" alt="Virus-Threat-Protection" class="wp-image-1527" style="width:768px" title="How to Allow an App through Windows Firewall? 5" srcset="https://winsides.com/wp-content/uploads/2024/07/Virus-Threat-Protection-1024x435.webp 1024w, https://winsides.com/wp-content/uploads/2024/07/Virus-Threat-Protection-300x127.webp 300w, https://winsides.com/wp-content/uploads/2024/07/Virus-Threat-Protection-768x326.webp 768w, https://winsides.com/wp-content/uploads/2024/07/Virus-Threat-Protection.webp 1156w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Virus-Threat-Protection</figcaption></figure>



<ul class="wp-block-list">
<li>Windows Security will open now. Click on <strong>Firewall &amp; Network Protection</strong>. </li>
</ul>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="558" src="https://winsides.com/wp-content/uploads/2024/07/Firewall-and-Network-Protection-1024x558.webp" alt="Firewall and Network Protection" class="wp-image-1573" style="width:768px" title="How to Allow an App through Windows Firewall? 6" srcset="https://winsides.com/wp-content/uploads/2024/07/Firewall-and-Network-Protection-1024x558.webp 1024w, https://winsides.com/wp-content/uploads/2024/07/Firewall-and-Network-Protection-300x164.webp 300w, https://winsides.com/wp-content/uploads/2024/07/Firewall-and-Network-Protection-768x419.webp 768w, https://winsides.com/wp-content/uploads/2024/07/Firewall-and-Network-Protection.webp 1027w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Firewall and Network Protection</figcaption></figure>



<ul class="wp-block-list">
<li>Click on <strong>Allow an app through firewall</strong>. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="791" height="737" src="https://winsides.com/wp-content/uploads/2024/07/Allow-an-App-through-Windows-Firewall.webp" alt="Allow an App through Windows Firewall" class="wp-image-1571" style="width:768px" title="How to Allow an App through Windows Firewall? 7" srcset="https://winsides.com/wp-content/uploads/2024/07/Allow-an-App-through-Windows-Firewall.webp 791w, https://winsides.com/wp-content/uploads/2024/07/Allow-an-App-through-Windows-Firewall-300x280.webp 300w, https://winsides.com/wp-content/uploads/2024/07/Allow-an-App-through-Windows-Firewall-768x716.webp 768w" sizes="auto, (max-width: 791px) 100vw, 791px" /><figcaption class="wp-element-caption">Allow an App through Windows Firewall</figcaption></figure>



<ul class="wp-block-list">
<li>Windows Firewall Allowed Apps will open now. Click on <strong>Change Settings</strong> so that the system will allow you to make changes to the Allowed Apps. You might be prompted to enter an <strong>Administrator password</strong> or confirm your choice.</li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1023" height="615" src="https://winsides.com/wp-content/uploads/2024/07/Change-Settings.webp" alt="Change Settings" class="wp-image-1572" style="width:768px" title="How to Allow an App through Windows Firewall? 8" srcset="https://winsides.com/wp-content/uploads/2024/07/Change-Settings.webp 1023w, https://winsides.com/wp-content/uploads/2024/07/Change-Settings-300x180.webp 300w, https://winsides.com/wp-content/uploads/2024/07/Change-Settings-768x462.webp 768w, https://winsides.com/wp-content/uploads/2024/07/Change-Settings-780x470.webp 780w" sizes="auto, (max-width: 1023px) 100vw, 1023px" /><figcaption class="wp-element-caption">Change Settings</figcaption></figure>



<ul class="wp-block-list">
<li>Scroll through the list of apps available, and locate the app that you want to allow through Windows Firewall. </li>



<li>Once you find your app, you can find two check boxes next to it, <strong>Private and Public</strong>. Private networks are networks that you trust, such as your home or office network. Public networks are networks that you do not trust or not familiar with, such as a public Wi-Fi at a mall or airport. Choose accordingly. </li>



<li>Finally, click <strong>OK</strong> to save the changes. Your selected app should now be allowed through Windows Firewall in Windows 11. </li>
</ul>


<p>Note: You can also use Start menu and Control Panel to access Windows Security in Windows 11.</p>



<h2 class="wp-block-heading">What if your Allow an app through firewall option is grayed out?</h2>



<p>Sometimes, you may not be able to select an app in the firewall settings because the entire section is grayed out, as shown in the image below!</p>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="823" height="644" src="https://winsides.com/wp-content/uploads/2024/07/chrome_h3q2cfEj8K.webp" alt="Allow an app through firewall option is grayed out" class="wp-image-5120" style="width:550px" title="Allow an app through firewall option is grayed out" srcset="https://winsides.com/wp-content/uploads/2024/07/chrome_h3q2cfEj8K.webp 823w, https://winsides.com/wp-content/uploads/2024/07/chrome_h3q2cfEj8K-300x235.webp 300w, https://winsides.com/wp-content/uploads/2024/07/chrome_h3q2cfEj8K-768x601.webp 768w" sizes="auto, (max-width: 823px) 100vw, 823px" /><figcaption class="wp-element-caption">Allow an app through firewall option is grayed out</figcaption></figure>



<p>The fix for this issue is to ensure that your firewall is active, as suggested in a Reddit community <a href="https://www.reddit.com/r/Windows10/comments/m1h8ir/my_allow_an_app_through_firewall_button_is_greyed/" data-type="link" data-id="https://www.reddit.com/r/Windows10/comments/m1h8ir/my_allow_an_app_through_firewall_button_is_greyed/" target="_blank" rel="noopener">post</a>. However, I believe you need an administrator account to allow applications through the firewall. Follow these simple steps to do that:</p>



<ul class="wp-block-list">
<li>Press <kbd>Winkey</kbd> + <kbd>S</kbd>, type <strong>Windows Security</strong>, and open it.</li>



<li>Click <strong>Firewall &amp; network protection</strong> on the left side.</li>



<li>Scroll down and click <strong>Allow an app through firewall</strong>.</li>



<li>At the top-right corner, click <strong>Change settings</strong> (with a shield icon).</li>



<li>If prompted, click <strong>Yes</strong> on the User Account Control (UAC) popup.</li>



<li>Find the app you want to allow in the list.</li>



<li>Check the <strong>Private</strong> and/or <strong>Public</strong> box as needed.</li>



<li>Click <strong>OK</strong> to save the changes.</li>
</ul>



<p>That&#8217;s it, in this way you can run the firewall as administrator and allow an app through the firewall.</p>



<h2 class="wp-block-heading">What are the Risks of allowing an app through Windows Firewall?</h2>



<p><strong>Allowing an app through Windows Firewall</strong> introduces several risks, such as <strong>unauthorized access</strong> and <strong>data leakage</strong>. If the app has security vulnerabilities or becomes compromised, attackers can exploit these weaknesses to gain unauthorized access to your system, potentially leading to <strong>data breaches</strong>. Additionally, allowing apps increases your network&#8217;s attack surface, providing more opportunities for malware to communicate with <strong>command-and-control servers</strong>, which can further spread infections or exfiltrate data. Furthermore, allowing unnecessary apps can consume <strong>network bandwidth and system resources</strong>, affecting overall performance.</p>



<h3 class="wp-block-heading">When should an App be allowed?</h3>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="576" src="https://winsides.com/wp-content/uploads/2024/07/Safe-Computing-with-Windows-Firewall-1024x576.webp" alt="Safe Computing with Windows Firewall" class="wp-image-1579" style="width:768px" title="How to Allow an App through Windows Firewall? 9" srcset="https://winsides.com/wp-content/uploads/2024/07/Safe-Computing-with-Windows-Firewall-1024x576.webp 1024w, https://winsides.com/wp-content/uploads/2024/07/Safe-Computing-with-Windows-Firewall-300x169.webp 300w, https://winsides.com/wp-content/uploads/2024/07/Safe-Computing-with-Windows-Firewall-768x432.webp 768w, https://winsides.com/wp-content/uploads/2024/07/Safe-Computing-with-Windows-Firewall-1536x864.webp 1536w, https://winsides.com/wp-content/uploads/2024/07/Safe-Computing-with-Windows-Firewall-390x220.webp 390w, https://winsides.com/wp-content/uploads/2024/07/Safe-Computing-with-Windows-Firewall.webp 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Safe Computing with Windows Firewall</figcaption></figure>



<p>There are three crucial considerations. <strong>Trusted Source, Specific need, and Proper Configuration</strong>.</p>



<ol class="wp-block-list">
<li>Ensure the app comes from a trusted source and is not malicious. Only allow apps that are necessary and verified to be safe.</li>



<li>Allow the app through the firewall only if it specifically needs network access to function. Unnecessary allowances can create security risks.</li>



<li>Configure the firewall to allow only the necessary types of traffic for the app. For example, allow specific ports, protocols, or IP addresses rather than a broad allowance.</li>
</ol>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<h4 class="wp-block-heading">Information on the Go!</h4>



<p>The principle of &#8220;<strong>default deny</strong>&#8221; is a security best practice. It means that by default, all connections are blocked, and only those explicitly allowed are permitted. This minimizes the attack surface and enhances security.</p>
</blockquote>



<h2 class="wp-block-heading">Restore Firewalls to default in Windows 11:</h2>



<p>If you wish to restore the Firewall Settings back to its default configuration, follow the below steps. </p>



<ul class="wp-block-list">
<li>Under <strong>Firewall and Network Protection</strong>, click on <strong>Restore firewalls to default</strong>. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="641" height="768" src="https://winsides.com/wp-content/uploads/2024/07/Restore-Firewall-Settings.webp" alt="Restore Firewall Settings" class="wp-image-1575" style="width:550px" title="How to Allow an App through Windows Firewall? 10" srcset="https://winsides.com/wp-content/uploads/2024/07/Restore-Firewall-Settings.webp 641w, https://winsides.com/wp-content/uploads/2024/07/Restore-Firewall-Settings-250x300.webp 250w" sizes="auto, (max-width: 641px) 100vw, 641px" /><figcaption class="wp-element-caption">Restore Firewall Settings</figcaption></figure>



<ul class="wp-block-list">
<li>Now, Default Settings window will open now.  Click on <strong>Restore Defaults</strong>. </li>
</ul>



<figure class="wp-block-image aligncenter size-full is-resized"><img loading="lazy" decoding="async" width="1002" height="588" src="https://winsides.com/wp-content/uploads/2024/07/Restore-Defaults.webp" alt="Restore Defaults" class="wp-image-1576" style="width:768px" title="How to Allow an App through Windows Firewall? 11" srcset="https://winsides.com/wp-content/uploads/2024/07/Restore-Defaults.webp 1002w, https://winsides.com/wp-content/uploads/2024/07/Restore-Defaults-300x176.webp 300w, https://winsides.com/wp-content/uploads/2024/07/Restore-Defaults-768x451.webp 768w" sizes="auto, (max-width: 1002px) 100vw, 1002px" /><figcaption class="wp-element-caption">Restore Defaults</figcaption></figure>



<ul class="wp-block-list">
<li>This option will remove Windows Defender Firewall settings that you have configured for all network locations. Please note that this might cause some apps to stop working. </li>
</ul>



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



<p>Windows Firewall blocks apps <strong>by default</strong>, even those from trusted sources, to maintain a high level of security and ensure that only necessary network communications are allowed. This approach helps maintain a secure computing environment and minimizes the risk of unauthorized access and data breaches. By being cautious and selective about which apps are allowed through Windows Firewall, you can minimize potential security risks and maintain a more secure network environment in Windows 11. <strong>Safe Computing! Peace out!</strong></p>



<h2 class="wp-block-heading">Articles References: </h2>



<ul class="wp-block-list">
<li>Microsoft Community: <em>Windows Defender Firewall has blocked some features of this app</em>. Retrieved from <a href="https://answers.microsoft.com/en-us/windows/forum/all/windows-defender-firewall-has-blocked-some/dd63c88d-0347-48a3-ab32-f82244fcaf1e" data-type="link" data-id="https://answers.microsoft.com/en-us/windows/forum/all/windows-defender-firewall-has-blocked-some/dd63c88d-0347-48a3-ab32-f82244fcaf1e" target="_blank" rel="noopener">Microsoft Community Answers</a> on 04.02.2025</li>



<li>Microsoft Community: <em>Which Apps Should I Allow through Defender Firewall</em>. Retrieved from <a href="https://answers.microsoft.com/en-us/windows/forum/all/which-apps-should-i-allow-through-defender/f7e56f8f-e7bf-415d-8ab6-061ed390f22b" data-type="link" data-id="https://answers.microsoft.com/en-us/windows/forum/all/which-apps-should-i-allow-through-defender/f7e56f8f-e7bf-415d-8ab6-061ed390f22b" target="_blank" rel="noopener">Microsoft Community Answers</a> on 04.02.2025</li>



<li>Microsoft Community: <em>I cannot allow an app through firewall &#8211; and security settings have been changed but not by me!</em>. Retrieved from <a href="https://answers.microsoft.com/en-us/windows/forum/all/i-cannot-allow-an-app-through-firewall-and/e1457437-d9a8-434d-97f0-9960bdfa5018" data-type="link" data-id="https://answers.microsoft.com/en-us/windows/forum/all/i-cannot-allow-an-app-through-firewall-and/e1457437-d9a8-434d-97f0-9960bdfa5018" target="_blank" rel="noopener">Microsoft Community Answers</a> on 04.02.2025</li>



<li>Reddit Community: <em>Allow an app through firewall&#8221; button is greyed out</em>. Retrieved from <a href="https://www.reddit.com/r/Windows10/comments/m1h8ir/my_allow_an_app_through_firewall_button_is_greyed/" data-type="link" data-id="https://www.reddit.com/r/Windows10/comments/m1h8ir/my_allow_an_app_through_firewall_button_is_greyed/" target="_blank" rel="noopener">Reddit Community</a> on 04.02.2025</li>



<li>Youtube Video Community: <em>How to Allow Apps Through Firewall on Windows 10?</em> Retrieved from <strong><a href="https://www.youtube.com/@DOITMOSTAFAAHMED" data-type="link" data-id="https://www.youtube.com/@DOITMOSTAFAAHMED" target="_blank" rel="noopener">DO IT / mostafa ahmed</a></strong> Youtube Channel <a href="https://www.youtube.com/watch?v=zijsJZionv0" data-type="link" data-id="https://www.youtube.com/watch?v=zijsJZionv0" target="_blank" rel="noopener">video</a> on 04.02.2025</li>
</ul>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://winsides.com/how-to-allow-an-app-through-windows-firewall/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Enable Microsoft Defender Application Guard in Windows 11</title>
		<link>https://winsides.com/microsoft-defender-application-guard-windows-11/</link>
					<comments>https://winsides.com/microsoft-defender-application-guard-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Vigneshwaran Vijayakumar]]></dc:creator>
		<pubDate>Tue, 06 Aug 2024 12:46:49 +0000</pubDate>
				<category><![CDATA[Windows Security]]></category>
		<category><![CDATA[Enable Microsoft Defender Application Guard in Windows 11]]></category>
		<category><![CDATA[MDAG in Windows 11]]></category>
		<guid isPermaLink="false">https://winsides.com/?p=1849</guid>

					<description><![CDATA[Microsoft Defender Application Guard (MDAG) is a powerful security feature designed to protect Windows Enterprise environments from advanced threats such as malware, phishing, and cyber-attacks. It utilizes hardware-based virtualization to isolate potentially harmful tasks from the host operating system, ensuring that if a malicious attack occurs, it is contained and cannot affect the rest of [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>Microsoft Defender Application Guard (MDAG)</strong> is a powerful <strong>security feature</strong> designed to protect <strong>Windows Enterprise environments</strong> from advanced threats such as <strong>malware, phishing, and cyber-attacks</strong>. It utilizes <strong>hardware-based virtualization</strong> to isolate potentially harmful tasks from the host operating system, ensuring that if a malicious attack occurs, it is contained and cannot affect the rest of the system. Its smooth integration with <strong>Microsoft Edge Web Browser</strong> and configurable policies make it an ideal solution for enterprise environments seeking to enhance their security posture without compromising user experience. This article will walk you through the step-by-step guide on <strong>How to Enable MDAG in Windows 11</strong> Enterprise Editions. <strong>Check out: <a href="https://winsides.com/enable-smartscreen-for-microsoft-edge-browser/" data-type="post" data-id="1538">Enable SmartScreen for Edge Browser in Windows 11</a></strong> </p>



<ul class="wp-block-list">
<li>Open <strong>Run</strong> Command and execute the following command. <code>appwiz.cpl</code></li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="489" height="299" src="https://winsides.com/wp-content/uploads/2024/06/appwiz.cpl_.webp" alt="appwiz.cpl" class="wp-image-1218" title="Enable Microsoft Defender Application Guard in Windows 11 12" srcset="https://winsides.com/wp-content/uploads/2024/06/appwiz.cpl_.webp 489w, https://winsides.com/wp-content/uploads/2024/06/appwiz.cpl_-300x183.webp 300w" sizes="auto, (max-width: 489px) 100vw, 489px" /><figcaption class="wp-element-caption">appwiz.cpl</figcaption></figure>



<ul class="wp-block-list">
<li>Click on <strong>Turn Windows Features on or off</strong> from the left pane.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="1002" height="604" src="https://winsides.com/wp-content/uploads/2024/06/Turn-on-Windows-Features-on-or-off.webp" alt="Turn-on-Windows-Features-on-or-off" class="wp-image-1219" title="Enable Microsoft Defender Application Guard in Windows 11 13" srcset="https://winsides.com/wp-content/uploads/2024/06/Turn-on-Windows-Features-on-or-off.webp 1002w, https://winsides.com/wp-content/uploads/2024/06/Turn-on-Windows-Features-on-or-off-300x181.webp 300w, https://winsides.com/wp-content/uploads/2024/06/Turn-on-Windows-Features-on-or-off-768x463.webp 768w, https://winsides.com/wp-content/uploads/2024/06/Turn-on-Windows-Features-on-or-off-780x470.webp 780w" sizes="auto, (max-width: 1002px) 100vw, 1002px" /><figcaption class="wp-element-caption">Turn Windows Features on or off</figcaption></figure>



<ul class="wp-block-list">
<li>Locate the <strong>Microsoft Defender Application Guard</strong> and click on the checkbox next to it. Finally, click <strong>OK</strong>.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="539" height="416" src="https://winsides.com/wp-content/uploads/2024/08/Enable-Microsoft-Defender-Application-Guard-in-Windows-11.webp" alt="Enable Microsoft Defender Application Guard in Windows 11" class="wp-image-1851" title="Enable Microsoft Defender Application Guard in Windows 11 14" srcset="https://winsides.com/wp-content/uploads/2024/08/Enable-Microsoft-Defender-Application-Guard-in-Windows-11.webp 539w, https://winsides.com/wp-content/uploads/2024/08/Enable-Microsoft-Defender-Application-Guard-in-Windows-11-300x232.webp 300w" sizes="auto, (max-width: 539px) 100vw, 539px" /><figcaption class="wp-element-caption">Enable Microsoft Defender Application Guard in Windows 11</figcaption></figure>



<ul class="wp-block-list">
<li>Windows will search for the required files.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="784" height="660" src="https://winsides.com/wp-content/uploads/2024/06/Searching-for-the-Required-Files.webp" alt="Searching-for-the-Required-Files" class="wp-image-1223" title="Enable Microsoft Defender Application Guard in Windows 11 15" srcset="https://winsides.com/wp-content/uploads/2024/06/Searching-for-the-Required-Files.webp 784w, https://winsides.com/wp-content/uploads/2024/06/Searching-for-the-Required-Files-300x253.webp 300w, https://winsides.com/wp-content/uploads/2024/06/Searching-for-the-Required-Files-768x647.webp 768w" sizes="auto, (max-width: 784px) 100vw, 784px" /><figcaption class="wp-element-caption">Searching for the required files</figcaption></figure>



<ul class="wp-block-list">
<li>Then, the necessary changes will be applied.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="875" height="678" src="https://winsides.com/wp-content/uploads/2024/01/Applying-Changes.jpg" alt="Applying Changes" class="wp-image-36" title="Enable Microsoft Defender Application Guard in Windows 11 16" srcset="https://winsides.com/wp-content/uploads/2024/01/Applying-Changes.jpg 875w, https://winsides.com/wp-content/uploads/2024/01/Applying-Changes-300x232.jpg 300w, https://winsides.com/wp-content/uploads/2024/01/Applying-Changes-768x595.jpg 768w" sizes="auto, (max-width: 875px) 100vw, 875px" /><figcaption class="wp-element-caption">Applying Changes</figcaption></figure>



<ul class="wp-block-list">
<li>Click <strong>Restart</strong> if you are prompted to restart or click <strong>Close</strong> accordingly. However, it is suggested that the changes be restarted right away so that they will be reflected.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="781" height="651" src="https://winsides.com/wp-content/uploads/2024/07/image.webp" alt="Close" class="wp-image-1841" title="Enable Microsoft Defender Application Guard in Windows 11 17" srcset="https://winsides.com/wp-content/uploads/2024/07/image.webp 781w, https://winsides.com/wp-content/uploads/2024/07/image-300x250.webp 300w, https://winsides.com/wp-content/uploads/2024/07/image-768x640.webp 768w" sizes="auto, (max-width: 781px) 100vw, 781px" /><figcaption class="wp-element-caption">Close</figcaption></figure>



<ul class="wp-block-list">
<li>Microsoft Defender Application Guard (MDAG) is now enabled in Windows 11.</li>
</ul>


<p>This optional Feature is exclusive to Windows Professional Editions, and hence it is not availble in Windows Home Edition which is intended for personal use.</p>



<h2 class="wp-block-heading">Microsoft Defender Application Guard &#8211; Key Features:</h2>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://winsides.com/wp-content/uploads/2024/08/Containers-in-MDAG-1024x576.jpg" alt="Containers in MDAG" class="wp-image-1855" title="Enable Microsoft Defender Application Guard in Windows 11 18" srcset="https://winsides.com/wp-content/uploads/2024/08/Containers-in-MDAG-1024x576.jpg 1024w, https://winsides.com/wp-content/uploads/2024/08/Containers-in-MDAG-300x169.jpg 300w, https://winsides.com/wp-content/uploads/2024/08/Containers-in-MDAG-768x432.jpg 768w, https://winsides.com/wp-content/uploads/2024/08/Containers-in-MDAG-1536x864.jpg 1536w, https://winsides.com/wp-content/uploads/2024/08/Containers-in-MDAG-390x220.jpg 390w, https://winsides.com/wp-content/uploads/2024/08/Containers-in-MDAG.jpg 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Containers in MDAG</figcaption></figure>



<ol class="wp-block-list">
<li>MDAG uses the <strong><a href="https://winsides.com/enable-windows-hypervisor-platform-in-windows-11/" data-type="post" data-id="187">Hyper-V</a> hypervisor technology</strong>, a core component of Windows virtualization capabilities, to create a secure, isolated container for untrusted tasks. Any activity deemed suspicious or potentially harmful is executed within a <strong>virtual machine (VM)</strong> that is completely segregated from the host operating system. The isolated container is <strong>lightweight and optimized</strong> to ensure that browsing and application performance remains <strong>smooth and responsive</strong>.</li>



<li>It is tightly integrated with <strong>Microsoft Edge</strong>, the default web browser in Windows 10 and Windows 11. This integration extends to the handling of <strong>downloads and file executions</strong>.</li>



<li>By running <strong>untrusted sites and applications</strong> in an isolated container, MDAG prevents malware, <strong><a href="https://winsides.com/manage-ransomware-protection-in-windows-11/" data-type="post" data-id="958">ransomware</a></strong>, and other malicious software from spreading to the host system.</li>



<li>MDAG is designed to be compatible with existing <strong>enterprise infrastructure and security solutions</strong>. It integrates seamlessly with other Microsoft security products such as <strong>Microsoft Defender Antivirus</strong> and <strong>Microsoft Endpoint Manager</strong>, providing a comprehensive security ecosystem.</li>
</ol>


<p>Deploying and managing MDAG is straightforward, thanks to its integration with Windows management tools and centralized policy controls.</p>



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



<p>Microsoft Defender Application Guard in Windows 11 professional editions is a <strong>powerful and versatile security feature</strong> designed to <strong>protect enterprise environments</strong> from advanced cyber threats. By deploying MDAG, enterprises can safeguard their <strong>sensitive data</strong>, maintain high levels of performance and usability, and stay ahead of emerging threats. Stay tuned to <a href="https://winsides.com">winsides.com</a> for more interesting articles. <strong>Safe Computing! Peace out!</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://winsides.com/microsoft-defender-application-guard-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Enable Safe Boot in Windows 11?</title>
		<link>https://winsides.com/how-to-enable-safe-boot-in-windows-11/</link>
					<comments>https://winsides.com/how-to-enable-safe-boot-in-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Vigneshwaran Vijayakumar]]></dc:creator>
		<pubDate>Sun, 21 Jul 2024 20:09:27 +0000</pubDate>
				<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Enable Safe Boot in Windows 11]]></category>
		<category><![CDATA[Safe boot]]></category>
		<category><![CDATA[windows 11]]></category>
		<category><![CDATA[Windows Features]]></category>
		<category><![CDATA[Windows Security]]></category>
		<guid isPermaLink="false">https://winsides.com/?p=1684</guid>

					<description><![CDATA[Enable Safe Boot in Windows 11: The Safe Boot option in Windows 11 is a troubleshooting feature that allows you to start your computer with a minimal set of drivers and services. This mode is designed to help diagnose and fix issues that might be preventing your system from starting normally or running correctly. By [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>Enable Safe Boot in Windows 11</strong>: The Safe Boot option in Windows 11 is a <strong>troubleshooting feature</strong> that allows you to start your computer with a <strong>minimal set of drivers and services</strong>. This mode is designed to help <strong>diagnose and fix issues</strong> that might be preventing your system from starting normally or running correctly. By limiting the number of startup programs and non-essential drivers, <strong>Safe Boot</strong> provides a <strong>clean environment</strong> for troubleshooting. This latest article will walk you through how to <strong>Enable the Safe Boot option in Windows 11</strong>, the types of <strong>safe boot options</strong>, and more. <strong>Checkout: <a href="https://winsides.com/manage-ransomware-protection-in-windows-11/" data-type="post" data-id="958">Manage Ransomware Protection in Windows 11</a></strong></p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<h2 class="wp-block-heading">Key Steps:</h2>



<ul class="wp-block-list">
<li>Open <strong>Run</strong> Command. </li>



<li>Execute the command <strong>msconfig</strong> in the Run command.</li>



<li>Switch to <strong>Boot</strong> Tab in<strong> System Configuration</strong>.</li>



<li>Enable <strong>Safe boot</strong>, choose Minimal or Alternate Shell, or Active Directory repair, or Network accordingly and Click <strong>Apply</strong>. </li>
</ul>
</blockquote>



<h2 class="wp-block-heading">Why and When do I need the Safe Boot option in Windows 11?</h2>



<p>Understanding why and when to use Safe Boot can significantly help <span style="box-sizing: border-box; margin: 0px; padding: 0px;">maintain your <strong>system’s health</strong> and <strong>resolve</strong></span><strong> problems</strong> efficiently.</p>



<figure class="wp-block-image aligncenter size-large is-resized"><img loading="lazy" decoding="async" width="1024" height="576" src="https://winsides.com/wp-content/uploads/2024/07/When-do-we-need-Safe-Boot-option-in-Windows-11-1024x576.jpg" alt="When do we need Safe Boot option in Windows 11" class="wp-image-1687" style="width:840px;height:auto" title="How to Enable Safe Boot in Windows 11? 19" srcset="https://winsides.com/wp-content/uploads/2024/07/When-do-we-need-Safe-Boot-option-in-Windows-11-1024x576.jpg 1024w, https://winsides.com/wp-content/uploads/2024/07/When-do-we-need-Safe-Boot-option-in-Windows-11-300x169.jpg 300w, https://winsides.com/wp-content/uploads/2024/07/When-do-we-need-Safe-Boot-option-in-Windows-11-768x432.jpg 768w, https://winsides.com/wp-content/uploads/2024/07/When-do-we-need-Safe-Boot-option-in-Windows-11-1536x864.jpg 1536w, https://winsides.com/wp-content/uploads/2024/07/When-do-we-need-Safe-Boot-option-in-Windows-11-390x220.jpg 390w, https://winsides.com/wp-content/uploads/2024/07/When-do-we-need-Safe-Boot-option-in-Windows-11.jpg 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">When do we need the Safe Boot option in Windows 11</figcaption></figure>



<h3 class="wp-block-heading">Why?</h3>



<ul class="wp-block-list">
<li>Safe Boot allows you to start Windows without <strong>third-party drivers</strong> and <strong>startup programs</strong>, helping you identify and fix problems that prevent Windows from starting normally.</li>



<li>Some malware is designed to load automatically when Windows starts. Safe Boot prevents these <strong>malicious programs</strong> from launching, making it easier to remove them using <strong>antivirus or anti-malware tools</strong>.</li>



<li><strong>Conflicting or corrupt drivers</strong> can cause system instability or crashes. Safe Boot loads only essential drivers, allowing you to identify and update or uninstall problematic drivers without interference.</li>



<li>Safe Boot provides a controlled environment for performing <strong>system maintenance tasks</strong>, such as running <strong>system file checks</strong>, <strong>disk checks</strong>, and <strong>restoring system settings</strong> using System Restore.</li>



<li>If you encounter <a href="https://winsides.com/global-outage-microsoft-services-july-19-2024/" data-type="post" data-id="1638">BSOD errors</a>, Safe Boot can help you troubleshoot the underlying cause, whether it’s a driver issue, hardware failure, or software conflict.</li>
</ul>



<h3 class="wp-block-heading">When?</h3>



<ol class="wp-block-list">
<li>After <strong>Installing New Software or Drivers</strong></li>



<li>Experiencing <strong>Frequent Crashes or Freezes</strong></li>



<li>Suspected <strong>Malware Infection</strong></li>



<li><strong>System Performance</strong> Issues</li>



<li>Blue Screen of Death (<strong>BSOD</strong>) Errors</li>
</ol>



<p>Let&#8217;s get into the steps. </p>



<ul class="wp-block-list">
<li>Open the <strong>Run</strong> command using the <strong>Start menu</strong> or using the shortcut <strong><kbd>Win Key</kbd> + <kbd>R</kbd></strong>.</li>



<li>Enter the following command and click <strong>OK</strong>. <code>msconfig</code></li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="456" height="272" src="https://winsides.com/wp-content/uploads/2024/07/msconfig.webp" alt="msconfig" class="wp-image-1692" title="How to Enable Safe Boot in Windows 11? 20" srcset="https://winsides.com/wp-content/uploads/2024/07/msconfig.webp 456w, https://winsides.com/wp-content/uploads/2024/07/msconfig-300x179.webp 300w" sizes="auto, (max-width: 456px) 100vw, 456px" /><figcaption class="wp-element-caption">msconfig</figcaption></figure>



<ul class="wp-block-list">
<li><strong>System Configuration</strong> will open now. </li>



<li>Switch to the tab &#8220;<strong>Boot</strong>&#8220;.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="665" height="470" src="https://winsides.com/wp-content/uploads/2024/07/Switch-to-Boot-tab.webp" alt="Switch to Boot tab" class="wp-image-1693" title="How to Enable Safe Boot in Windows 11? 21" srcset="https://winsides.com/wp-content/uploads/2024/07/Switch-to-Boot-tab.webp 665w, https://winsides.com/wp-content/uploads/2024/07/Switch-to-Boot-tab-300x212.webp 300w" sizes="auto, (max-width: 665px) 100vw, 665px" /><figcaption class="wp-element-caption">Switch to Boot tab</figcaption></figure>



<ul class="wp-block-list">
<li>Under Boot options, enable <strong>Safe Boot</strong> by clicking the checkbox next to it. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="665" height="470" src="https://winsides.com/wp-content/uploads/2024/07/Enable-Safe-boot.webp" alt="Enable Safe boot" class="wp-image-1694" title="How to Enable Safe Boot in Windows 11? 22" srcset="https://winsides.com/wp-content/uploads/2024/07/Enable-Safe-boot.webp 665w, https://winsides.com/wp-content/uploads/2024/07/Enable-Safe-boot-300x212.webp 300w" sizes="auto, (max-width: 665px) 100vw, 665px" /><figcaption class="wp-element-caption">Enable Safe boot</figcaption></figure>



<ul class="wp-block-list">
<li>Now, we have four options to choose from, <strong>Minimal</strong>, <strong>Alternate Shell</strong>, <strong>Active Directory repair</strong>, and <strong>Network</strong>. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="665" height="470" src="https://winsides.com/wp-content/uploads/2024/07/Safe-boot-options.webp" alt="Safe boot options" class="wp-image-1695" title="How to Enable Safe Boot in Windows 11? 23" srcset="https://winsides.com/wp-content/uploads/2024/07/Safe-boot-options.webp 665w, https://winsides.com/wp-content/uploads/2024/07/Safe-boot-options-300x212.webp 300w" sizes="auto, (max-width: 665px) 100vw, 665px" /><figcaption class="wp-element-caption">Safe boot options</figcaption></figure>



<h3 class="wp-block-heading">Minimal Safe Boot option:</h3>



<p>The basic set of drivers and services without network connectivity. Suitable for <strong>general troubleshooting</strong>.</p>



<h3 class="wp-block-heading">Alternate Shell:</h3>



<p><strong>Command Prompt interface</strong> instead of the graphical user interface(GUI). Useful for advanced troubleshooting when the GUI is not accessible.</p>



<h3 class="wp-block-heading">Active Directory Repair:</h3>



<p>Loads services required to repair the Active Directory. Primarily used in enterprise environments.</p>



<h3 class="wp-block-heading">Network:</h3>



<p>The basic set of drivers and services with network connectivity. Useful for troubleshooting network-related issues.</p>



<ul class="wp-block-list">
<li>Choose your option accordingly, and finally, click <strong>Apply</strong>. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="665" height="470" src="https://winsides.com/wp-content/uploads/2024/07/Enable-Safe-Boot-in-Windows-11.webp" alt="Enable Safe Boot in Windows 11" class="wp-image-1696" title="How to Enable Safe Boot in Windows 11? 24" srcset="https://winsides.com/wp-content/uploads/2024/07/Enable-Safe-Boot-in-Windows-11.webp 665w, https://winsides.com/wp-content/uploads/2024/07/Enable-Safe-Boot-in-Windows-11-300x212.webp 300w" sizes="auto, (max-width: 665px) 100vw, 665px" /><figcaption class="wp-element-caption">Enable Safe Boot in Windows 11</figcaption></figure>



<ul class="wp-block-list">
<li>You will be prompted to restart your computer. Click &#8220;<strong>Restart</strong>&#8221; to boot into Safe Mode in Windows 11. </li>
</ul>



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



<p>The <strong>Safe Boot option in Windows 11</strong> is a crucial tool for<strong> diagnosing and resolving</strong> various system issues. By starting your computer with a minimal set of drivers and services, Safe Boot provides a <strong>clean environment</strong> that helps isolate and fix problems effectively. <strong>Happy Computing! Peace out!</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://winsides.com/how-to-enable-safe-boot-in-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Malicious Software Removal Tool (MRT) in Windows 11?</title>
		<link>https://winsides.com/malicious-software-removal-tool-in-windows-11/</link>
					<comments>https://winsides.com/malicious-software-removal-tool-in-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Vigneshwaran Vijayakumar]]></dc:creator>
		<pubDate>Sun, 30 Jun 2024 05:28:46 +0000</pubDate>
				<category><![CDATA[Windows Security]]></category>
		<category><![CDATA[MRT Tool]]></category>
		<category><![CDATA[MSRT Tool]]></category>
		<category><![CDATA[windows 11]]></category>
		<guid isPermaLink="false">https://winsides.com/?p=1399</guid>

					<description><![CDATA[MSRT Windows 11: The Microsoft Malicious Software Removal Tool (MSRT) is a free security utility provided by Microsoft to help users detect and remove specific prevalent malicious software from their Windows systems. It is updated regularly and released as part of Windows Update on the second Tuesday of each month, commonly known as &#8220;Patch Tuesday.&#8221; [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>MSRT Windows 11: The <strong>Microsoft Malicious Software Removal Tool (MSRT)</strong> is a free security utility provided by Microsoft to help users detect and remove specific <strong>prevalent malicious software</strong> from their Windows systems. It is updated regularly and released as part of Windows Update on the second Tuesday of each month, commonly known as &#8220;<strong><a href="https://msrc.microsoft.com/update-guide/" target="_blank" rel="noreferrer noopener">Patch Tuesday</a></strong>.&#8221; The MSRT is designed to <strong>complement your existing antivirus software</strong> by targeting specific widespread malicious software that may affect Windows operating systems, including Windows 11. It helps maintain a <strong>secure and stable system environment</strong> by providing additional protection. This article will navigate how to use the <strong>Malicious Software Removal Tool Windows 11</strong>. </p>



<h2 class="wp-block-heading">How to use this tool in Windows 11?</h2>



<p>MSRT is not a replacement for a <strong>full antivirus program</strong>. It only targets specific, prevalent malware and does not provide comprehensive protection. It is included in the <strong>automatic updates</strong> provided by Windows Update. It runs in the background and does not require user intervention. However, users can also use it manually using the following steps. </p>



<ul class="wp-block-list">
<li>Open Run Command using <kbd>Win Key</kbd> + <kbd>R</kbd>. Run the following command. <code>mrt</code></li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="476" height="292" src="https://winsides.com/wp-content/uploads/2024/06/Run-MRT-in-Run-Command.webp" alt="Run MRT in Run Command" class="wp-image-1405" title="Run MRT in Run Command" srcset="https://winsides.com/wp-content/uploads/2024/06/Run-MRT-in-Run-Command.webp 476w, https://winsides.com/wp-content/uploads/2024/06/Run-MRT-in-Run-Command-300x184.webp 300w" sizes="auto, (max-width: 476px) 100vw, 476px" /><figcaption class="wp-element-caption">Run MRT in Run Command</figcaption></figure>



<ul class="wp-block-list">
<li>Malicious Software Removal Tool will open now. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="624" height="587" src="https://winsides.com/wp-content/uploads/2024/06/Welcome-to-MRT-tool.webp" alt="Welcome to MRT Tool" class="wp-image-1406" title="Welcome to MRT Tool" srcset="https://winsides.com/wp-content/uploads/2024/06/Welcome-to-MRT-tool.webp 624w, https://winsides.com/wp-content/uploads/2024/06/Welcome-to-MRT-tool-300x282.webp 300w" sizes="auto, (max-width: 624px) 100vw, 624px" /><figcaption class="wp-element-caption">Welcome to MRT Tool</figcaption></figure>



<ul class="wp-block-list">
<li>Click <strong>Next</strong> to continue with the process. </li>
</ul>



<ul class="wp-block-list">
<li>There will be three options, <strong>Quick Scan</strong>, <strong>Full Scan</strong>, and<strong> Custom Scan</strong>. Choose your option accordingly. For explanation, I am proceeding with Quick Scan. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="626" height="580" src="https://winsides.com/wp-content/uploads/2024/06/Quick-scan-with-MRT.webp" alt="Quick Scan with MRT" class="wp-image-1407" title="Quick Scan with MRT" srcset="https://winsides.com/wp-content/uploads/2024/06/Quick-scan-with-MRT.webp 626w, https://winsides.com/wp-content/uploads/2024/06/Quick-scan-with-MRT-300x278.webp 300w" sizes="auto, (max-width: 626px) 100vw, 626px" /><figcaption class="wp-element-caption">Quick Scan with MRT</figcaption></figure>



<ul class="wp-block-list">
<li>The Tool will start the scan. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="627" height="587" src="https://winsides.com/wp-content/uploads/2024/06/MRT-Scanning.webp" alt="MRT Scanning the Computer" class="wp-image-1408" title="MRT Scanning the Computer" srcset="https://winsides.com/wp-content/uploads/2024/06/MRT-Scanning.webp 627w, https://winsides.com/wp-content/uploads/2024/06/MRT-Scanning-300x281.webp 300w" sizes="auto, (max-width: 627px) 100vw, 627px" /><figcaption class="wp-element-caption">MRT Scanning the Computer</figcaption></figure>



<ul class="wp-block-list">
<li>The scanning process will take some time. Once it is completed, the scan will provide the results. </li>



<li>Click <strong>View Detailed Results of the Scan</strong> to check the results. </li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="623" height="585" src="https://winsides.com/wp-content/uploads/2024/06/View-detailed-results-of-the-scan.webp" alt="View Detailed Results of the Scan" class="wp-image-1409" title="View Detailed Results of the Scan" srcset="https://winsides.com/wp-content/uploads/2024/06/View-detailed-results-of-the-scan.webp 623w, https://winsides.com/wp-content/uploads/2024/06/View-detailed-results-of-the-scan-300x282.webp 300w" sizes="auto, (max-width: 623px) 100vw, 623px" /><figcaption class="wp-element-caption">View Detailed Results of the Scan</figcaption></figure>



<ul class="wp-block-list">
<li>Detailed results will be displayed. If everything is clean, then you will find &#8220;Not Infected&#8221;. Click OK to close the window.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="618" height="579" src="https://winsides.com/wp-content/uploads/2024/06/Detailed-Results.webp" alt="Detailed Results" class="wp-image-1410" title="Detailed Results" srcset="https://winsides.com/wp-content/uploads/2024/06/Detailed-Results.webp 618w, https://winsides.com/wp-content/uploads/2024/06/Detailed-Results-300x281.webp 300w" sizes="auto, (max-width: 618px) 100vw, 618px" /><figcaption class="wp-element-caption">Detailed Results</figcaption></figure>



<ul class="wp-block-list">
<li>Finally, click <strong>Finish</strong> to close the <strong>Malicious Software Removal Tool in Windows 11</strong>. That is it!</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="623" height="583" src="https://winsides.com/wp-content/uploads/2024/06/Click-Finish.webp" alt="Finish" class="wp-image-1411" title="Finish" srcset="https://winsides.com/wp-content/uploads/2024/06/Click-Finish.webp 623w, https://winsides.com/wp-content/uploads/2024/06/Click-Finish-300x281.webp 300w" sizes="auto, (max-width: 623px) 100vw, 623px" /><figcaption class="wp-element-caption">Finish</figcaption></figure>


<p>Microsoft quotes &#8220;This tool is not a replacement for an anti-virus product. To help protect your computer, you should use an anti-virus product&#8221;.</p>



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



<p>The <strong>Microsoft Malicious Software Removal Tool in Windows 11</strong> is a valuable utility for adding an <strong>extra layer of security</strong> to your Windows 11. By running regular scans and keeping your system updated, you can help protect your computer from specific prevalent malicious software. Safe Computing! Peace out!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://winsides.com/malicious-software-removal-tool-in-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Manage Ransomware Protection in Windows 11?</title>
		<link>https://winsides.com/manage-ransomware-protection-in-windows-11/</link>
					<comments>https://winsides.com/manage-ransomware-protection-in-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Vigneshwaran Vijayakumar]]></dc:creator>
		<pubDate>Sat, 15 Jun 2024 20:14:19 +0000</pubDate>
				<category><![CDATA[Windows Security]]></category>
		<category><![CDATA[Manage Ransomware Protection in Windows 11]]></category>
		<category><![CDATA[Ransomware Protection in Windows 11]]></category>
		<category><![CDATA[windows 11]]></category>
		<guid isPermaLink="false">https://winsides.com/?p=958</guid>

					<description><![CDATA[Ransomware Protection in Windows 11: It is a malicious software (malware) designed to encrypt files on a victim&#8217;s computer or network, rendering them inaccessible until a ransom is paid. The attackers then typically demand payment in cryptocurrency to provide the decryption key and restore access to the encrypted data. Ransomware protection is crucial in Windows [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>Ransomware Protection in Windows 11</strong>: It is a <strong>malicious software</strong> (malware) designed to encrypt files on a victim&#8217;s computer or network, rendering them inaccessible until a ransom is paid. The attackers then typically demand payment in cryptocurrency to provide the decryption key and restore access to the encrypted data. Ransomware protection is <strong>crucial</strong> in Windows 11 (as well as in any operating system) to <strong>safeguard data, maintain productivity, and mitigate the risks</strong> associated with <strong>cyber threats</strong> like ransomware. This article cruises through the steps on <strong>How to Manage Ransomware Protection in Windows 11</strong>, and <a href="https://winsides.com">Winsides.com</a> sincerely requests users to configure this setting in Windows 11 and enjoy a <strong>safe computing environment</strong>.</p>



<ul class="wp-block-list">
<li>Go to <strong>Windows Settings</strong> using the keyboard Combination <kbd>Win Key</kbd> + <kbd>I</kbd>.</li>



<li>Click on <strong>Privacy and Settings</strong> from the left pane. </li>
</ul>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="502" src="https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security-1024x502.jpg" alt="Privacy and Security" class="wp-image-818" title="Manage Ransomware Protection in Windows 11? 25" srcset="https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security-1024x502.jpg 1024w, https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security-300x147.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security-768x377.jpg 768w, https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security-1536x754.jpg 1536w, https://winsides.com/wp-content/uploads/2024/06/Privacy-and-Security.jpg 1814w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Privacy and Security</figcaption></figure>



<ul class="wp-block-list">
<li>Under <strong>Security</strong>, click on <strong>Windows Security</strong>. Under <strong>Protection Areas</strong>, click on <strong>Virus &amp;  Threat Protection</strong>.</li>
</ul>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="325" src="https://winsides.com/wp-content/uploads/2024/06/Windows-Security-1024x325.jpg" alt="Windows Security" class="wp-image-819" title="Manage Ransomware Protection in Windows 11? 26" srcset="https://winsides.com/wp-content/uploads/2024/06/Windows-Security-1024x325.jpg 1024w, https://winsides.com/wp-content/uploads/2024/06/Windows-Security-300x95.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Windows-Security-768x244.jpg 768w, https://winsides.com/wp-content/uploads/2024/06/Windows-Security-1536x488.jpg 1536w, https://winsides.com/wp-content/uploads/2024/06/Windows-Security.jpg 1855w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Windows Security</figcaption></figure>



<ul class="wp-block-list">
<li>Scroll down and locate Ransomware Protection. Click on <strong>Manage Ransomware Protection</strong>.</li>
</ul>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="761" src="https://winsides.com/wp-content/uploads/2024/06/Manage-Ransomware-Protection-1024x761.jpg" alt="Manage Ransomware Protection in Windows 11" class="wp-image-961" title="Manage Ransomware Protection in Windows 11? 27" srcset="https://winsides.com/wp-content/uploads/2024/06/Manage-Ransomware-Protection-1024x761.jpg 1024w, https://winsides.com/wp-content/uploads/2024/06/Manage-Ransomware-Protection-300x223.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Manage-Ransomware-Protection-768x570.jpg 768w, https://winsides.com/wp-content/uploads/2024/06/Manage-Ransomware-Protection.jpg 1116w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>Ransomware Protection will open now. There are two things(<strong>preventative and breakdown maintenance</strong>) to be done here. <strong>Controlled Folder Access, and Ransomware Data Recovery</strong>.</li>



<li>Controlled Folder Access <strong>protects files, folders, and memory areas </strong>on your device from unauthorized changes by unfriendly applications. Ransomware Data Recovery may help users<strong> </strong>recover files in case of a ransomware attack by setting up <strong>OneDrive</strong>. </li>



<li>Toggle the Controlled Folder Access switch to ON. User Account Control will prompt your permission. Click <strong>Yes</strong>. </li>
</ul>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="802" src="https://winsides.com/wp-content/uploads/2024/06/Enable-Controlled-Folder-Access-1024x802.jpg" alt="Enable Controlled Folder Access" class="wp-image-962" title="Manage Ransomware Protection in Windows 11? 28" srcset="https://winsides.com/wp-content/uploads/2024/06/Enable-Controlled-Folder-Access-1024x802.jpg 1024w, https://winsides.com/wp-content/uploads/2024/06/Enable-Controlled-Folder-Access-300x235.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Enable-Controlled-Folder-Access-768x602.jpg 768w, https://winsides.com/wp-content/uploads/2024/06/Enable-Controlled-Folder-Access.jpg 1109w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<ul class="wp-block-list">
<li>Click on <strong>Protected Folders</strong> now.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="765" height="487" src="https://winsides.com/wp-content/uploads/2024/06/protected-Folders.jpg" alt="Protected folders
" class="wp-image-963" title="Manage Ransomware Protection in Windows 11? 29" srcset="https://winsides.com/wp-content/uploads/2024/06/protected-Folders.jpg 765w, https://winsides.com/wp-content/uploads/2024/06/protected-Folders-300x191.jpg 300w" sizes="auto, (max-width: 765px) 100vw, 765px" /></figure>



<ul class="wp-block-list">
<li>This option allows users to add files and folders to protected folders. It is an essential process.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="856" height="462" src="https://winsides.com/wp-content/uploads/2024/06/Add-a-Protected-folder.jpg" alt="Add a protected folder" class="wp-image-964" title="Manage Ransomware Protection in Windows 11? 30" srcset="https://winsides.com/wp-content/uploads/2024/06/Add-a-Protected-folder.jpg 856w, https://winsides.com/wp-content/uploads/2024/06/Add-a-Protected-folder-300x162.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Add-a-Protected-folder-768x415.jpg 768w" sizes="auto, (max-width: 856px) 100vw, 856px" /></figure>



<ul class="wp-block-list">
<li>The next thing is to set up the OneDrive Account.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="879" height="799" src="https://winsides.com/wp-content/uploads/2024/06/Set-up-OneDrive.jpg" alt="Set up OneDrive" class="wp-image-965" title="Manage Ransomware Protection in Windows 11? 31" srcset="https://winsides.com/wp-content/uploads/2024/06/Set-up-OneDrive.jpg 879w, https://winsides.com/wp-content/uploads/2024/06/Set-up-OneDrive-300x273.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Set-up-OneDrive-768x698.jpg 768w" sizes="auto, (max-width: 879px) 100vw, 879px" /></figure>



<ul class="wp-block-list">
<li>Set up your <strong>Microsoft Account</strong>. You can put your files in OneDrive to get them from any device.</li>
</ul>



<figure class="wp-block-image aligncenter size-full"><img loading="lazy" decoding="async" width="772" height="724" src="https://winsides.com/wp-content/uploads/2024/06/Set-up-Microsoft-Account.jpg" alt="Set up OneDrive" class="wp-image-966" title="Manage Ransomware Protection in Windows 11? 32" srcset="https://winsides.com/wp-content/uploads/2024/06/Set-up-Microsoft-Account.jpg 772w, https://winsides.com/wp-content/uploads/2024/06/Set-up-Microsoft-Account-300x281.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Set-up-Microsoft-Account-768x720.jpg 768w" sizes="auto, (max-width: 772px) 100vw, 772px" /></figure>



<ul class="wp-block-list">
<li>Once configured, you can share your files to your OneDrive Account, however, OneDrive provides 5 GB of free storage, and upon exceeding, one may have to opt for additional paid storage to continue storing new files on their OneDrive Account. </li>



<li>That is it. Ransomware Protection is now configured in your Windows 11. Stay Protected and enjoy your Windows 11 Experience.</li>
</ul>



<h3 class="wp-block-heading">Why Ransomware Protection is Extremely Essential in Windows 11?</h3>



<figure class="wp-block-image aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://winsides.com/wp-content/uploads/2024/06/Ransomware-Protection-in-Windows-11-1024x576.jpg" alt="Ransomware Protection in Windows 11" class="wp-image-970" title="Manage Ransomware Protection in Windows 11? 33" srcset="https://winsides.com/wp-content/uploads/2024/06/Ransomware-Protection-in-Windows-11-1024x576.jpg 1024w, https://winsides.com/wp-content/uploads/2024/06/Ransomware-Protection-in-Windows-11-300x169.jpg 300w, https://winsides.com/wp-content/uploads/2024/06/Ransomware-Protection-in-Windows-11-768x432.jpg 768w, https://winsides.com/wp-content/uploads/2024/06/Ransomware-Protection-in-Windows-11-1536x864.jpg 1536w, https://winsides.com/wp-content/uploads/2024/06/Ransomware-Protection-in-Windows-11-390x220.jpg 390w, https://winsides.com/wp-content/uploads/2024/06/Ransomware-Protection-in-Windows-11.jpg 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<ol class="wp-block-list">
<li>Ransomware attacks can lead to <strong>significant data loss</strong> if files are encrypted and the victim chooses not to pay the ransom. Having ransomware protection can help prevent such data loss by detecting and stopping ransomware attacks before they can encrypt files.</li>



<li>It often targets <strong>personal and sensitive information</strong>, including financial data, documents, and personal photos.</li>



<li>For businesses, ransomware attacks can disrupt operations, leading to downtime and <strong>financial losses</strong>.</li>



<li>Effective ransomware protection reduces the likelihood of needing to pay a ransom to regain access to files.</li>
</ol>



<p>Enabling Ransomware Protection in Windows 11 provides users and organizations with peace of mind, knowing that their <strong>data is secure and protected against malicious attacks</strong> that aim to extort money through encryption.</p>



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



<p>By implementing robust security practices, staying vigilant against <strong>phishing attempts</strong>, regularly updating software and backups, and leveraging Windows 11&#8217;s security capabilities, users can enhance their resilience against ransomware attacks and protect their valuable data from exploitation. Windows Security features also include <a href="https://winsides.com/how-to-enable-real-time-protection-in-windows-11/" data-type="post" data-id="872">Real-time protection</a>, <strong>Tamper Protection, Dev Drive Protection</strong>, Cloud-delivered Protection, <a href="https://winsides.com/enable-core-isolation-memory-integrity-windows-11/" data-type="post" data-id="816">Core Isolation(Memory Integrity)</a>, and more. Make sure to enable these features in Windows 11, and stay safe. <strong>Happy Coding! Peace out!</strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://winsides.com/manage-ransomware-protection-in-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
