mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-04 22:38:34 +02:00
Added close-cortana.ps1
This commit is contained in:
parent
cd189f8b78
commit
b8bd09f201
@ -8,6 +8,7 @@ check-xml-file.ps1, checks the given XML file for validity
|
|||||||
clone-repos.ps1, clones well-known Git repositories
|
clone-repos.ps1, clones well-known Git repositories
|
||||||
close-calculator.ps1, closes the calculator program gracefully
|
close-calculator.ps1, closes the calculator program gracefully
|
||||||
close-chrome.ps1, closes Google Chrome gracefully
|
close-chrome.ps1, closes Google Chrome gracefully
|
||||||
|
close-cortana.ps1, closes Cortana gracefully
|
||||||
close-edge.ps1, closes Microsoft Edge gracefully
|
close-edge.ps1, closes Microsoft Edge gracefully
|
||||||
close-file-explorer.ps1, closes Microsoft File Explorer gracefully
|
close-file-explorer.ps1, closes Microsoft File Explorer gracefully
|
||||||
close-program.ps1, closes the given program gracefully
|
close-program.ps1, closes the given program gracefully
|
||||||
|
|
@ -14,6 +14,7 @@ Table of Contents
|
|||||||
* [clone-repos.ps1](Scripts/clone-repos.ps1) - clones well-known Git repositories
|
* [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-calculator.ps1](Scripts/close-calculator.ps1) - closes the calculator program gracefully
|
||||||
* [close-chrome.ps1](Scripts/close-chrome.ps1) - closes Google Chrome 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-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-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
|
* [close-program.ps1](Scripts/close-program.ps1) - closes the given program gracefully
|
||||||
|
9
Scripts/close-cortana.ps1
Normal file
9
Scripts/close-cortana.ps1
Normal 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"
|
Loading…
Reference in New Issue
Block a user