Skip to main content

How to Windows Defender Is Turned off and is Currently Managed by Administrator

This happens due to modification and changes to the Group Policies or in Windows Registry. In this post; will show you that how you can solve the issue of “Windows defender turned off and is currently managed by your system administrator”. Follow the steps given below:

Step 1 : Open Start, type: CMD

Step 2 : Right click CMD

Step 3 : Click Run as administrator

Step 4 : Type in at the prompt then hit Enter

REG DELETE "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware

Step 5 : Delete the registry value DisableAntiSpyware (Yes/No)? Y

The operation completed successfully.

Comments

Popular posts from this blog

How To Install IDM Integration Module Extension in Microsoft Edge?

First and foremost, ensure you’re using the latest version of IDM and check ‘Edge’ and ‘ Use Advanced Browser Integration’ options are selected in IDM General preferences. Install IDM Integration Module in Edge Visit about: flags, select ‘Enable extension developer features’ checkbox under ‘Developer Settings’ Restart Edge browser for the changes to apply. Click on … more menu and select ‘Extensions’ Click ‘Load extension’, browse and navigate to  IDMEdgeExt  folder under ‘C:\Program Files (x86)\Internet Download Manager’ and click ‘Select Folder’ IDM extension will be installed and activated. Click on IDM Integration Module to see its status (On or Off) and permissions are given to it. After that, if you play a video in Edge browser, you’ll see the download panel as shown in the screenshot below.

How To Install IDM Integration Extension in Any Browser Manually

1. All you need to do is visit IDM installed directory in Program files, here is its path for navigation in Explorer “C:\Program Files\Internet Download Manager”. 2. And drag-n- drop  IDMGCExt.crx  extension onto Chrome://extensions page or you can open that page by Chrome menu>Tools>Extensions. That’s it IDM Integration extension will be installed for chrome.  *Make sure you checked ‘Hide Extensions for Known file types’ on Folder Options dialog to see IDMGCEXt with crx extension .

How To: Why is VirtualBox only showing 32 bit guest versions on my 64 bit host OS?

My Host OS is a 64-bit version of Windows 10, VirtualBox categorically refused to display any 64-bit guest OS in the  Create Virtual Machine  dialog box. This was super annoying because all my ISOs were 64-bit therefore I couldn’t use them until I fixed this problem. Uninstalling and reinstalling VirtualBox made no observable difference so I booted into the BIOS to see what I could find there. I have a HP Pavilion g6 2231tx.  As a side note, a few months ago I made another idiotic mistake: I enabled a bunch of BIOS passwords to make myself feel  secure  but then forgot how to disable them! Thank God I didn’t enable a  Supervisor Password  or else I would have to replace the system board.  That’s seriously the only way to get around that one; resetting the CMOS won’t fix a forgotten Supervisor password.  Thankfully, I remembered, the Hard Drive password and the Power-On Password, so after surmounting those obstacles,...