Skip to content

Instantly share code, notes, and snippets.

@ergoz
Created October 25, 2024 20:57
Show Gist options
  • Select an option

  • Save ergoz/24037b72275ebab59efe320b65d5139f to your computer and use it in GitHub Desktop.

Select an option

Save ergoz/24037b72275ebab59efe320b65d5139f to your computer and use it in GitHub Desktop.
Free Windows Server 2022 Product Key
Free Windows Server 2022 Standard Product Key
HP9DJ-NK2X6-4QPCH-8HY8H-6X2XY
RRNMT-FP29D-CHKCH-GWQP2-DDDVB
44QN4-X3R72-9X3VK-3DWD6-HFWDM
Free Windows Server 2022 Datacenter Product Key
WX4NM-KYWYW-QJJR4-XV3QB-6VM33
Download windows Sever 2022 Evaluation edition:
Windows Server 2022 Evaluation English
https://software-static.download.prss.microsoft.com/sg/download/888969d5-f34g-4e03-ac9d-1f9786c66749/SERVER_EVAL_x64FRE_en-us.iso
Windows Server 2022 Evaluation French
https://software-static.download.prss.microsoft.com/sg/download/888969d5-f34g-4e03-ac9d-1f9786c66749/SERVER_EVAL_x64FRE_fr-fr.iso
Windows Server 2022 Evaluation German
https://software-static.download.prss.microsoft.com/sg/download/888969d5-f34g-4e03-ac9d-1f9786c66749/SERVER_EVAL_x64FRE_de-de.iso
Windows Server 2022 Evaluation Italian
https://software-static.download.prss.microsoft.com/sg/download/888969d5-f34g-4e03-ac9d-1f9786c66749/SERVER_EVAL_x64FRE_it-it.iso
Windows Server 2022 Evaluation Spanish
https://software-static.download.prss.microsoft.com/sg/download/888969d5-f34g-4e03-ac9d-1f9786c66749/SERVER_EVAL_x64FRE_es-es.iso
Windows Server 2022 Evaluation Japanese
https://software-static.download.prss.microsoft.com/sg/download/888969d5-f34g-4e03-ac9d-1f9786c66749/SERVER_EVAL_x64FRE_ja-jp.iso
Windows Server 2022 Evaluation Russian
https://software-static.download.prss.microsoft.com/sg/download/888969d5-f34g-4e03-ac9d-1f9786c66749/SERVER_EVAL_x64FRE_ru-ru.iso
Then you need to use the Server 2022 Standard or datacenter key to convert the evaluation edition to standard or Datacenter edition.
onvert the evaluation version to Datacenter Version after your installation, run the CMD as admin and perform the following command:
Dism /online /Set-Edition:ServerDatacenter /AcceptEula /ProductKey:XXXXX-XXXXX-XXXXX- XXXXX-XXXXX
Dism /online /set-edition:ServerStandard /AcceptEula /productkey:XXXXX-XXXXX-XXXXX- XXXXX-XXXXX
If you have more Servers , and need more server 2022 product keys ,
you can get your own unique windows server 2022 product key from Keyingo.com
@HussinAlshaher

Copy link
Copy Markdown

can i Activate the server 2022 std with the above Keys? and how to activate the Remote Desktop Service Mode, the trial is expired

@alrabdalrhmn28-prog

Copy link
Copy Markdown

from fpdf import FPDF

بيانات الأسابيع

