How to Create Custom Scan Schedules in Windows Defender

Windows Defender is a built-in security tool in Windows that helps protect your computer from malware and other threats. One useful feature is the ability to customize scan schedules, ensuring your system is regularly checked without disrupting your workflow. This guide will walk you through the steps to create custom scan schedules in Windows Defender.

Accessing Windows Defender Settings

First, open the Windows Security app. You can do this by clicking the Start menu and selecting the shield icon, or by typing “Windows Security” into the search bar and pressing Enter.

Once the Windows Security window opens, click on Virus & threat protection.

Next, click on Manage settings under Virus & threat protection settings.

Creating a Custom Scan Schedule

Windows Defender itself does not allow for detailed scheduling within its interface. To set up custom scan schedules, you need to use Windows Task Scheduler.

Using Task Scheduler

Open the Task Scheduler by typing “Task Scheduler” into the Start menu search bar and selecting the app.

In the Task Scheduler window, click on Create Basic Task in the Actions pane on the right.

Name your task, such as “Windows Defender Scan,” and click Next.

Setting the Trigger

Choose how often you want the scan to run (daily, weekly, etc.) and set the specific time. Click Next to proceed.

Choosing the Action

Select Start a program and click Next. In the Program/script box, enter the path to the Windows Defender executable:

C:\Program Files\Windows Defender\MpCmdRun.exe

In the Add arguments (optional) box, enter the command to start a quick or full scan. For example, for a quick scan, type:

-Scan -ScanType 1

For a full scan, type:

-Scan -ScanType 2

Finalizing the Task

Click Next, review your settings, and click Finish to create the task. Your custom scan schedule is now set.

Maintaining Your Scan Schedule

Ensure your computer is on at the scheduled times for the scans to run. You can also edit or delete the task in Task Scheduler if your needs change.

Regularly updating Windows Defender and reviewing your scan schedule helps keep your system protected against emerging threats.