PowerShell/Scripts/open-vpn-settings.ps1

16 lines
303 B
PowerShell
Raw Normal View History

2022-09-11 11:57:15 +02:00
<#
.SYNOPSIS
Opens the VPN settings
.DESCRIPTION
This PowerShell script launches the VPN settings of Windows.
.EXAMPLE
PS> ./open-vpn-settings
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
Start-Process ms-settings:network-vpn
exit 0 # success