mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Add open-windows-terminal.ps1
This commit is contained in:
26
Docs/open-speed-test.md
Normal file
26
Docs/open-speed-test.md
Normal 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*
|
26
Docs/open-windows-terminal.md
Normal file
26
Docs/open-windows-terminal.md
Normal 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*
|
Reference in New Issue
Block a user