mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Add more scripts
This commit is contained in:
15
Scripts/open-proxy-settings.ps1
Executable file
15
Scripts/open-proxy-settings.ps1
Executable 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
|
Reference in New Issue
Block a user