Having problem with Windows 10 Updates? Disable in 2 minutes

Eli Cyber Security
2 min readJun 24, 2019

--

Regular updates of any operating system is an good maintenance option. It not only keeps computer from attacks, but also gives new features for doing our work quickly. Users should installed regular updates because they hold critical patches and security loopholes. But many times these updates slow down the system performance. And there are many reasons that user want to disable windows updates & defender. According to ethical hacking researcher of international institute of cyber security many users are finding problems in recent Windows 10 updates. We will show that how you can disable windows updates & defender in automatic and manual way in 2 minutes.

Disable Windows 10 Updates in 2 minutes

Automatic Way to disable Windows Defender :-

  • For disabling, click on disable. Check the Disable options. It will ask for rebooting the Windows. After rebooting you will see that Windows Defender & Update services have been disabled.
  • Windows Defender Real time protection is off.
  • And for enabling, click on enable. Check all the enable options. It will again ask for rebooting the computer. And all the services will start.
  • Above screenshot shows that Windows defender & updates are disabled.
  • If you enable the services, services will start running.

Manual Way to disable Windows Defender :-

REG ADD "HKLM\Software\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f
  • Write above script in notepad save the file in bat format and then run the script from CMD with admin privilege.
  • This script will add DWORD value to HKLM\Software\Policies\Microsoft\Windows Defender.
  • After running script from CMD. it will print message.
  • Above screenshot that DWORD has been added successfully & defender has disabled.
  • You can add this script to the start up path of windows registry to disable defender from starting after reboot.

Originally published at https://www.securitynewspaper.com on June 24, 2019.

--

--

Eli Cyber Security
Eli Cyber Security

No responses yet