-
Notifications
You must be signed in to change notification settings - Fork 844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-enable Windows Defender? #240
Comments
Have a look at First clear the group policy entries, then re-enable the services, then re-enable the scheduled tasks. Restart and you should be good to go. |
Sorry I am not well versed in this kind of stuff. So to be clear, delete the section starting with "Disabling Windows Defender via Group Policies" and then change every "AutorunsDisabled" to "AutorunsEnabled" in the "Disabling Windows Defender Services?" |
No, to it manually, not via the script: Open the group policy editor, navigate to Windows Components and go through each Windows Defender folder, resetting all entries. Should only be a handful. You notice them as the state says something different than Not configured. In the services control panel, re-enable the services with Windows Defender in their name. In the scheduled tasks control panel, re-enable the corresponding scheduled tasks. Found in Microsoft > Windows > Windows Defender. |
Thank you! |
The group policy editor is only available in windows 10 pro, most users who get windows with their computer (like me) have windows 10 home. Please provide instructions for reverting the change without the group policy editor or just provide a script to re enable windows defender. |
Windows 10 Home is not supported by this project. You can find some guides online on where the corresponding registry keys are located. |
Hey I did the script and it worked, however I realized that I actually wanted windows defender. Is there a way to get it back?
The text was updated successfully, but these errors were encountered: