Skip to content
Tech Master Tech Master

OneStopTechnical Forum

  • Books
  • AI
  • Networking
  • Windows
  • Linux
  • Cloud
  • Mac
  • Active Directory
  • Azure
  • Cloud
  • Exchange
  • M365
  • Server 2025
  • Storage
  • Vsphere
  • Website
  • Database
  • Security
  • Knowledge Base
  • VPN
Tech Master
Tech Master

OneStopTechnical Forum

Microsoft’s support lifecycle for major Windows Operating Systems

blog.payperitem.com, April 29, 2025April 29, 2025
Operating SystemRelease DateMainstream Support EndExtended Support EndNotes
Windows 11 (22H2)Oct 2022Oct 2024Oct 2025Final version of Windows 11; support ends Oct 14, 2025.
Windows 10 (22H2)Oct 2022Oct 2024Oct 2025Final version of Windows 10; support ends Oct 14, 2025.
Windows 10 Enterprise LTSC 2021Nov 2021Jan 2027Jan 2027No extended support; end of servicing on Jan 12, 2027.
Windows 10 IoT Enterprise LTSC 2021Nov 2021Jan 2027Jan 2032Support until Jan 13, 2032.
Windows 10 Enterprise LTSC 2019Nov 2018Jan 2024Jan 2029Extended support until Jan 9, 2029.
Windows 10 Enterprise LTSB 2016Aug 2016Oct 2021Oct 2026Extended support until Oct 13, 2026.
Windows 8.1Oct 2013Jan 2018Jan 2023Support ended on Jan 10, 2023.
Windows 8Oct 2012Jan 2016Jan 2016Support ended on Jan 12, 2016.
Windows 7 SP1Oct 2009Jan 2015Jan 2020Support ended on Jan 14, 2020.
Windows VistaJan 2007Apr 2012Apr 2017Support ended on Apr 11, 2017.
Windows XPOct 2001Apr 2009Apr 2014Support ended on Apr 8, 2014.

Windows

Post navigation

Previous post
Next post

Related Posts

Deploy software using Group Policy (GPO) in Windows Server

March 30, 2025April 2, 2025

Step 1: Prepare the Software Package Step 2: Create a GPO for Software Deployment Step 3: Link the GPO to an OU Step 4: Force Group Policy Update Step 5: Verify Installation Troubleshooting Tips

Read More

Windows 10/11 Hardening Checklist

April 29, 2025April 29, 2025

1. OS and Software Updates 2. Account and Credential Hardening 3. BitLocker and Disk Encryption 4. Windows Defender and Security Features 5. Firewall and Network Protection 6. Remote Access Hardening 7. Application Control 8. Browser Hardening 9. Device and Hardware Security 10. Privacy and Telemetry 11. Advanced Policies (Group Policy…

Read More

Automated Scripts for Web Server Hardening (Nginx, Apache, Caddy, IIS) 🚀

April 2, 2025April 2, 2025

🛡️ Nginx Hardening Script (Bash) bash#!/bin/bash# Update system & install required packagesapt update && apt upgrade -yapt install -y nginx ufw fail2ban# Disable server tokens (hide Nginx version)echo “server_tokens off;” >> /etc/nginx/nginx.conf# Enable rate limiting & security settingscat <<EOF > /etc/nginx/conf.d/security.confclient_max_body_size 10M;client_body_timeout 10s;client_header_timeout 10s;keepalive_timeout 15s;limit_conn_zone \$binary_remote_addr zone=conn_limit:10m;limit_req_zone \$binary_remote_addr zone=req_limit:10m rate=5r/s;EOF#…

Read More

Recent Posts

  • List of AD Schema Versions
  • OldNewExplorer Free Download For Windows 11, 10, 8 and 7 [Latest Version]
  • How to Get the Classic (old) Context Menu on Windows 11
  • BitLocker Recovery Keys
  • Active Directory and Server hardening

Recent Comments

No comments to show.
June 2025
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« May    
Log in
©2025 Tech Master | WordPress Theme by SuperbThemes
  • Login
  • Sign Up
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.
body::-webkit-scrollbar { width: 7px; } body::-webkit-scrollbar-track { border-radius: 10px; background: #f0f0f0; } body::-webkit-scrollbar-thumb { border-radius: 50px; background: #dfdbdb }