Saturday, June 20, 2015

Do Windows Updates include Security Patches?


Do Windows updates include security updates as well?


I.e. if I manually download Windows updates does this mean that my Windows will be up-to-date in security vulnerabilities as well, or there is a different download method?


Answer



Windows Updates do include the security updates. That's the main point of the process.


As long as you're sure you don't miss any, you can download and install each update individually from Microsoft by hand, without ever running Windows Update, and have a fully-patched system. With over 100 updates for xp sp3 and 82 the last time I re-installed windows 7, it's way easier to just let Windows Update handle this.


It's also a much better idea to allow windows update to apply these automatically than to risk that you neglect to check for new updates for a while, thereby ending up unprotected. If you do really want to try doing this manually, it's worth remembering that Microsoft releases new updates on the 2nd Tuesday of each month (the next one is just 4 days from now). There have been occasions where a vulnerability was important enough to break the monthly patch cycle and release early. In these situations, you don't want to be the one left out in the cold because you do it manually.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...