Add open-windows-terminal.ps1

This commit is contained in:
Markus Fleschutz
2021-10-28 09:53:03 +02:00
parent 1d335fb513
commit 23f4a9a3b9
6 changed files with 88 additions and 2 deletions

26
Docs/open-speed-test.md Normal file
View File

@ -0,0 +1,26 @@
## open-speed-test.ps1 - Opens Cloudflare's Speed Test
This script launches the Web browser with Cloudflare's speed test website.
## Parameters
```powershell
open-speed-test.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-speed-test
```
## 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-speed-test.ps1*

View File

@ -0,0 +1,26 @@
## open-windows-terminal.ps1 - Starts Windows Terminal
This script launches the Windows Terminal application.
## Parameters
```powershell
open-windows-terminal.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./open-windows-terminal
```
## 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-windows-terminal.ps1*