diff --git a/Misc/VLC Player/Install.ps1 b/Misc/VLC Player/Install.ps1 index 6647508..3d7012b 100644 --- a/Misc/VLC Player/Install.ps1 +++ b/Misc/VLC Player/Install.ps1 @@ -47,6 +47,7 @@ Function Get-VlcPlayerUpdateWin { Clear-Host Write-Verbose "Setting Arguments" -Verbose $StartDTM = (Get-Date) +[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls" $Vendor = "Misc" $Product = "VLC Player"