Add more scripts

This commit is contained in:
Markus Fleschutz
2021-11-01 12:06:51 +01:00
parent 736bfc276a
commit 531d99dc71
25 changed files with 375 additions and 0 deletions

15
Scripts/open-proxy-settings.ps1 Executable file
View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Opens Windows proxy settings
.DESCRIPTION
This script launches the Windows proxy settings.
.EXAMPLE
PS> ./open-proxy-settings
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process ms-settings:network-proxy
exit 0 # success