Share via

how to keep proxy off

Don Guarin 0 Reputation points
2026-01-14T20:16:38.85+00:00

Internet Options Proxy Server setting won't stay off.

Windows for home | Windows 11 | Internet and connectivity
0 comments No comments

3 answers

Sort by: Most helpful
  1. Ivan B 110.7K Reputation points Independent Advisor
    2026-01-16T11:58:55.9433333+00:00

    Hi ,

    Did you manage to solve the problem?

    Thanks

    Was this answer helpful?

    0 comments No comments

  2. Ivan B 110.7K Reputation points Independent Advisor
    2026-01-14T20:50:23.9933333+00:00

    Hi,

    You can also disable it via the command on prompt on command(admin): reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f

    Give feedback if the information was useful or not.

    Thanks

    Was this answer helpful?

    0 comments No comments

  3. Q&A Assist
    2026-01-14T20:16:46.3266667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To keep the proxy settings off in Windows, you can follow these steps:

    1. Open Internet Options: Go to the Control Panel and select Internet Options.
    2. Connections Tab: Click on the Connections tab.
    3. LAN Settings: Click on the LAN Settings button.
    4. Proxy Server: Ensure that the Use a proxy server for your LAN option is unchecked. If it is checked, uncheck it to turn off the proxy.
    5. Apply Changes: Click OK to apply the changes and close the dialog boxes.

    If the settings do not stay off, you may need to check for any group policies or third-party applications that might be overriding your settings. Additionally, you can reset the WinHTTP proxy settings using the command prompt:

    • Open an elevated command prompt and type:
        netsh winhttp reset proxy
      

    This command will reset the proxy settings for WinHTTP, which may help in keeping the proxy off.

    If you are still experiencing issues, consider checking for malware or other software that could be affecting your settings.


    References:

    Was this answer helpful?

Your answer

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