Browse Source

v4.4 02.06.2020

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
parent
commit
d304281616
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 533
      Win 10.ps1

533
Win 10.ps1

File diff suppressed because it is too large
Loading…
Cancel
Save