PowerShell/Scripts/open-windows-defender.ps1

16 lines
298 B
PowerShell
Raw Normal View History

2021-11-12 21:58:14 +01:00
<#
.SYNOPSIS
Launches Windows Defender
.DESCRIPTION
This script launches the Windows Defender application.
.EXAMPLE
PS> ./open-windows-defender
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process windowsdefender:
exit 0 # success