Renamed to open/close-*-browser.ps1

This commit is contained in:
Markus Fleschutz
2021-11-21 11:51:43 +01:00
parent bf3910a180
commit 15e055456a
8 changed files with 27 additions and 17 deletions

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Closes the Google Chrome Web browser
Closes the Chrome browser
.DESCRIPTION
This script closes the Google Chrome Web browser gracefully.
.EXAMPLE
PS> ./close-google-chrome
PS> ./close-chrome-browser
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Closes Microsoft Edge
Closes the Edge browser
.DESCRIPTION
This script closes the Microsoft Edge Web browser gracefully.
.EXAMPLE
PS> ./close-microsoft-edge
PS> ./close-edge-browser
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Closes Mozilla's Firefox Web browser
Closes the Firefox browser
.DESCRIPTION
This script closes Mozilla's Firefox Web browser gracefully.
This script closes the Mozilla Firefox Web browser gracefully.
.EXAMPLE
PS> ./close-mozilla-firefox
PS> ./close-firefox-browser
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Installs the latest Google Chrome browser
Installs the Chrome browser
.DESCRIPTION
This script installs the latest Google Chrome Web browser.
.EXAMPLE
PS> ./install-google-chrome
PS> ./install-chrome-browser
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Launches the Google Chrome Web browser
Launches the Chrome browser
.DESCRIPTION
This script launches the Google Chrome Web browser.
.EXAMPLE
PS> ./open-google-chrome
PS> ./open-chrome-browser
.PARAMETER URL
Specifies an optional URL
.NOTES

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Launches Microsoft Edge
Launches the Edge browser
.DESCRIPTION
This script launches the Microsoft Edge Web browser.
.EXAMPLE
PS> ./open-microsoft-edge
PS> ./open-edge-browser
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Launches the Mozilla Firefox Web browser
Launches the Firefox browser
.DESCRIPTION
This script launches the Mozilla Firefox Web browser.
.EXAMPLE
PS> ./open-mozilla-firefox
PS> ./open-firefox-browser
.PARAMETER URL
Specifies an optional URL
.NOTES