<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Disable Windows Defender and automatic updates - Tutorials				            </title>
            <link>https://binary.ph/community/tutorials/disable-windows-defender-and-automatic-updates/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 11 Aug 2026 12:15:17 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Disable Windows Defender and automatic updates</title>
                        <link>https://binary.ph/community/tutorials/disable-windows-defender-and-automatic-updates/#post-8</link>
                        <pubDate>Fri, 05 Aug 2022 17:28:58 +0000</pubDate>
                        <description><![CDATA[Nice mase]]></description>
                        <content:encoded><![CDATA[<p>Nice mase</p>]]></content:encoded>
						                            <category domain="https://binary.ph/community/tutorials/">Tutorials</category>                        <dc:creator>Omtogel: Agen Slot Gacor | Bandar Judi Slot88 Online Hoki Gampang Menang | Daftar Kumpulan Situs Slots Bet Murah Deposit Pulsa | Bocoran Slot Mudah Di Bobol | Slot777 | Judi slot online jackpot terbesar | Slot888 | Selot88 | RTP Live Slot﻿</dc:creator>
                        <guid isPermaLink="true">https://binary.ph/community/tutorials/disable-windows-defender-and-automatic-updates/#post-8</guid>
                    </item>
				                    <item>
                        <title>Disable Windows Defender and automatic updates</title>
                        <link>https://binary.ph/community/tutorials/disable-windows-defender-and-automatic-updates/#post-4</link>
                        <pubDate>Sun, 06 Feb 2022 14:54:09 +0000</pubDate>
                        <description><![CDATA[Windows Defender is widely recognized as one of the top antivirus software choices for PCs. However, there may be instances where you need to disable this protection either permanently or te...]]></description>
                        <content:encoded><![CDATA[<p class="article-body__first-paragraph"><!-- wp:paragraph --></p>
<p><span>Windows Defender is widely recognized as one of the top antivirus software choices for PCs. However, there may be instances where you need to disable this protection either permanently or temporarily. This could be due to personal preferences, conflicts with system settings, or the need to set up a kiosk device that won't connect to the network and where security is not a primary concern. Alternatively, you might be a network administrator needing to adhere to specific organizational policies on certain devices.</span><br /><br /><span>While Windows 10 doesn't offer an option to uninstall Microsoft Defender Antivirus, it's still feasible to permanently disable it using Group Policy or by installing a third-party solution. Temporarily disabling the antivirus program is also possible through the Windows Security app.</span><br /><br /><span>I have managed to extract a code from a virus that disables both Windows Defender and Windows Automatic Updates. This code can be used to safely disable both Defender and automatic updates when necessary.</span></p>
<p class="article-body__first-paragraph"><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Steps:</p>
<p class="article-body__first-paragraph"><!-- /wp:paragraph --> <!-- wp:list --></p>
<ol>
<li>Go to Start</li>
<li>Type Notepad and press enter</li>
<li>Copy paste the code below</li>
</ol>
<p class="article-body__first-paragraph"><!-- /wp:list --> <!-- wp:paragraph --></p>
<blockquote>
<p>reg delete HKLM\SYSTEM\CurrentControlSet\Services\wuauserv /f &amp;<br />reg delete HKLM\SYSTEM\CurrentControlSet\Services\SecurityHealthService /f &amp;<br />reg delete HKLM\SYSTEM\CurrentControlSet\Services\WinDefend /f &amp;<br />reg delete HKLM\SYSTEM\CurrentControlSet\Services\Sense /f &amp;<br />reg delete HKLM\SYSTEM\CurrentControlSet\Services\MsMpSvc /f &amp;<br />reg delete HKLM\SYSTEM\CurrentControlSet\Services\ServiceInstaller /f &amp;<br />reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f &amp;<br />reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableBehaviorMonitoring ^<br />/t REG_DWORD /d 1 /f &amp;<br />reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableOnAccessProtection ^<br />/t REG_DWORD /d 1 /f &amp;<br />reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableScanOnRealtimeEnable ^<br />/t REG_DWORD /d 1 /f &amp;<br />reg add "HKLM\SOFTWARE\Microsoft\Security Center" /v AntiVirusDisableNotify /t REG_DWORD /d 1 /f &amp;<br />reg add "HKLM\SOFTWARE\Microsoft\Security Center" /v FirewallDisableNotify /t REG_DWORD /d 1 /f &amp;<br />reg add "HKLM\SOFTWARE\Microsoft\Security Center" /v UpdateDisableNotify /t REG_DWORD /d 1 /f &amp;<br />reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v HideSCAHealth^ /t REG_DWORD /d 1 /f &amp;<br />reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Reporting" /v DisableEnhancedNotifications /t REG_DWORD /d 1 /f</p>
</blockquote>
<p class="article-body__first-paragraph"><!-- /wp:paragraph --> <!-- wp:list --></p>
<ol start="4">
<li>Go to File &gt; Save As &gt; Save As Type: All Files &gt; File name: Disable.bat and click Save</li>
<li>Run Disable.bat as Administrator</li>
</ol>
<p class="article-body__first-paragraph"><!-- /wp:list --> <!-- wp:paragraph --></p>
<p>OR you can download the attached file below. Extract it using WinRAR or 7zip and run it as Administrator</p>
<p class="article-body__first-paragraph"><!-- /wp:paragraph --> <!-- wp:paragraph --></p>
<p>Be sure to protect yourself with other 3rd-party Antivirus available once you disable Windows' default AV</p>
<p class="article-body__first-paragraph"><!-- /wp:paragraph --></p>
<div id="wpfa-963" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="disable-defender-and-ms-updates.rar" href="//amin-it-consulting.com/wp-content/uploads/wpforo/default_attachments/1644375202-disable-defender-and-ms-updates.rar" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> disable-defender-and-ms-updates.rar</a></div>]]></content:encoded>
						                            <category domain="https://binary.ph/community/tutorials/">Tutorials</category>                        <dc:creator>BinaryPH</dc:creator>
                        <guid isPermaLink="true">https://binary.ph/community/tutorials/disable-windows-defender-and-automatic-updates/#post-4</guid>
                    </item>
							        </channel>
        </rss>
		