Browse Source
Diff from v4.3.0.1 <https://github.com/farag2/Windows-10-Setup-Script/compare/4.3.0.1...4.4> ## Updated - Updated links in the comment-based help section; - Updated "Increase taskbar transparency" section - Removed "ForceEffectMode" key, that blocked Windows 10 transparency effects - To remove unnecessary key, execute ```powershell # Restart needed Remove-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\Windows\Dwm -Name ForceEffectMode -Force ``` - Updated "Change location of the user folders" section - Added comment-based section; - Added the ability to skip (#25) - Updated "Uninstall UWP apps" section - Added "Uninstall for All Users" button to the form (unchecked by default) (@oz-zo) - Add the "Run as different user" item to the .exe files types context menu - Removed unnecessary keys - Comments; - Minor changes; - Also you can test [20H1 version.](https://gist.github.com/farag2/5a6d9952247aefe42ba81a9d95507765) Отличия от v4.3.0.1 <https://github.com/farag2/Windows-10-Setup-Script/compare/4.3.0.1...4.4> ## Обновлено - Обновлены ссылки в разделе со справке; - Обновлен раздел "Увеличить прозрачность панели задач" - Удален ключ "ForceEffectMode", который блокировал эффекты прозрачности Windows 10 - Чтобы удалить ненужный ключ, выполните ```powershell # Необходима перезагрузка Remove-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\Windows\Dwm -Name ForceEffectMode -Force ``` - Обновлен раздел "Изменить расположение пользовательских папок" - У функции добавлена справка по использованию; - Добавлена возможность пропустить использование функции (#25) - Обновлен раздел "Удалить UWP-приложения" - В форму удаления добавлена кнопка "Удалять для всех пользователей" (по умолчанию снята) (@oz-zo) - Обновлен раздел "Добавить "Запуск от имени другого пользователя" в контекстное меню .exe файлов" - Удалены ненужные ключи - Комментарии; - Незначительные изменения; - Также можете протестировать [версию 20H1.](https://gist.github.com/farag2/5a6d9952247aefe42ba81a9d95507765)pull/26/head 4.4
Dmitry Nefedov
5 years ago
committed by
GitHub
1 changed files with 412 additions and 121 deletions
File diff suppressed because it is too large
Loading…
Reference in new issue