From ed4cf94833e8f38232064d68f247341665f31d8a Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 27 May 2024 22:54:14 +0200 Subject: [PATCH] Update define.sh --- src/define.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/define.sh b/src/define.sh index 457418f..5807145 100644 --- a/src/define.sh +++ b/src/define.sh @@ -2170,13 +2170,13 @@ prepare2k3() { fi if [[ "${arch,,}" == "x86" ]]; then - # Windows Server 2003 x86 generic key (no activation, trial-only) + # Windows Server 2003 Standard x86 generic key (no activation, trial-only) # This is not a pirated key, it comes from the official MS documentation. - key="PWBJC-22697-D4CVH-FCJWW-DTF9J" + key="QKDCQ-TP2JM-G4MDG-VR6F2-P9C48" else - # Windows Server 2003 x64 generic key (no activation, trial-only) + # Windows Server 2003 Standard x64 generic key (no activation, trial-only) # This is not a pirated key, it comes from the official MS documentation. - key="XCP6P-7WVXP-F8FQ4-JV6CD-6XV28" + key="P4WJG-WK3W7-3HM8W-RWHCK-8JTRY" fi local oem=""