From a00cb9a2993da95ba9d882cc1d2d7f07ac0fac1b Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Fri, 29 Oct 2021 12:41:40 +0200 Subject: [PATCH] Rename to open-microsoft-edge.ps1 and close-microsoft-edge.ps1 --- Data/scripts.csv | 4 +-- Docs/close-microsoft-edge.md | 26 +++++++++++++++++++ Docs/open-bing-maps.md | 26 +++++++++++++++++++ Docs/open-clock.md | 26 +++++++++++++++++++ Docs/open-cortana.md | 26 +++++++++++++++++++ Docs/open-google-calendar.md | 26 +++++++++++++++++++ Docs/open-microsoft-edge.md | 26 +++++++++++++++++++ Docs/open-microsoft-paint.md | 26 +++++++++++++++++++ Docs/open-microsoft-teams.md | 26 +++++++++++++++++++ Docs/open-remote-desktop.md | 26 +++++++++++++++++++ README.md | 6 ++--- ...lose-edge.ps1 => close-microsoft-edge.ps1} | 6 ++--- ...{open-edge.ps1 => open-microsoft-edge.ps1} | 4 +-- 13 files changed, 244 insertions(+), 10 deletions(-) create mode 100644 Docs/close-microsoft-edge.md create mode 100644 Docs/open-bing-maps.md create mode 100644 Docs/open-clock.md create mode 100644 Docs/open-cortana.md create mode 100644 Docs/open-google-calendar.md create mode 100644 Docs/open-microsoft-edge.md create mode 100644 Docs/open-microsoft-paint.md create mode 100644 Docs/open-microsoft-teams.md create mode 100644 Docs/open-remote-desktop.md rename Scripts/{close-edge.ps1 => close-microsoft-edge.ps1} (63%) rename Scripts/{open-edge.ps1 => open-microsoft-edge.ps1} (82%) diff --git a/Data/scripts.csv b/Data/scripts.csv index a7a5d564..ed8d2998 100644 --- a/Data/scripts.csv +++ b/Data/scripts.csv @@ -44,10 +44,10 @@ clone-repos.ps1, Clones well-known Git repositories close-calculator.ps1, Closes the calculator program gracefully close-chrome.ps1, Closes the Google Chrome Web browser close-cortana.ps1, Closes Cortana gracefully -close-edge.ps1, Closes the Microsoft Edge Web browser close-file-explorer.ps1, Closes Microsoft File Explorer gracefully close-firefox.ps1, Closes the Firefox Web browser close-program.ps1, Closes the given program gracefully +close-microsoft-edge.ps1, Closes the Microsoft Edge Web browser close-microsoft-store.ps1, Closes the Microsoft Store app close-netflix.ps1, Closes the Netflix application gracefully close-onedrive.ps1, Closes Microsoft OneDrive gracefully @@ -166,7 +166,6 @@ open-calculator.ps1, Starts the calculator program open-c-drive.ps1, Opens the C: drive folder open-downloads-folder.ps1, Opens the user's downloads folder open-dropbox-folder.ps1, Opens the user's Dropbox folder -open-edge.ps1, Opens Microsoft Edge open-email-client.ps1, Starts the default email client open-facebook.ps1, Opens Facebook's website open-file-explorer.ps1, Opens the File Explorer @@ -182,6 +181,7 @@ open-google-search.ps1, Opens Google Search open-google-translate.ps1, Opens Google Translate open-home-folder.ps1, Opens the user's home folder open-music-folder.ps1, Opens the user's music folder +open-microsoft-edge.ps1, Launches the Microsoft Edge Web browser open-microsoft-store.ps1, Starts the Microsoft Store app open-netflix.ps1, Starts the Netflix app open-notepad.ps1, Starts the Notepad app diff --git a/Docs/close-microsoft-edge.md b/Docs/close-microsoft-edge.md new file mode 100644 index 00000000..0791fef0 --- /dev/null +++ b/Docs/close-microsoft-edge.md @@ -0,0 +1,26 @@ +## close-microsoft-edge.ps1 - Closes the Microsoft Edge Web browser + +This script closes the Microsoft Edge Web browser gracefully. + +## Parameters +```powershell +close-microsoft-edge.ps1 [] + +[] + This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +## Example +```powershell +PS> ./close-microsoft-edge + +``` + +## Notes +Author: Markus Fleschutz · License: CC0 + +## Related Links +https://github.com/fleschutz/PowerShell + +*Generated by convert-ps2md.ps1 using the comment-based help of close-microsoft-edge.ps1* diff --git a/Docs/open-bing-maps.md b/Docs/open-bing-maps.md new file mode 100644 index 00000000..4805a498 --- /dev/null +++ b/Docs/open-bing-maps.md @@ -0,0 +1,26 @@ +## open-bing-maps.ps1 - Launches the Bing Maps app + +This script launches the Bing Maps application. + +## Parameters +```powershell +open-bing-maps.ps1 [] + +[] + This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +## Example +```powershell +PS> ./open-bing-maps + +``` + +## Notes +Author: Markus Fleschutz · License: CC0 + +## Related Links +https://github.com/fleschutz/PowerShell + +*Generated by convert-ps2md.ps1 using the comment-based help of open-bing-maps.ps1* diff --git a/Docs/open-clock.md b/Docs/open-clock.md new file mode 100644 index 00000000..4d20a25f --- /dev/null +++ b/Docs/open-clock.md @@ -0,0 +1,26 @@ +## open-clock.ps1 - Launches the Clock app + +This script launches the Clock application. + +## Parameters +```powershell +open-clock.ps1 [] + +[] + This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +## Example +```powershell +PS> ./open-clock + +``` + +## Notes +Author: Markus Fleschutz · License: CC0 + +## Related Links +https://github.com/fleschutz/PowerShell + +*Generated by convert-ps2md.ps1 using the comment-based help of open-clock.ps1* diff --git a/Docs/open-cortana.md b/Docs/open-cortana.md new file mode 100644 index 00000000..f4fed922 --- /dev/null +++ b/Docs/open-cortana.md @@ -0,0 +1,26 @@ +## open-cortana.ps1 - Launches the Cortana app + +This script launches the Cortana application. + +## Parameters +```powershell +open-cortana.ps1 [] + +[] + This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +## Example +```powershell +PS> ./open-cortana + +``` + +## Notes +Author: Markus Fleschutz · License: CC0 + +## Related Links +https://github.com/fleschutz/PowerShell + +*Generated by convert-ps2md.ps1 using the comment-based help of open-cortana.ps1* diff --git a/Docs/open-google-calendar.md b/Docs/open-google-calendar.md new file mode 100644 index 00000000..0220f4af --- /dev/null +++ b/Docs/open-google-calendar.md @@ -0,0 +1,26 @@ +## open-google-calendar.ps1 - Opens Google Calendar + +This script launches the Web browser with the Google Calendar website. + +## Parameters +```powershell +open-google-calendar.ps1 [] + +[] + This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +## Example +```powershell +PS> ./open-google-calendar + +``` + +## Notes +Author: Markus Fleschutz · License: CC0 + +## Related Links +https://github.com/fleschutz/PowerShell + +*Generated by convert-ps2md.ps1 using the comment-based help of open-google-calendar.ps1* diff --git a/Docs/open-microsoft-edge.md b/Docs/open-microsoft-edge.md new file mode 100644 index 00000000..86e16829 --- /dev/null +++ b/Docs/open-microsoft-edge.md @@ -0,0 +1,26 @@ +## open-microsoft-edge.ps1 - Launches Microsoft Edge + +This script launches the Microsoft Edge Web browser. + +## Parameters +```powershell +open-microsoft-edge.ps1 [] + +[] + This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +## Example +```powershell +PS> ./open-microsoft-edge + +``` + +## Notes +Author: Markus Fleschutz · License: CC0 + +## Related Links +https://github.com/fleschutz/PowerShell + +*Generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-edge.ps1* diff --git a/Docs/open-microsoft-paint.md b/Docs/open-microsoft-paint.md new file mode 100644 index 00000000..1a536dec --- /dev/null +++ b/Docs/open-microsoft-paint.md @@ -0,0 +1,26 @@ +## open-microsoft-paint.ps1 - Launches the Microsoft Paint app + +This script launches the Microsoft Paint application. + +## Parameters +```powershell +open-microsoft-paint.ps1 [] + +[] + This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +## Example +```powershell +PS> ./open-microsoft-paint + +``` + +## Notes +Author: Markus Fleschutz · License: CC0 + +## Related Links +https://github.com/fleschutz/PowerShell + +*Generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-paint.ps1* diff --git a/Docs/open-microsoft-teams.md b/Docs/open-microsoft-teams.md new file mode 100644 index 00000000..77ff9212 --- /dev/null +++ b/Docs/open-microsoft-teams.md @@ -0,0 +1,26 @@ +## open-microsoft-teams.ps1 - Launches the Microsoft Teams app + +This script launches the Microsoft Teams application. + +## Parameters +```powershell +open-microsoft-teams.ps1 [] + +[] + This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +## Example +```powershell +PS> ./open-microsoft-teams + +``` + +## Notes +Author: Markus Fleschutz · License: CC0 + +## Related Links +https://github.com/fleschutz/PowerShell + +*Generated by convert-ps2md.ps1 using the comment-based help of open-microsoft-teams.ps1* diff --git a/Docs/open-remote-desktop.md b/Docs/open-remote-desktop.md new file mode 100644 index 00000000..13785050 --- /dev/null +++ b/Docs/open-remote-desktop.md @@ -0,0 +1,26 @@ +## open-remote-desktop.ps1 - Launches the Remote Desktop app + +This script launches the Remote Desktop application. + +## Parameters +```powershell +open-remote-desktop.ps1 [] + +[] + This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, + WarningVariable, OutBuffer, PipelineVariable, and OutVariable. +``` + +## Example +```powershell +PS> ./open-remote-desktop + +``` + +## Notes +Author: Markus Fleschutz · License: CC0 + +## Related Links +https://github.com/fleschutz/PowerShell + +*Generated by convert-ps2md.ps1 using the comment-based help of open-remote-desktop.ps1* diff --git a/README.md b/README.md index 0d3870cb..01a67e97 100644 --- a/README.md +++ b/README.md @@ -97,10 +97,10 @@ Mega Collection of PowerShell Scripts | [close-calculator.ps1](Scripts/close-calculator.ps1) | Closes the calculator application | [Help](Docs/close-calculator.md) | | [close-chrome.ps1](Scripts/close-chrome.ps1) | Closes the Google Chrome Web browser | [Help](Docs/close-chrome.md) | | [close-cortana.ps1](Scripts/close-cortana.ps1) | Closes Cortana | [Help](Docs/close-cortana.md) | -| [close-edge.ps1](Scripts/close-edge.ps1) | Closes the Microsoft Edge Web browser | [Help](Docs/close-edge.md) | | [close-file-explorer.ps1](Scripts/close-file-explorer.ps1) | Closes Microsoft File Explorer | [Help](Docs/close-file-explorer.md) | | [close-firefox.ps1](Scripts/close-firefox.ps1) | Closes the Firefox Web browser | [Help](Docs/close-firefox.md) | | [close-program.ps1](Scripts/close-program.ps1) | Closes the given program gracefully | [Help](Docs/close-program.md) | +| [close-microsoft-edge.ps1](Scripts/close-microsoft-edge.ps1)| Closes the Microsoft Edge Web browser | [Help](Docs/close-microsoft-edge.md) | | [close-microsoft-store.ps1](Scripts/close-microsoft-store.ps1)| Closes the Microsoft Store app | [Help](Docs/close-microsoft-store.md) | | [close-netflix.ps1](Scripts/close-netflix.ps1) | Closes the Netflix app | [Help](Docs/close-netflix.md) | | [close-onedrive.ps1](Scripts/close-onedrive.ps1) | Closes Microsoft OneDrive | [Help](Docs/close-onedrive.md) | @@ -121,7 +121,6 @@ Mega Collection of PowerShell Scripts | [open-c-drive.ps1](Scripts/open-c-drive.ps1) | Opens the C: drive folder | [Help](Docs/open-c-drive.md) | | [open-downloads-folders.ps1](Scripts/open-downloads-folder.ps1) | Opens the user's downloads folder | [Help](Docs/open-downloads-folder.md) | | [open-dropbox-folder.ps1](Scripts/open-dropbox-folder.ps1) | Opens the user's Dropbox folder | [Help](Docs/open-dropbox-folder.md) | -| [open-edge.ps1](Scripts/open-edge.ps1) | Opens Microsoft Edge | [Help](Docs/open-edge.md) | | [open-email-client.ps1](Scripts/open-browser.ps1) | Starts the default email client | [Help](Docs/open-email-client.md) | | [open-facebook.ps1](Scripts/open-facebook.ps1) | Opens Facebook's website | [Help](Docs/open-facebook.md) | | [open-file-explorer.ps1](Scripts/open-file-explorer.ps1) | Opens the File Explorer | [Help](Docs/open-file-explorer.md) | @@ -138,7 +137,8 @@ Mega Collection of PowerShell Scripts | [open-home-folder.ps1](Scripts/open-home-folder.ps1) | Opens the user's home folder | [Help](Docs/open-home-folder.md) | | [open-music-folder.ps1](Scripts/open-music-folder.ps1)| Opens the user's music folder | [Help](Docs/open-music-folder.md) | | [open-netflix.ps1](Scripts/open-netflix.ps1) | Starts the Netflix app | [Help](Docs/open-netflix.md) | -| [open-microsoft-store.ps1](Scripts/open-microsoft-store.ps1)| Starts the Microsoft Store app | [Help](Docs/open-microsoft-store.md) | +| [open-microsoft-edge.ps1](Scripts/open-microsoft-edge.ps1) | Launches the Microsoft Edge Web browser | [Help](Docs/open-microsoft-edge.md) | +| [open-microsoft-store.ps1](Scripts/open-microsoft-store.ps1)| Launches the Microsoft Store app | [Help](Docs/open-microsoft-store.md) | | [open-notepad.ps1](Scripts/open-notepad.ps1) | Starts the Notepad app | [Help](Docs/open-notepad.md) | | [open-onedrive-folder.ps1](Scripts/open-onedrive-folder.ps1)| Opens the user's OneDrive folder | [Help](Docs/open-onedrive-folder.md) | | [open-pictures-folder.ps1](Scripts/open-pictures-folder.ps1) | Opens the user's pictures folder | [Help](Docs/open-pictures-folder.md) | diff --git a/Scripts/close-edge.ps1 b/Scripts/close-microsoft-edge.ps1 similarity index 63% rename from Scripts/close-edge.ps1 rename to Scripts/close-microsoft-edge.ps1 index 05958a3c..86ded9b2 100755 --- a/Scripts/close-edge.ps1 +++ b/Scripts/close-microsoft-edge.ps1 @@ -1,10 +1,10 @@ <# .SYNOPSIS - Closes Microsoft's Edge Web browser + Closes the Microsoft Edge Web browser .DESCRIPTION - This script closes Microsoft's Edge Web browser gracefully. + This script closes the Microsoft Edge Web browser gracefully. .EXAMPLE - PS> ./close-edge + PS> ./close-microsoft-edge .NOTES Author: Markus Fleschutz · License: CC0 .LINK diff --git a/Scripts/open-edge.ps1 b/Scripts/open-microsoft-edge.ps1 similarity index 82% rename from Scripts/open-edge.ps1 rename to Scripts/open-microsoft-edge.ps1 index 728c7f5b..50f86aa0 100755 --- a/Scripts/open-edge.ps1 +++ b/Scripts/open-microsoft-edge.ps1 @@ -1,10 +1,10 @@ <# .SYNOPSIS - Starts Microsoft Edge + Launches Microsoft Edge .DESCRIPTION This script launches the Microsoft Edge Web browser. .EXAMPLE - PS> ./open-edge + PS> ./open-microsoft-edge .NOTES Author: Markus Fleschutz · License: CC0 .LINK