Share via

WINDOWS UPDATE AND SECURITY SETTINGS

Amber Kodrich 0 Reputation points
2023-07-10T18:05:18.5833333+00:00

Every time Windows does an automatic update, it changes my work computer's security settings, and then we can't connect to our server without uninstalling the Windows security update. I have turned off automatic updates, but the computers keep updating themselves. We are five computers on a shared network and server. How do I stop the security updates from Windows from changing our security settings and interfering with our server connection?

Windows for business | Windows Server | User experience | Other
0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2023-07-11T18:14:38.7633333+00:00

    Might try from PowerShell on both source and target (use target address in both cases).

    Test-NetConnection -ComputerName "192.168.49.142" -CommonTCPPort "RDP" -InformationLevel "Detailed"
    

    also confirm that the network firewall profile doesn't change.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    Was this answer helpful?


  2. Amber Kodrich 0 Reputation points
    2023-07-11T15:49:10.0866667+00:00

    Yes, RDP connection.

    Was this answer helpful?

    0 comments No comments

  3. Anonymous
    2023-07-11T15:20:24.38+00:00

    which then deny access to our programs that are connected to our server.

    How are you connecting? RDP?

    Was this answer helpful?


  4. Anonymous
    2023-07-10T19:57:07.8+00:00

    How are you connecting?

    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.