windows.md
1> **Источник:** https://python-all.ru/3.1/library/windows.html2>3> «Документация Python на русском» – неофициальный перевод официальной документации Python: версии от 2.6 до 3.16, полнотекстовый поиск, английский оригинал рядом с переводом. Эта Markdown-версия страницы предназначена для работы с LLM: вставьте её в ChatGPT, Claude или Cursor.45---67# 32. Службы, специфичные для MS Windows89В этой главе описаны модули, доступные только на платформах MS Windows.1011- [32.1. `msilib` – Чтение и запись файлов Microsoft Installer](https://python-all.ru/3.1/library/msilib.html)1213 - [32.1.1. Объекты баз данных](https://python-all.ru/3.1/library/msilib.html#database-objects)14 - [32.1.2. Объекты представлений](https://python-all.ru/3.1/library/msilib.html#view-objects)15 - [32.1.3. Объекты сводной информации](https://python-all.ru/3.1/library/msilib.html#summary-information-objects)16 - [32.1.4. Объекты записей](https://python-all.ru/3.1/library/msilib.html#record-objects)17 - [32.1.5. Ошибки](https://python-all.ru/3.1/library/msilib.html#errors)18 - [32.1.6. Объекты CAB](https://python-all.ru/3.1/library/msilib.html#cab-objects)19 - [32.1.7. Объекты каталогов](https://python-all.ru/3.1/library/msilib.html#directory-objects)20 - [32.1.8. Возможности](https://python-all.ru/3.1/library/msilib.html#features)21 - [32.1.9. Классы GUI](https://python-all.ru/3.1/library/msilib.html#gui-classes)22 - [32.1.10. Предвычисленные таблицы](https://python-all.ru/3.1/library/msilib.html#precomputed-tables)23- [32.2. `msvcrt` – Полезные процедуры из среды выполнения MS VC++](https://python-all.ru/3.1/library/msvcrt.html)2425 - [32.2.1. Операции с файлами](https://python-all.ru/3.1/library/msvcrt.html#file-operations)26 - [32.2.2. Ввод-вывод консоли](https://python-all.ru/3.1/library/msvcrt.html#console-i-o)27 - [32.2.3. Другие функции](https://python-all.ru/3.1/library/msvcrt.html#other-functions)28- [32.3. `winreg` – Доступ к реестру Windows](https://python-all.ru/3.1/library/winreg.html)2930 - [32.3.1. Константы](https://python-all.ru/3.1/library/winreg.html#constants)3132 - [32.3.1.1. Константы HKEY\_\*](https://python-all.ru/3.1/library/winreg.html#hkey-constants)33 - [32.3.1.2. Права доступа](https://python-all.ru/3.1/library/winreg.html#access-rights)3435 - [32.3.1.2.1. Специфичное для 64-бит](https://python-all.ru/3.1/library/winreg.html#bit-specific)36 - [32.3.1.3. Типы значений](https://python-all.ru/3.1/library/winreg.html#value-types)37 - [32.3.2. Объекты дескрипторов реестра](https://python-all.ru/3.1/library/winreg.html#registry-handle-objects)38- [32.4. `winsound` – Интерфейс воспроизведения звука для Windows](https://python-all.ru/3.1/library/winsound.html)39