From d22bebd30ac19e93a2344853112e39f16c790367 Mon Sep 17 00:00:00 2001 From: illfated Date: Wed, 15 Jan 2020 04:14:58 +0100 Subject: [PATCH] Windows/Deployment: VAMT System Requirements Description: As per user feedback in issue ticket #5818 (Operating System Requirements), it is desirable to allow for later versions of Windows Server to be shown in the list of Operating Systems under "Minimum system requirement". There is also a visible defect in last row of the table, breaking the last one and a half sentence over to the first column of the next row. Thanks to laolive382 for posting this request and making me notice the (ever so slightly) broken table. Changes proposed: - change "2008 R2, or Windows Server 2012" to "2008 R2, Windows Server 2012, or later" - remove line break in the last row to restore the row structure - add MarkDown spacing in the table for readability/editing issue ticket closure or reference: Closes #5818 --- .../volume-activation/vamt-requirements.md | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/windows/deployment/volume-activation/vamt-requirements.md b/windows/deployment/volume-activation/vamt-requirements.md index 264ebca94c..7cd74fcf79 100644 --- a/windows/deployment/volume-activation/vamt-requirements.md +++ b/windows/deployment/volume-activation/vamt-requirements.md @@ -31,17 +31,16 @@ The Volume Activation Management Tool (VAMT) can be used to perform activations The following table lists the system requirements for the VAMT host computer. -|Item |Minimum system requirement | -|-----|---------------------------| -|Computer and Processor |1 GHz x86 or x64 processor | -|Memory |1 GB RAM for x86 or 2 GB RAM for x64 | -|Hard Disk |16 GB available hard disk space for x86 or 20 GB for x64 | -|External Drive|Removable media (Optional) | -|Display |1024x768 or higher resolution monitor | -|Network |Connectivity to remote computers via Windows® Management Instrumentation (TCP/IP) and Microsoft® Activation Web Service on the Internet via HTTPS | -|Operating System |Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008 R2, or Windows Server 2012. | -|Additional Requirements | | +| Item | Minimum system requirement | +| ---- | ---------------------------| +| Computer and Processor | 1 GHz x86 or x64 processor | +| Memory | 1 GB RAM for x86 or 2 GB RAM for x64 | +| Hard Disk | 16 GB available hard disk space for x86 or 20 GB for x64 | +| External Drive | Removable media (Optional) | +| Display | 1024x768 or higher resolution monitor | +| Network |Connectivity to remote computers via Windows® Management Instrumentation (TCP/IP) and Microsoft® Activation Web Service on the Internet via HTTPS | +| Operating System | Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008 R2, Windows Server 2012, or later. | +| Additional Requirements | | ## Related topics - [Install and Configure VAMT](install-configure-vamt.md)