03-31-2026, 09:52 PM
Thank you for your help. The above method worked.
I can successfully download the file from the link using the Edge browser on this Windows 7 system, but why can't LA download it when starting up?
I think it might be an issue with the TLS protocol. I encountered a similar problem before when using PowerShell to download files, and I had to add the following code beforehand:
`[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`
I can successfully download the file from the link using the Edge browser on this Windows 7 system, but why can't LA download it when starting up?
I think it might be an issue with the TLS protocol. I encountered a similar problem before when using PowerShell to download files, and I had to add the following code beforehand:
`[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12`

about QM3 Some suggestions