mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 09:04:18 +01:00
10 lines
232 B
PowerShell
10 lines
232 B
PowerShell
#!/bin/powershell
|
|
<#
|
|
.SYNTAX ./close-cortana.ps1
|
|
.DESCRIPTION closes Cortana gracefully
|
|
.LINK https://github.com/fleschutz/PowerShell
|
|
.NOTES Author: Markus Fleschutz / License: CC0
|
|
#>
|
|
|
|
./close-program "Cortana" "Cortana"
|