weeks = [
("الأسبوع الأول", "19 أكتوبر 2025", "27 ربيع ثاني 1447 هـ"),
("الأسبوع الثاني", "26 أكتوبر 2025", "4 جمادى أول 1447 هـ"),
("الأسبوع الثالث", "2 نوفمبر 2025", "11 جمادى أول 1447 هـ"),
("الأسبوع الرابع", "9 نوفمبر 2025", "18 جمادى أول 1447 هـ"),
("الأسبوع الخامس", "16 نوفمبر 2025", "25 جمادى أول 1447 هـ"),
("الأسبوع السادس", "23 نوفمبر 2025", "2 جمادى ثاني 1447 هـ"),
("الأسبوع السابع", "30 نوفمبر 2025", "9 جمادى ثاني 1447 هـ"),
("الأسبوع الثامن", "7 ديسمبر 2025", "16 جمادى ثاني 1447 هـ"),
("الأسبوع التاسع", "14 ديسمبر 2025", "23 جمادى ثاني 1447 هـ"),
("الأسبوع العاشر", "21 ديسمبر 2025", "30 جمادى ثاني 1447 هـ"),
("الأسبوع الحادي عشر", "28 ديسمبر 2025", "7 رجب 1447 هـ"),
("الأسبوع الثاني عشر", "4 يناير 2026", "14 رجب 1447 هـ"),
("الأسبوع الثالث عشر", "11 يناير 2026", "21 رجب 1447 هـ"),
("الأسبوع الرابع عشر", "18 يناير 2026", "28 رجب 1447 هـ"),
("الأسبوع الخامس عشر", "25 يناير 2026", "6 شعبان 1447 هـ"),
("الأسبوع السادس عشر", "1 فبراير 2026", "13 شعبان 1447 هـ"),
("الأسبوع السابع عشر", "8 فبراير 2026", "20 شعبان 1447 هـ"),
("الأسبوع الثامن عشر", "15 فبراير 2026", "27 شعبان 1447 هـ"),
]

إنشاء PDF

pdf = FPDF()
pdf.add_page()
pdf.set_font("Arial", size=14)

عنوان

pdf.set_font("Arial", 'B', 16)
pdf.cell(0, 10, txt="جدول متابعة الأسابيع حتى رمضان 1447 هـ", ln=True, align='C')
pdf.ln(10)

رأس الجدول

pdf.set_font("Arial", 'B', 12)
pdf.cell(50, 10, txt="الأسبوع", border=1, align='C')
pdf.cell(60, 10, txt="التاريخ الميلادي", border=1, align='C')
pdf.cell(60, 10, txt="التاريخ الهجري", border=1, align='C')
pdf.cell(20, 10, txt="الإنجاز", border=1, align='C')
pdf.ln()

المحتوى

pdf.set_font("Arial", size=12)
for week in weeks:
pdf.cell(50, 10, txt=week[0], border=1, align='C')
pdf.cell(60, 10, txt=week[1], border=1, align='C')
pdf.cell(60, 10, txt=week[2], border=1, align='C')
pdf.cell(20, 10, txt="", border=1, align='C')
pdf.ln()

حفظ الملف

pdf.output("جدول_الأسابيع_حتى_رمضان_1447.pdf")

@EricGermany13

Copy link
Copy Markdown

I recently purchased Windows Server 2022 Standard fromRedirect Button and the setup process was straightforward. Activation went smoothly, and the system has been running stable so far. Performance is solid, especially with enhanced security features and improved hybrid capabilities compared to older versions. Overall, it’s been a reliable upgrade for our environment.

@subawalika

Copy link
Copy Markdown

free Server keys online are usually generic/volume keys. I’ve used Digitlogs.com to get my Windows server for $16, and it worked.

@roksanamim81

Copy link
Copy Markdown

I recently purchased Windows Server 2022 Standard fromRedirect Button and the setup process was straightforward. Activation went smoothly, and the system has been running stable so far. Performance is solid, especially with enhanced security features and improved hybrid capabilities compared to older versions. Overall, it’s been a reliable upgrade for our environment.

Thanks. I got my key from this website. Here is the activation process you can activate your server from this blog. see more

@PeteTownsend1

PeteTownsend1 commented Apr 14, 2026

Copy link
Copy Markdown

I got windows server 2022 standard genuine key from here and i got extra discount only 11. worked without any problem. To get extra discount see here

@shamubhai90

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment