Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
| Порівняння попередніх версій Попередня ревізія Наступна ревізія | Попередня ревізія | ||
|
software:os:windows:packages [2024/08/25 03:40] charon |
software:os:windows:packages [2025/05/11 23:01] (поточний) charon |
||
|---|---|---|---|
| Рядок 21: | Рядок 21: | ||
| winget install --id Microsoft.DotNet.AspNetCore.8 --exact --source winget | winget install --id Microsoft.DotNet.AspNetCore.8 --exact --source winget | ||
| + | ===== Встановити розповсюджуємий компонент Visual C++ ===== | ||
| + | winget install -i --id Microsoft.VCRedist.2015+.x64 --exact --source winget | ||
| + | Дивись також [[https:// | ||
| ===== Установка корисних програм ===== | ===== Установка корисних програм ===== | ||
| + | Браузер | ||
| + | winget install -i --id Mozilla.Firefox --exact --source winget | ||
| + | Spotify: | ||
| + | winget install -i --id Spotify.Spotify --exact --source winget | ||
| + | MEGA: | ||
| + | winget install -i --id Mega.MEGASync --exact --source winget | ||
| + | SyncTrayzor - Syncthing on Windows: | ||
| + | winget install -i --id SyncTrayzor.SyncTrayzor --exact --source winget | ||
| Менеджер паролей Bitwarden: | Менеджер паролей Bitwarden: | ||
| winget install -i --id Bitwarden.Bitwarden --exact --source winget | winget install -i --id Bitwarden.Bitwarden --exact --source winget | ||
| Менеджер паролей KeePassXC: | Менеджер паролей KeePassXC: | ||
| winget install -i --id KeePassXCTeam.KeePassXC --exact --source winget | winget install -i --id KeePassXCTeam.KeePassXC --exact --source winget | ||
| - | Браузер | ||
| - | winget install -i --id Mozilla.Firefox --exact --source winget | ||
| Архіватор PeaZip: | Архіватор PeaZip: | ||
| winget install -i --id Giorgiotani.Peazip --exact --source winget | winget install -i --id Giorgiotani.Peazip --exact --source winget | ||
| - | Spotify: | ||
| - | winget install -i --id Spotify.Spotify --exact --source winget | ||
| Покращений Блокнот: | Покращений Блокнот: | ||
| winget install -i --id Notepad++.Notepad++ --exact --source winget | winget install -i --id Notepad++.Notepad++ --exact --source winget | ||
| Рядок 38: | Рядок 45: | ||
| Графічний редактор Paint.NET: | Графічний редактор Paint.NET: | ||
| winget install -i --id dotPDN.PaintDotNet --exact --source winget | winget install -i --id dotPDN.PaintDotNet --exact --source winget | ||
| - | Opera: | + | Vivaldi: |
| - | winget install -i --id Opera.Opera --exact --source winget | + | winget install -i --id |
| Браузер Brave: | Браузер Brave: | ||
| winget install -i --id Brave.Brave --exact --source winget | winget install -i --id Brave.Brave --exact --source winget | ||
| Рядок 50: | Рядок 57: | ||
| SoftMaker FreeOffice: | SoftMaker FreeOffice: | ||
| winget install -i --id SoftMaker.FreeOffice.2024 --exact --source winget | winget install -i --id SoftMaker.FreeOffice.2024 --exact --source winget | ||
| - | MEGA: | ||
| - | winget install -i --id Mega.MEGASync --exact --source winget | ||
| - | SyncTrayzor - Syncthing on Windows: | ||
| - | winget install -i --id SyncTrayzor.SyncTrayzor --exact --source winget | ||
| qBittorrent: | qBittorrent: | ||
| winget install -i --id qBittorrent.qBittorrent --exact --source winget | winget install -i --id qBittorrent.qBittorrent --exact --source winget | ||
| Рядок 62: | Рядок 65: | ||
| ===== Установка корисних програм для розробника ===== | ===== Установка корисних програм для розробника ===== | ||
| - | Python 3.12: | + | Python 3.13: |
| - | winget install -i --id Python.Python.3.12 --exact --source winget | + | winget install -i --id Python.Python.3.13 --exact --source winget |
| PyCharm: | PyCharm: | ||
| winget install -i --id JetBrains.PyCharm.Professional --exact --source winget | winget install -i --id JetBrains.PyCharm.Professional --exact --source winget | ||
| Рядок 69: | Рядок 72: | ||
| winget install -i --id Mobatek.MobaXterm --exact --source winget | winget install -i --id Mobatek.MobaXterm --exact --source winget | ||
| + | ===== Установка Java ===== | ||
| + | Якщо потрібно, | ||
| + | winget install -i --id EclipseAdoptium.Temurin.21.JRE --exact --source winget | ||
| + | |||
| + | ===== Відключення Hibernate ===== | ||
| + | Для використання подвійного завантаження з Лінуксом потрібно вимкнути Hibernate, разом з яким вимкнеться й FastBoot (FastBoot точно вимкнеться, | ||
| + | |||
| + | Перевірити чи активований Hibernate: | ||
| + | PS C:\> (GP " | ||
| + | 0 - вимкнений, | ||
| + | |||
| + | Щоб вимкнути: | ||
| + | - Запустити редактор реєстру **regedit**. | ||
| + | - Відкрити: | ||
| + | - Подвійний клік на **HiberbootEnabled** та змінити значення з 1 на 0. | ||
| + | І знову перевірити в консолі PowerShell. | ||
| + | Після цього вимкнути комп' | ||