Обновить README.md

This commit is contained in:
Евгений Куценко 2024-12-30 10:22:27 +01:00
parent e32784df04
commit a99c8cc3d0

View File

@ -2,72 +2,72 @@
<h1 align="center">Microsoft Activation Scripts (MAS)</h1> <h1 align="center">Microsoft Activation Scripts (MAS)</h1>
<p align="center">Open-source Windows and Office activator featuring HWID, Ohook, KMS38, and Online KMS activation methods, along with advanced troubleshooting.</p> <p align="center">Открытый активатор для Windows и Office с поддержкой методов активации HWID, Ohook, KMS38 и Online KMS, а также с расширенными инструментами для устранения неполадок.</p>
<hr> <hr>
## Download / How to use it? ## Скачать / Как использовать?
### Method 1 - PowerShell (Windows 8 and later) ❤️ ### Метод 1 - PowerShell (Windows 8 и новее) ❤️
1. Open PowerShell (Not CMD). To do that, right-click on the Windows start menu and select PowerShell or Terminal. 1. Откройте PowerShell (не CMD). Для этого щелкните правой кнопкой мыши на кнопке «Пуск» Windows и выберите PowerShell или Терминал.
2. Copy and paste the code below and press enter 2. Скопируйте и вставьте код ниже, затем нажмите Enter.
``` ```
irm https://get.activated.win | iex irm https://get.activated.win | iex
``` ```
3. You will see the activation options. Choose (1) HWID for Windows activation. Choose (2) Ohook for Office activation. 3. Вы увидите варианты активации. Выберите (1) HWID для активации Windows. Выберите (2) Ohook для активации Office.
4. That's all. 4. Вот и все.
<details> <details>
<summary>More options</summary> <summary>Больше вариантов</summary>
- Alternatively, you can use the following (It will be deprecated in the future.) - В качестве альтернативы вы можете использовать следующее (в будущем это будет устаревшим).
``` ```
irm https://massgrave.dev/get | iex irm https://massgrave.dev/get | iex
``` ```
- The URL `get.activated.win` might be blocked by some DNS services because it is a new domain. - URL `get.activated.win` может быть заблокирован некоторыми DNS-сервисами, так как это новый домен.
</details> </details>
--- ---
### Method 2 - Traditional (Windows 7 and later) ### Метод 2 - Традиционный (Windows 7 и новее)
<details> <details>
<summary>Click here for info</summary> <summary>Нажмите здесь для информации</summary>
1. Download the file using the links provided below. 1. Скачайте файл, используя ссылки, приведенные ниже.
`https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip` `https://github.com/massgravel/Microsoft-Activation-Scripts/archive/refs/heads/master.zip`
or или
`https://git.activated.win/massgrave/Microsoft-Activation-Scripts/archive/master.zip` `https://git.activated.win/massgrave/Microsoft-Activation-Scripts/archive/master.zip`
2. Right-click on the downloaded zip file and extract 2. Щелкните правой кнопкой мыши по скачанному zip-файлу и извлеките содержимое
3. In the extracted folder, find the folder named `All-In-One-Version` 3. В извлеченной папке найдите папку с названием `All-In-One-Version`
4. Run the file named `MAS_AIO.cmd` 4. Запустите файл с названием `MAS_AIO.cmd`
5. You will see the activation options, follow the on-screen instructions. 5. Вы увидите варианты активации, следуйте инструкциям на экране.
6. That's all. 6. Вот и все :)
</details> </details>
--- ---
> [!NOTE] > [!ЗАМЕТКА]
> >
> - The IRM command in PowerShell downloads a script from a specified URL, and the IEX command executes it. > - Команда IRM в PowerShell загружает скрипт с указанного URL, а команда IEX выполняет его.
> - Always double-check the URL before executing the command and verify the source if manually downloading files. > - Всегда тщательно проверяйте URL перед выполнением команды и подтверждайте источник, если загружаете файлы вручную.
> - Be cautious, as some spread malware disguised as MAS by using different URLs in the IRM command. > - Будьте осторожны, так как некоторые распространяют вредоносное ПО, маскируя его под MAS, используя другие URL в команде IRM.
--- ---
To run the scripts in unattended mode, check [here](https://massgrave.dev/command_line_switches). Для запуска скриптов в автоматическом режиме ознакомьтесь [здесь](https://massgrave.dev/command_line_switches).
``` ```
Latest Version: 2.9 Последняя версия: 2.9
Release date: 20-Dec-2024 Дата релиза: 20-Дек-2024
``` ```
### [Troubleshooting / Help](https://massgrave.dev/troubleshoot) ### [Устранение неполадок / Помощь](https://massgrave.dev/troubleshoot)
### [Download Original Windows & Office](https://massgrave.dev/genuine-installation-media) ### [Скачать оригинальные Windows и Office](https://massgrave.dev/genuine-installation-media)
### Homepage - [https://massgrave.dev/](https://massgrave.dev/) ### Сайт - [https://massgrave.dev/](https://massgrave.dev/)
<div align="center"> <div align="center">
@ -105,4 +105,4 @@ Release date: 20-Dec-2024
--- ---
<p align="center">Made with Love ❤️</p> <p align="center">Сделано с любовью ❤️</p>