20.06.2019
Single quotes replaced by double quotes;
Comments updated;
Feature on Demand "OneSync" removed from being uninstalled;
Updated section "Включить Windows Sandbox";
Minor fixes.
Одинарные кавычки заменены на двойные;
Обновлены комментарии;
Приложение по запросу "OneSync" удалено из списка удаления;
Обновлен раздел "Turn on Windows Sandbox";
Незначительные исправления.
# Choose light or dark theme color for default Windows mode
# Выбрать режим Windows по умолчанию и режим приложения по умолчанию
$theme=Read-Host-Prompt"Choose light or dark theme color for default Windows mode (type light or dark).`nPress Enter to skip.`n`nВыберите режим Windows по умолчанию (введите light или dark).`nЧтобы пропустить, нажмите Enter"
$theme=Read-Host-Prompt"Choose light or dark theme color for default Windows mode (type light or dark).
# Choose light or dark theme color for default app mode
# Выбрать режим приложения по умолчанию
$apps=Read-Host-Prompt"Choose light or dark theme color for default app mode (type light or dark).`nPress Enter to skip.`n`nВыберите режим приложения по умолчанию (введите light или dark).`nЧтобы пропустить, нажмите Enter"
$apps=Read-Host-Prompt"Choose light or dark theme color for default app mode (type light or dark).
# Turn on Windows Defender Exploit Guard Network Protection
# Включить Защиту сети в Защитнике Windows
Set-MpPreference-EnableNetworkProtectionEnabled
# Turn on Controlled folder access and add protected folder
# Включить контролируемый доступ к папкам и добавить контролируемую папку
$folder=Read-Host-Prompt"Type folder path to add to protected folders list.`nPress Enter to skip.`n`nВведите путь до папки, чтобы добавить в список защищенных папок.`nЧтобы пропустить, нажмите Enter"
$folder=Read-Host-Prompt"Type folder path to add to protected folders list.
# Create shortcut for "Devices and Printers" in "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\System Tools"
# Создать ярлык для "Устройства и принтеры" в "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\System Tools"
# Create shortcut for "Devices and Printers" in "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\System Tools". Edit $lnk variable first
# Создать ярлык для "Устройства и принтеры" в "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\System Tools". Сначала отредактируйте переменную $lnk
$target="control"
$file="$env:AppData\Microsoft\Windows\Start Menu\Programs\System Tools\Устройства и принтеры.lnk"
$lnk="$env:APPDATA\Microsoft\Windows\Start Menu\Programs\System Tools\Устройства и принтеры.lnk"
$drive=Read-Host-Prompt"Type the drive letter in the root of which the specified folder will be created.`nPress Enter to skip.`n`nВведите букву диска, в корне которого будет создана папка `"Рабочий стол`".`nЧтобы пропустить, нажмите Enter"
$drive=Read-Host-Prompt"Type the drive letter in the root of which the specified folder will be created.
$drive=Read-Host-Prompt"Type the drive letter in the root of which the specified folder will be created.`nPress Enter to skip.`n`nВведите букву диска, в корне которого будет создана папка `"Документы`". `nЧтобы пропустить, нажмите Enter"
$drive=Read-Host-Prompt"Type the drive letter in the root of which the specified folder will be created.
$drive=Read-Host-Prompt"Type the drive letter in the root of which the specified folder will be created.`nPress Enter to skip.`n`nВведите букву диска, в корне которого будет создана папка `"Загрузки`". `nЧтобы пропустить, нажмите Enter"
$drive=Read-Host-Prompt"Type the drive letter in the root of which the specified folder will be created.
$drive=Read-Host-Prompt"Type the drive letter in the root of which the specified folder will be created.`nPress Enter to skip.`n`nВведите букву диска, в корне которого будет создана папка `"Музыка`". `nЧтобы пропустить, нажмите Enter"
$drive=Read-Host-Prompt"Type the drive letter in the root of which the specified folder will be created.
$drive=Read-Host-Prompt"Type the drive letter in the root of which the specified folder will be created.`nPress Enter to skip.`n`nВведите букву диска, в корне которого будет создана папка `"Изображения`". `nЧтобы пропустить, нажмите Enter"
$drive=Read-Host-Prompt"Type the drive letter in the root of which the specified folder will be created.
$drive=Read-Host-Prompt"Type the drive letter in the root of which the specified folder will be created.`nPress Enter to skip.`n`nВведите букву диска, в корне которого будет создана папка `"Видео`".`nЧтобы пропустить, нажмите Enter"
$drive=Read-Host-Prompt"Type the drive letter in the root of which the specified folder will be created.
$exe=Read-Host-Prompt"Введите полный путь до исполняемого файла приложения, для которого следует установить`nпараметры производительности графики на `"Высокая производительность`".`nЧтобы пропустить, нажмите Enter"
$exe=Read-Host-Prompt"Type full path to the app executable file for which you want to set graphics performance preference to `"High performance GPU`".