mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-23 05:01:37 +01:00
Update close-netflix.ps1
This commit is contained in:
parent
97bedecb92
commit
dfee8ef7db
@ -46,7 +46,7 @@ close-edge.ps1, Closes Microsoft Edge gracefully
|
||||
close-file-explorer.ps1, Closes Microsoft File Explorer gracefully
|
||||
close-firefox.ps1, Closes the Firefox Web browser gracefully
|
||||
close-program.ps1, Closes the given program gracefully
|
||||
close-netflix.ps1, Closes Netflix gracefully
|
||||
close-netflix.ps1, Closes the Netflix application gracefully
|
||||
close-onedrive.ps1, Closes Microsoft OneDrive gracefully
|
||||
close-system-settings.ps1, Closes the System Settings gracefully
|
||||
close-thunderbird.ps1, Closes Mozilla Thunderbird gracefully
|
||||
|
|
@ -101,7 +101,7 @@ Mega Collection of PowerShell Scripts
|
||||
| [close-file-explorer.ps1](Scripts/close-file-explorer.ps1) | Closes Microsoft File Explorer gracefully | [Help](Docs/close-file-explorer.md) |
|
||||
| [close-firefox.ps1](Scripts/close-firefox.ps1) | Closes the Firefox Web browser gracefully | [Help](Docs/close-firefox.md) |
|
||||
| [close-program.ps1](Scripts/close-program.ps1) | Closes the given program gracefully | [Help](Docs/close-program.md) |
|
||||
| [close-netflix.ps1](Scripts/close-netflix.ps1) | Closes Netflix gracefully | [Help](Docs/close-netflix.md) |
|
||||
| [close-netflix.ps1](Scripts/close-netflix.ps1) | Closes the Netflix application gracefully | [Help](Docs/close-netflix.md) |
|
||||
| [close-onedrive.ps1](Scripts/close-onedrive.ps1) | Closes Microsoft OneDrive gracefully | [Help](Docs/close-onedrive.md) |
|
||||
| [close-system-settings.ps1](Scripts/close-system-settings.ps1) | Closes the System Settings gracefully | [Help](Docs/close-system-settings.md)|
|
||||
| [close-thunderbird.ps1](Scripts/close-thunderbird.ps1) | Closes Mozilla Thunderbird gracefully | [Help](Docs/close-thunderbird.md) |
|
||||
|
@ -2,7 +2,7 @@
|
||||
.SYNOPSIS
|
||||
close-netflix.ps1
|
||||
.DESCRIPTION
|
||||
Closes the Netflix program gracefully
|
||||
Closes the Netflix application gracefully
|
||||
.EXAMPLE
|
||||
PS> ./close-netflix
|
||||
.NOTES
|
||||
|
Loading…
Reference in New Issue
Block a user