From 5f25e19496405cbc5de3f4aed8656d5cfef8468c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=98=D0=B2=D0=B0=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2?= Date: Sun, 18 May 2025 23:04:55 +0500 Subject: [PATCH] add --- .../Администрирование/Активация Office.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/content/docs/knowledge-base/Администрирование/Активация Office.md diff --git a/src/content/docs/knowledge-base/Администрирование/Активация Office.md b/src/content/docs/knowledge-base/Администрирование/Активация Office.md new file mode 100644 index 0000000..4ae7d16 --- /dev/null +++ b/src/content/docs/knowledge-base/Администрирование/Активация Office.md @@ -0,0 +1,22 @@ + +Method 1 - PowerShell (Windows 8 and later) ❤️ +Open PowerShell +To do that, press the Windows key + X, then select PowerShell or Terminal. + +Copy and paste the code below, then press enter. + +``` +irm https://get.activated.win | iex +``` + +Alternatively, you can use the following (this will be deprecated in the future): + +``` +irm https://massgrave.dev/get | iex +``` + +You will see the activation options. +Press 1 HWID for Windows activation. +Press 2 Ohook for Office activation. + +That's all \ No newline at end of file