Task 4
Task 4
TASK -4
Submitted to
Supraja technologies
vijayawada
Submitted by
BATCHNO-23AV
EMPLOYEE ID-ST#IS#4471
NAME-P. V. N. JANAKI DEVI
¾ B. Tech (cyber security)
Bapatla Engineering College
ABSTRACT
Table of Contents
INTRODUCTION ...................................................................................................................................... 1
Disable windows defender and windows firewall in settings……………2-4
Disable windows defender via group policy ……………….5-8
Disable windows defender via Registry editor ……………………9-11
Disable windows defender and firewall using command Line Interface……12
Install Kaspersky and make Turn off ………………………13-15
Install Avast Antivirus and make Turn off ……………………….16-19
Install Mcafee Antivirus and Turnoff…………………………………20-21
Install Bitdefender Antivirus and Turnoff ………………………………22-23
Install Norton Antivirus and Make Turnoff…………………………………24-26
INTRODUCTION
Cybersecurity refers to the practice of protecting computer
systems, networks, and digital information from unauthorized
access, theft, damage, and other forms of malicious attacks.
With the rise of the internet and the increasing reliance on
digital technologies, cybersecurity has become an essential
component of modern-day business and society.
DISABLE WINDOWS DEFENDER AND
WINDOWS FIREWALL IN SETTINGS
step 1-First we can go to settings→ click on privacy and
security→click on windows security.
Step 2: Open Notepad, and copy the test give below, and save
it as .bat file
@echo off
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\Microsoft-
Windows-GroupPolicy-ClientExtensions-
Package~3*.mum >List.txt
dir /b %SystemRoot%\servicing\Packages\Microsoft-
Windows-GroupPolicy-ClientTools-Package~3*.mum
>>List.txt
for /f %%i in ('findstr /i . List.txt 2^>nul') do dism
/online /norestart /add
package:"%SystemRoot%\servicing\Packages\%%i"
pause
STEP 2- To disable Windows Defender, enter the following command and press Enter.
STEP 3-To disable the Windows Firewall, enter the following command and press Enter.
It will loaded……
STEP 3-Click on install.
It will installed…..
STEP 6-open the avast antivirus app and click on menu in the
top right of the window.