mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-26 14:26:10 +01:00
Rename to open-microsoft-edge.ps1 and close-microsoft-edge.ps1
This commit is contained in:
parent
55037153ae
commit
a00cb9a299
@ -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
|
||||
|
Can't render this file because it has a wrong number of fields in line 95.
|
26
Docs/close-microsoft-edge.md
Normal file
26
Docs/close-microsoft-edge.md
Normal file
@ -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 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
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*
|
26
Docs/open-bing-maps.md
Normal file
26
Docs/open-bing-maps.md
Normal file
@ -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 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
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*
|
26
Docs/open-clock.md
Normal file
26
Docs/open-clock.md
Normal file
@ -0,0 +1,26 @@
|
||||
## open-clock.ps1 - Launches the Clock app
|
||||
|
||||
This script launches the Clock application.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
open-clock.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
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*
|
26
Docs/open-cortana.md
Normal file
26
Docs/open-cortana.md
Normal file
@ -0,0 +1,26 @@
|
||||
## open-cortana.ps1 - Launches the Cortana app
|
||||
|
||||
This script launches the Cortana application.
|
||||
|
||||
## Parameters
|
||||
```powershell
|
||||
open-cortana.ps1 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
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*
|
26
Docs/open-google-calendar.md
Normal file
26
Docs/open-google-calendar.md
Normal file
@ -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 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
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*
|
26
Docs/open-microsoft-edge.md
Normal file
26
Docs/open-microsoft-edge.md
Normal file
@ -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 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
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*
|
26
Docs/open-microsoft-paint.md
Normal file
26
Docs/open-microsoft-paint.md
Normal file
@ -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 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
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*
|
26
Docs/open-microsoft-teams.md
Normal file
26
Docs/open-microsoft-teams.md
Normal file
@ -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 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
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*
|
26
Docs/open-remote-desktop.md
Normal file
26
Docs/open-remote-desktop.md
Normal file
@ -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 [<CommonParameters>]
|
||||
|
||||
[<CommonParameters>]
|
||||
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*
|
@ -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) |
|
||||
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user