Remove obsolete scripts

This commit is contained in:
Markus
2021-12-30 19:28:06 +01:00
parent 2e35a91d8c
commit 4cf81fb889
45 changed files with 0 additions and 707 deletions

View File

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