Added close-cortana.ps1

This commit is contained in:
Markus 2021-02-13 16:59:38 +01:00
parent cd189f8b78
commit b8bd09f201
3 changed files with 11 additions and 0 deletions

View File

@ -8,6 +8,7 @@ check-xml-file.ps1, checks the given XML file for validity
clone-repos.ps1, clones well-known Git repositories
close-calculator.ps1, closes the calculator program gracefully
close-chrome.ps1, closes Google Chrome gracefully
close-cortana.ps1, closes Cortana gracefully
close-edge.ps1, closes Microsoft Edge gracefully
close-file-explorer.ps1, closes Microsoft File Explorer gracefully
close-program.ps1, closes the given program gracefully

1 Script Description
8 clone-repos.ps1 clones well-known Git repositories
9 close-calculator.ps1 closes the calculator program gracefully
10 close-chrome.ps1 closes Google Chrome gracefully
11 close-cortana.ps1 closes Cortana gracefully
12 close-edge.ps1 closes Microsoft Edge gracefully
13 close-file-explorer.ps1 closes Microsoft File Explorer gracefully
14 close-program.ps1 closes the given program gracefully

View File

@ -14,6 +14,7 @@ Table of Contents
* [clone-repos.ps1](Scripts/clone-repos.ps1) - clones well-known Git repositories
* [close-calculator.ps1](Scripts/close-calculator.ps1) - closes the calculator program gracefully
* [close-chrome.ps1](Scripts/close-chrome.ps1) - closes Google Chrome gracefully
* [close-cortana.ps1](Scripts/close-cortana.ps1) - closes Cortana gracefully
* [close-edge.ps1](Scripts/close-edge.ps1) - closes Microsoft Edge gracefully
* [close-file-explorer.ps1](Scripts/close-file-explorer.ps1) - closes Microsoft File Explorer gracefully
* [close-program.ps1](Scripts/close-program.ps1) - closes the given program gracefully

View File

@ -0,0 +1,9 @@
#!/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"