PowerShell/Scripts/open-windows-defender.ps1
2022-09-06 21:42:04 +02:00

16 lines
297 B
PowerShell
Executable File

<#
.SYNOPSIS
Launches Windows Defender
.DESCRIPTION
This script launches the Windows Defender application.
.EXAMPLE
PS> ./open-windows-defender
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
Start-Process windowsdefender:
exit 0 # success