По материалам сайта Calculate Linux: https://www.calculate-linux.org/main/ru/git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GVLKs for KMS and Active Directory-based activation of Office 2019 and Office 2016 | |
| Applies to: Volume licensed versions of Office 2019 and Office 2016, including Project and Visio | |
| By default, volume licensed versions of Office 2019 and Office 2016 are installed with a Generic Volume License Key (GVLK). | |
| The GVLK enables Office to automatically discover and activate against your KMS host computer or Active Directory infrastructure. | |
| Important | |
| These license keys can't be used to activate your personal copy of Office. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Добавить в начале строки Найти ^ Заменить 0; | |
| ^\W пробел в начале строки | |
| \d{8} найти 8 цыфр подряд | |
| ^\d{4};92 найти В НАЧАЛЕ ЧЕТЫРЕХзначные числа после которы есть ;92 | |
| [^=]*$ любые символы, кроме "=" | |
| ;(.*) все после ; | |
| (\b\S+\b)(?=.*\1) повторение на строке | |
| \d [0-9] Цифровой символ |