Hi, I’m having trouble installing Cursor on my Windows 11 computer. My company’s policies require Smart App Control to be activated, but the standard installer from cursor.sh is blocked (possibly due to a missing signature?).
I tried installing it through winget, but I got this error message:
"Downloading https://download.cursor.sh/windows/nsis/x64 An unexpected error occurred while executing the command: InternetOpenUrl() failed."
I got a 0x80072f7d
error, which I think means there was a network error. When I checked the URL that winget accessed, I got a
SEC_E_ILLEGAL_MESSAGE (0x80090326)
error, which is typically caused by a fatal SSL/TLS alert.
Is there anything I’m missing or does the package needs to get updated?
Thanks in advance!