plugin_proval_windows_os_support
Purpose
This table is a manually updated resource that displays Windows operating systems' support end dates, build numbers, and their respective release information.
References:
- Microsoft Windows | endoflife.date
- Windows 10 version history - Wikipedia
- Windows 11 version history - Wikipedia
- Microsoft Windows Server | endoflife.date
Dependencies
CWM - Automate - Script - MySQL - Table - Create (plugin_proval_windows_os_support)
Table
plugin_proval_windows_os_support
Column | Type | Explanation |
---|---|---|
BaseOS | varchar | The name of the operating system |
ReleaseID | varchar | The Windows 10 Build number/name associated with the Build column |
Build | varchar | The version of Windows associated with the ReleaseID column |
ReleaseDate | date | The date the version was released |
SupportMainstreamEnd | date | The date the version will no longer be supported for Mainstream devices |
SupportEnterpriseEnd | date | The date the version will no longer be supported for Enterprise devices |
SupportLTSBEnd | date | The date the version will no longer be supported for LTSB devices. |
FAQ
Q: I need to add more versions to this list. How do I do that?
A: Open the CWM - Automate - Script - MySQL - Table - Create (plugin_proval_windows_os_support) script and modify line 1 to add the new item.
For CW RMM
Needs Revision