You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1414 lines
79 KiB
1414 lines
79 KiB
<#
|
|
.SYNOPSIS
|
|
Default preset file for "Sophia Script for Windows 10 (PowerShell 7)"
|
|
|
|
Version: v5.12.14
|
|
Date: 09.04.2022
|
|
|
|
Copyright (c) 2014—2022 farag
|
|
Copyright (c) 2019—2022 farag & Inestic
|
|
|
|
Thanks to all https://forum.ru-board.com members involved
|
|
|
|
.DESCRIPTION
|
|
Place the "#" char before function if you don't want to run it
|
|
Remove the "#" char before function if you want to run it
|
|
Every tweak in the preset file has its' corresponding function to restore the default settings
|
|
|
|
.EXAMPLE Run the whole script
|
|
.\Sophia.ps1
|
|
|
|
.EXAMPLE Run the script by specifying the module functions as an argument
|
|
.\Sophia.ps1 -Functions "DiagTrackService -Disable", "DiagnosticDataLevel -Minimal", UninstallUWPApps
|
|
|
|
.EXAMPLE Download and expand the latest Sophia Script version archive (without running) according which Windows and PowerShell versions it is run on
|
|
irm script.sophi.app | iex
|
|
|
|
.NOTES
|
|
Minimum Supported Windows 10 versions
|
|
Versions: 2004/20H2/21H1/21H2
|
|
Build: 1904x.1151
|
|
Editions: Home/Pro/Enterprise
|
|
Architecture: x64
|
|
|
|
.NOTES
|
|
Set execution policy to be able to run scripts only in the current PowerShell session:
|
|
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
|
|
|
|
.NOTES
|
|
To use the TAB completion for functions and their arguments dot source the Function.ps1 script first:
|
|
. .\Function.ps1 (with a dot at the beginning)
|
|
Read more in the Functions.ps1 file
|
|
|
|
.LINK GitHub link
|
|
https://github.com/farag2/Sophia-Script-for-Windows
|
|
|
|
.LINK Telegram channel & group
|
|
https://t.me/sophianews
|
|
https://t.me/sophia_chat
|
|
|
|
.NOTES
|
|
https://forum.ru-board.com/topic.cgi?forum=62&topic=30617#15
|
|
https://habr.com/company/skillfactory/blog/553800/
|
|
https://forums.mydigitallife.net/threads/powershell-windows-10-sophia-script.81675/
|
|
https://www.reddit.com/r/PowerShell/comments/go2n5v/powershell_script_setup_windows_10/
|
|
|
|
.LINK Authors
|
|
https://github.com/farag2
|
|
https://github.com/Inestic
|
|
#>
|
|
|
|
#Requires -RunAsAdministrator
|
|
#Requires -Version 7.2
|
|
|
|
[CmdletBinding()]
|
|
param
|
|
(
|
|
[Parameter(Mandatory = $false)]
|
|
[string[]]
|
|
$Functions
|
|
)
|
|
|
|
Clear-Host
|
|
|
|
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.14 (PowerShell 7) | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2022"
|
|
|
|
Remove-Module -Name Sophia -Force -ErrorAction Ignore
|
|
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force
|
|
|
|
Import-LocalizedData -BindingVariable Global:Localization -FileName Sophia -BaseDirectory $PSScriptRoot\Localizations
|
|
|
|
<#
|
|
.SYNOPSIS
|
|
Run the script by specifying functions as an argument
|
|
Запустить скрипт, указав в качестве аргумента функции
|
|
|
|
.EXAMPLE
|
|
.\Sophia.ps1 -Functions "DiagTrackService -Disable", "DiagnosticDataLevel -Minimal", UninstallUWPApps
|
|
|
|
.NOTES
|
|
Use commas to separate funtions
|
|
Разделяйте функции запятыми
|
|
#>
|
|
if ($Functions)
|
|
{
|
|
Invoke-Command -ScriptBlock {Checkings}
|
|
|
|
foreach ($Function in $Functions)
|
|
{
|
|
Invoke-Expression -Command $Function
|
|
}
|
|
|
|
# The "RefreshEnvironment" and "Errors" functions will be executed at the end
|
|
Invoke-Command -ScriptBlock {RefreshEnvironment; Errors}
|
|
|
|
exit
|
|
}
|
|
|
|
#region Protection
|
|
<#
|
|
The mandatory checkings. If you want to disable a warning message about whether the preset file was customized, remove the "-Warning" argument
|
|
Please, do not comment out this function
|
|
|
|
Обязательные проверки. Чтобы выключить предупреждение о необходимости настройки пресет-файла, удалите аргумент "-Warning"
|
|
Пожалуйста, не комментируйте данную функцию
|
|
#>
|
|
Checkings -Warning
|
|
|
|
<#
|
|
Enable script logging. Log will be recorded into the script folder
|
|
To stop logging just close console or type "Stop-Transcript"
|
|
|
|
Включить логирование работы скрипта. Лог будет записываться в папку скрипта
|
|
Чтобы остановить логгирование, закройте консоль или наберите "Stop-Transcript"
|
|
#>
|
|
# Logging
|
|
|
|
# Create a restore point
|
|
# Создать точку восстановления
|
|
CreateRestorePoint
|
|
#endregion Protection
|
|
|
|
#region Privacy & Telemetry
|
|
# Disable the "Connected User Experiences and Telemetry" service (DiagTrack), and block the connection for the Unified Telemetry Client Outbound Traffic
|
|
# Отключить службу "Функциональные возможности для подключенных пользователей и телеметрия" (DiagTrack) и блокировать соединение для исходящего трафик клиента единой телеметрии
|
|
DiagTrackService -Disable
|
|
|
|
# Enable the "Connected User Experiences and Telemetry" service (DiagTrack), and allow the connection for the Unified Telemetry Client Outbound Traffic (default value)
|
|
# Включить службу "Функциональные возможности для подключенных пользователей и телеметрия" (DiagTrack) и разрешить подключение для исходящего трафик клиента единой телеметрии (значение по умолчанию)
|
|
# DiagTrackService -Enable
|
|
|
|
# Set the diagnostic data collection to minimum
|
|
# Установить уровень сбора диагностических данных ОС на минимальный
|
|
DiagnosticDataLevel -Minimal
|
|
|
|
# Set the diagnostic data collection to default (default value)
|
|
# Установить уровень сбора диагностических данных ОС по умолчанию (значение по умолчанию)
|
|
# DiagnosticDataLevel -Default
|
|
|
|
# Turn off the Windows Error Reporting
|
|
# Отключить запись отчетов об ошибках Windows
|
|
ErrorReporting -Disable
|
|
|
|
# Turn on the Windows Error Reporting (default value)
|
|
# Включить отчеты об ошибках Windows (значение по умолчанию)
|
|
# ErrorReporting -Enable
|
|
|
|
# Change the feedback frequency to "Never"
|
|
# Изменить частоту формирования отзывов на "Никогда"
|
|
FeedbackFrequency -Never
|
|
|
|
# Change the feedback frequency to "Automatically" (default value)
|
|
# Изменить частоту формирования отзывов на "Автоматически" (значение по умолчанию)
|
|
# FeedbackFrequency -Automatically
|
|
|
|
# Turn off the diagnostics tracking scheduled tasks
|
|
# Отключить задачи диагностического отслеживания
|
|
ScheduledTasks -Disable
|
|
|
|
# Turn on the diagnostics tracking scheduled tasks (default value)
|
|
# Включить задачи диагностического отслеживания (значение по умолчанию)
|
|
# ScheduledTasks -Enable
|
|
|
|
# Do not use sign-in info to automatically finish setting up device and reopen apps after an update or restart
|
|
# Не использовать данные для входа для автоматического завершения настройки устройства и открытия приложений после перезапуска или обновления
|
|
SigninInfo -Disable
|
|
|
|
# Use sign-in info to automatically finish setting up device and reopen apps after an update or restart (default value)
|
|
# Использовать данные для входа для автоматического завершения настройки устройства и открытия приложений после перезапуска или обновления (значение по умолчанию)
|
|
# SigninInfo -Enable
|
|
|
|
# Do not let websites provide locally relevant content by accessing language list
|
|
# Не позволять веб-сайтам предоставлять местную информацию за счет доступа к списку языков
|
|
LanguageListAccess -Disable
|
|
|
|
# Let websites provide locally relevant content by accessing language list (default value)
|
|
# Позволять веб-сайтам предоставлять местную информацию за счет доступа к списку языков (значение по умолчанию)
|
|
# LanguageListAccess -Enable
|
|
|
|
# Do not allow apps to use advertising ID to make ads more interresting to you based on your app usage
|
|
# Не разрешать приложениям использовать идентификатор рекламы
|
|
AdvertisingID -Disable
|
|
|
|
# Let apps use advertising ID to make ads more interresting to you based on your app usage (default value)
|
|
# Разрешить приложениям использовать идентификатор рекламы (значение по умолчанию)
|
|
# AdvertisingID -Enable
|
|
|
|
# Hide the Windows welcome experiences after updates and occasionally when I sign in to highlight what's new and suggested
|
|
# Скрывать экран приветствия Windows после обновлений и иногда при входе, чтобы сообщить о новых функциях и предложениях
|
|
WindowsWelcomeExperience -Hide
|
|
|
|
# Show the Windows welcome experiences after updates and occasionally when I sign in to highlight what's new and suggested (default value)
|
|
# Показывать экран приветствия Windows после обновлений и иногда при входе, чтобы сообщить о новых функциях и предложениях (значение по умолчанию)
|
|
# WindowsWelcomeExperience -Show
|
|
|
|
# Get tips, tricks, and suggestions as you use Windows (default value)
|
|
# Получать советы, подсказки и рекомендации при использованию Windows (значение по умолчанию)
|
|
WindowsTips -Enable
|
|
|
|
# Do not get tips, tricks, and suggestions as you use Windows
|
|
# Не получать советы, подсказки и рекомендации при использовании Windows
|
|
# WindowsTips -Disable
|
|
|
|
# Hide from me suggested content in the Settings app
|
|
# Скрывать рекомендуемое содержимое в приложении "Параметры"
|
|
SettingsSuggestedContent -Hide
|
|
|
|
# Show me suggested content in the Settings app (default value)
|
|
# Показывать рекомендуемое содержимое в приложении "Параметры" (значение по умолчанию)
|
|
# SettingsSuggestedContent -Show
|
|
|
|
# Turn off automatic installing suggested apps
|
|
# Отключить автоматическую установку рекомендованных приложений
|
|
AppsSilentInstalling -Disable
|
|
|
|
# Turn on automatic installing suggested apps (default value)
|
|
# Включить автоматическую установку рекомендованных приложений (значение по умолчанию)
|
|
# AppsSilentInstalling -Enable
|
|
|
|
# Do not suggest ways I can finish setting up my device to get the most out of Windows
|
|
# Не предлагать способы завершения настройки устройства для максимально эффективного использования Windows
|
|
WhatsNewInWindows -Disable
|
|
|
|
# Suggest ways I can finish setting up my device to get the most out of Windows (default value)
|
|
# Предлагать способы завершения настройки устройства для максимально эффективного использования Windows (значение по умолчанию)
|
|
# WhatsNewInWindows -Enable
|
|
|
|
# Do not let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen
|
|
# Не разрешиать корпорации Майкософт использовать ваши диагностические данные для предоставления вам персонализированных советов, рекламы и рекомендаций, чтобы улучшить работу со службами Майкрософт
|
|
TailoredExperiences -Disable
|
|
|
|
# Let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen (default value)
|
|
# Разрешите корпорации Майкософт использовать ваши диагностические данные для предоставления вам персонализированных советов, рекламы и рекомендаций, чтобы улучшить работу со службами Майкрософт (значение по умолчанию)
|
|
# TailoredExperiences -Enable
|
|
|
|
# Disable Bing search in the Start Menu
|
|
# Отключить в меню "Пуск" поиск через Bing
|
|
BingSearch -Disable
|
|
|
|
# Enable Bing search in the Start Menu (default value)
|
|
# Включить поиск через Bing в меню "Пуск" (значение по умолчанию)
|
|
# BingSearch -Enable
|
|
#endregion Privacy & Telemetry
|
|
|
|
#region UI & Personalization
|
|
# Show the "This PC" icon on Desktop
|
|
# Отобразить значок "Этот компьютер" на рабочем столе
|
|
ThisPC -Show
|
|
|
|
# Hide the "This PC" icon on Desktop (default value)
|
|
# Скрыть "Этот компьютер" на рабочем столе (значение по умолчанию)
|
|
# ThisPC -Hide
|
|
|
|
# Do not use item check boxes
|
|
# Не использовать флажки для выбора элементов
|
|
CheckBoxes -Disable
|
|
|
|
# Use check item check boxes (default value)
|
|
# Использовать флажки для выбора элементов (значение по умолчанию)
|
|
# CheckBoxes -Enable
|
|
|
|
# Show hidden files, folders, and drives
|
|
# Отобразить скрытые файлы, папки и диски
|
|
HiddenItems -Enable
|
|
|
|
# Do not show hidden files, folders, and drives (default value)
|
|
# Не показывать скрытые файлы, папки и диски (значение по умолчанию)
|
|
# HiddenItems -Disable
|
|
|
|
# Show the file name extensions
|
|
# Отобразить расширения имён файлов
|
|
FileExtensions -Show
|
|
|
|
# Hide the file name extensions (default value)
|
|
# Скрывать расширения имён файлов файлов (значение по умолчанию)
|
|
# FileExtensions -Hide
|
|
|
|
# Show folder merge conflicts
|
|
# Не скрывать конфликт слияния папок
|
|
MergeConflicts -Show
|
|
|
|
# Hide folder merge conflicts (default value)
|
|
# Скрывать конфликт слияния папок (значение по умолчанию)
|
|
# MergeConflicts -Hide
|
|
|
|
# Open File Explorer to "This PC"
|
|
# Открывать проводник для "Этот компьютер"
|
|
OpenFileExplorerTo -ThisPC
|
|
|
|
# Open File Explorer to Quick access (default value)
|
|
# Открывать проводник для "Быстрый доступ" (значение по умолчанию)
|
|
# OpenFileExplorerTo -QuickAccess
|
|
|
|
# Hide Cortana button on the taskbar
|
|
# Скрывать кнопку Кортаны на панели задач
|
|
CortanaButton -Hide
|
|
|
|
# Show Cortana button on the taskbar (default value)
|
|
# Показать кнопку Кортаны на панели задач (значение по умолчанию)
|
|
# CortanaButton -Show
|
|
|
|
# Do not show sync provider notification within File Explorer
|
|
# Не показывать уведомления поставщика синхронизации в проводнике
|
|
OneDriveFileExplorerAd -Hide
|
|
|
|
# Show sync provider notification within File Explorer (default value)
|
|
# Показывать уведомления поставщика синхронизации в проводнике (значение по умолчанию)
|
|
# OneDriveFileExplorerAd -Show
|
|
|
|
# When I snap a window, do not show what I can snap next to it
|
|
# При прикреплении окна не показывать, что можно прикрепить рядом с ним
|
|
SnapAssist -Disable
|
|
|
|
# When I snap a window, show what I can snap next to it (default value)
|
|
# При прикреплении окна показывать, что можно прикрепить рядом с ним (значение по умолчанию)
|
|
# SnapAssist -Enable
|
|
|
|
# Show the file transfer dialog box in the detailed mode
|
|
# Отображать диалоговое окно передачи файлов в развернутом виде
|
|
FileTransferDialog -Detailed
|
|
|
|
# Show the file transfer dialog box in the compact mode (default value)
|
|
# Отображать диалоговое окно передачи файлов в свернутом виде (значение по умолчанию)
|
|
# FileTransferDialog -Compact
|
|
|
|
# Expand the File Explorer ribbon
|
|
# Развернуть ленту проводника
|
|
FileExplorerRibbon -Expanded
|
|
|
|
# Minimize the File Explorer ribbon (default value)
|
|
# Свернуть ленту проводника (значение по умолчанию)
|
|
# FileExplorerRibbon -Minimized
|
|
|
|
# Display the recycle bin files delete confirmation dialog
|
|
# Запрашивать подтверждение на удаление файлов в корзину
|
|
RecycleBinDeleteConfirmation -Enable
|
|
|
|
# Do not display the recycle bin files delete confirmation dialog (default value)
|
|
# Не запрашивать подтверждение на удаление файлов в корзину (значение по умолчанию)
|
|
# RecycleBinDeleteConfirmation -Disable
|
|
|
|
# Hide the "3D Objects" folder in "This PC" and Quick access
|
|
# Скрыть папку "Объемные объекты" в "Этот компьютер" и панели быстрого доступа
|
|
3DObjects -Hide
|
|
|
|
# Show the "3D Objects" folder in "This PC" and Quick access (default value)
|
|
# Отобразить папку "Объемные объекты" в "Этот компьютер" и панели быстрого доступа (значение по умолчанию)
|
|
# 3DObjects -Show
|
|
|
|
# Hide recently used files in Quick access
|
|
# Скрыть недавно использовавшиеся файлы на панели быстрого доступа
|
|
QuickAccessRecentFiles -Hide
|
|
|
|
# Show recently used files in Quick access (default value)
|
|
# Показать недавно использовавшиеся файлы на панели быстрого доступа (значение по умолчанию)
|
|
# QuickAccessRecentFiles -Show
|
|
|
|
# Hide frequently used folders in Quick access
|
|
# Скрыть недавно используемые папки на панели быстрого доступа
|
|
QuickAccessFrequentFolders -Hide
|
|
|
|
# Show frequently used folders in Quick access (default value)
|
|
# Показать часто используемые папки на панели быстрого доступа (значение по умолчанию)
|
|
# QuickAccessFrequentFolders -Show
|
|
|
|
# Hide the search on the taskbar
|
|
# Скрыть поле или значок поиска на панели задач
|
|
TaskbarSearch -Hide
|
|
|
|
# Show the search icon on the taskbar
|
|
# Показать значок поиска на панели задач
|
|
# TaskbarSearch -SearchIcon
|
|
|
|
# Show the search box on the taskbar (default value)
|
|
# Показать поле поиска на панели задач (значение по умолчанию)
|
|
# TaskbarSearch -SearchBox
|
|
|
|
# Hide the Task View button on the taskbar
|
|
# Скрыть кнопку Просмотра задач
|
|
TaskViewButton -Hide
|
|
|
|
# Show the Task View button on the taskbar (default value)
|
|
# Отобразить кнопку Просмотра задач (значение по умолчанию)
|
|
# TaskViewButton -Show
|
|
|
|
# Hide People on the taskbar
|
|
# Скрыть панель "Люди" на панели задач
|
|
PeopleTaskbar -Hide
|
|
|
|
# Show People on the taskbar (default value)
|
|
# Отобразить панель "Люди" на панели задач (значение по умолчанию)
|
|
# PeopleTaskbar -Show
|
|
|
|
# Show seconds on the taskbar clock
|
|
# Отобразить секунды в системных часах на панели задач
|
|
SecondsInSystemClock -Show
|
|
|
|
# Hide seconds on the taskbar clock (default value)
|
|
# Скрыть секунды в системных часах на панели задач (значение по умолчанию)
|
|
# SecondsInSystemClock -Hide
|
|
|
|
# Hide the Windows Ink Workspace button on the taskbar
|
|
# Скрыть кнопку Windows Ink Workspace на панели задач
|
|
WindowsInkWorkspace -Hide
|
|
|
|
# Show Windows Ink Workspace button on the taskbar (default value)
|
|
# Показать кнопку Windows Ink Workspace на панели задач (значение по умолчанию)
|
|
# WindowsInkWorkspace -Show
|
|
|
|
# Always show all icons in the notification area
|
|
# Всегда отображать все значки в области уведомлений
|
|
NotificationAreaIcons -Show
|
|
|
|
# Hide all icons in the notification area (default value)
|
|
# Скрыть все значки в области уведомлений (значение по умолчанию)
|
|
# NotificationAreaIcons -Hide
|
|
|
|
# Hide the Meet Now icon in the notification area
|
|
# Скрыть иконку "Провести собрание" в области уведомлений
|
|
MeetNow -Hide
|
|
|
|
# Show the Meet Now icon in the notification area (default value)
|
|
# Отображать иконку "Провести собрание" в области уведомлений (значение по умолчанию)
|
|
# MeetNow -Show
|
|
|
|
# Disable "News and Interests" on the taskbar
|
|
# Отключить "Новости и интересы" на панели задач
|
|
NewsInterests -Disable
|
|
|
|
# Enable "News and Interests" on the taskbar (default value)
|
|
# Включить "Новости и интересы" на панели задач (значение по умолчанию)
|
|
# NewsInterests -Enable
|
|
|
|
# Unpin the "Microsoft Edge", "Microsoft Store", or "Mail" shortcuts from the taskbar
|
|
# Открепить ярлыки "Microsoft Edge", "Microsoft Store" или "Почта" от панели задач
|
|
UnpinTaskbarShortcuts -Shortcuts Edge, Store, Mail
|
|
|
|
# View the Control Panel icons by large icons
|
|
# Просмотр иконок Панели управления как: крупные значки
|
|
ControlPanelView -LargeIcons
|
|
|
|
# View the Control Panel icons by small icons
|
|
# Просмотр иконок Панели управления как: маленькие значки
|
|
# ControlPanelView -SmallIcons
|
|
|
|
# View the Control Panel icons by category (default value)
|
|
# Просмотр иконок Панели управления как: категория (значение по умолчанию)
|
|
# ControlPanelView -Category
|
|
|
|
# Set the default Windows mode to dark
|
|
# Установить режим Windows по умолчанию на темный
|
|
WindowsColorMode -Dark
|
|
|
|
# Set the default Windows mode to light (default value)
|
|
# Установить режим Windows по умолчанию на светлый (значение по умолчанию)
|
|
# WindowsColorMode -Light
|
|
|
|
# Set the default app mode to dark
|
|
# Установить цвет режима приложения на темный
|
|
AppColorMode -Dark
|
|
|
|
# Set the default app mode to light (default value)
|
|
# Установить цвет режима приложения на светлый (значение по умолчанию)
|
|
# AppColorMode -Light
|
|
|
|
# Hide the "New App Installed" indicator
|
|
# Скрыть уведомление "Установлено новое приложение"
|
|
NewAppInstalledNotification -Hide
|
|
|
|
# Show the "New App Installed" indicator (default value)
|
|
# Показывать уведомление "Установлено новое приложение" (значение по умолчанию)
|
|
# NewAppInstalledNotification -Show
|
|
|
|
# Hide first sign-in animation after the upgrade
|
|
# Скрывать анимацию при первом входе в систему после обновления
|
|
FirstLogonAnimation -Disable
|
|
|
|
# Show first sign-in animation after the upgrade (default value)
|
|
# Показывать анимацию при первом входе в систему после обновления (значение по умолчанию)
|
|
# FirstLogonAnimation -Enable
|
|
|
|
# Set the quality factor of the JPEG desktop wallpapers to maximum
|
|
# Установить коэффициент качества обоев рабочего стола в формате JPEG на максимальный
|
|
JPEGWallpapersQuality -Max
|
|
|
|
# Set the quality factor of the JPEG desktop wallpapers to default
|
|
# Установить коэффициент качества обоев рабочего стола в формате JPEG по умолчанию
|
|
# JPEGWallpapersQuality -Default
|
|
|
|
# Start Task Manager in the expanded mode
|
|
# Запускать Диспетчера задач в развернутом виде
|
|
TaskManagerWindow -Expanded
|
|
|
|
# Start Task Manager in the compact mode (default value)
|
|
# Запускать Диспетчера задач в свернутом виде (значение по умолчанию)
|
|
# TaskManagerWindow -Compact
|
|
|
|
# Show a notification when your PC requires a restart to finish updating
|
|
# Показывать уведомление, когда компьютеру требуется перезагрузка для завершения обновления
|
|
RestartNotification -Show
|
|
|
|
# Do not show a notification when your PC requires a restart to finish updating (default value)
|
|
# Не показывать уведомление, когда компьютеру требуется перезагрузка для завершения обновления (значение по умолчанию)
|
|
# RestartNotification -Hide
|
|
|
|
# Do not add the "- Shortcut" suffix to the file name of created shortcuts
|
|
# Нe дoбaвлять "- яpлык" к имени coздaвaeмых яpлыков
|
|
ShortcutsSuffix -Disable
|
|
|
|
# Add the "- Shortcut" suffix to the file name of created shortcuts (default value)
|
|
# Дoбaвлять "- яpлык" к имени coздaвaeмых яpлыков (значение по умолчанию)
|
|
# ShortcutsSuffix -Enable
|
|
|
|
# Use the Print screen button to open screen snipping
|
|
# Использовать кнопку PRINT SCREEN, чтобы запустить функцию создания фрагмента экрана
|
|
PrtScnSnippingTool -Enable
|
|
|
|
# Do not use the Print screen button to open screen snipping (default value)
|
|
# Не использовать кнопку PRINT SCREEN, чтобы запустить функцию создания фрагмента экрана (значение по умолчанию)
|
|
# PrtScnSnippingTool -Disable
|
|
|
|
# Let me use a different input method for each app window
|
|
# Позволить выбирать метод ввода для каждого окна
|
|
AppsLanguageSwitch -Enable
|
|
|
|
# Do not use a different input method for each app window (default value)
|
|
# Не использовать метод ввода для каждого окна (значение по умолчанию)
|
|
# AppsLanguageSwitch -Disable
|
|
|
|
# When I grab a windows's title bar and shake it, minimize all other windows (default value)
|
|
# При захвате заголовка окна и встряхивании сворачиваются все остальные окна (значение по умолчанию)
|
|
AeroShaking -Enable
|
|
|
|
# When I grab a windows's title bar and shake it, don't minimize all other windows
|
|
# При захвате заголовка окна и встряхивании не сворачиваются все остальные окна
|
|
# AeroShaking -Disable
|
|
#endregion UI & Personalization
|
|
|
|
#region OneDrive
|
|
# Uninstall OneDrive. The OneDrive user folder won't be removed
|
|
# Удалить OneDrive. Папка пользователя OneDrive не будет удалена
|
|
# OneDrive -Uninstall
|
|
|
|
# Install OneDrive 64-bit (default value)
|
|
# Установить OneDrive 64-бит (значение по умолчанию)
|
|
# OneDrive -Install
|
|
#endregion OneDrive
|
|
|
|
#region System
|
|
#region StorageSense
|
|
# Turn on Storage Sense
|
|
# Включить Контроль памяти
|
|
StorageSense -Enable
|
|
|
|
# Turn off Storage Sense (default value)
|
|
# Выключить Контроль памяти (значение по умолчанию)
|
|
# StorageSense -Disable
|
|
|
|
# Run Storage Sense every month
|
|
# Запускать Контроль памяти каждый месяц
|
|
StorageSenseFrequency -Month
|
|
|
|
# Run Storage Sense during low free disk space (default value)
|
|
# Запускать Контроль памяти, когда остается мало место на диске (значение по умолчанию)
|
|
# StorageSenseFrequency -Default
|
|
|
|
# Delete temporary files that apps aren't using
|
|
# Удалять временные файлы, не используемые в приложениях
|
|
StorageSenseTempFiles -Enable
|
|
|
|
# Do not delete temporary files that apps aren't using
|
|
# Не удалять временные файлы, не используемые в приложениях
|
|
# StorageSenseTempFiles -Disable
|
|
#endregion StorageSense
|
|
|
|
# Disable hibernation. Do not recommend turning it off on laptops
|
|
# Отключить режим гибернации. Не рекомендуется выключать на ноутбуках
|
|
Hibernation -Disable
|
|
|
|
# Enable hibernate (default value)
|
|
# Включить режим гибернации (значение по умолчанию)
|
|
# Hibernation -Enable
|
|
|
|
# Change the %TEMP% environment variable path to %SystemDrive%\Temp
|
|
# Изменить путь переменной среды для %TEMP% на %SystemDrive%\Temp
|
|
# TempFolder -SystemDrive
|
|
|
|
# Change %TEMP% environment variable path to %LOCALAPPDATA%\Temp (default value)
|
|
# Изменить путь переменной среды для %TEMP% на LOCALAPPDATA%\Temp (значение по умолчанию)
|
|
# TempFolder -Default
|
|
|
|
# Disable the Windows 260 characters path limit
|
|
# Отключить ограничение Windows на 260 символов в пути
|
|
Win32LongPathLimit -Disable
|
|
|
|
# Enable the Windows 260 character path limit (default value)
|
|
# Включить ограничение Windows на 260 символов в пути (значение по умолчанию)
|
|
# Win32LongPathLimit -Enable
|
|
|
|
# Display the Stop error information on the BSoD
|
|
# Отображать Stop-ошибку при появлении BSoD
|
|
BSoDStopError -Enable
|
|
|
|
# Do not display the Stop error information on the BSoD (default value)
|
|
# Не отображать Stop-ошибку при появлении BSoD (значение по умолчанию)
|
|
# BSoDStopError -Disable
|
|
|
|
# Choose when to be notified about changes to your computer: never notify
|
|
# Настройка уведомления об изменении параметров компьютера: никогда не уведомлять
|
|
AdminApprovalMode -Never
|
|
|
|
# Choose when to be notified about changes to your computer: notify me only when apps try to make changes to my computer (default value)
|
|
# Настройка уведомления об изменении параметров компьютера: уведомлять меня только при попытках приложений внести изменения в компьютер (значение по умолчанию)
|
|
# AdminApprovalMode -Default
|
|
|
|
# Turn on access to mapped drives from app running with elevated permissions with Admin Approval Mode enabled
|
|
# Включить доступ к сетевым дискам при включенном режиме одобрения администратором при доступе из программ, запущенных с повышенными правами
|
|
MappedDrivesAppElevatedAccess -Enable
|
|
|
|
# Turn off access to mapped drives from app running with elevated permissions with Admin Approval Mode enabled (default value)
|
|
# Выключить доступ к сетевым дискам при включенном режиме одобрения администратором при доступе из программ, запущенных с повышенными правами (значение по умолчанию)
|
|
# MappedDrivesAppElevatedAccess -Disable
|
|
|
|
# Turn off Delivery Optimization
|
|
# Выключить оптимизацию доставки
|
|
DeliveryOptimization -Disable
|
|
|
|
# Turn on Delivery Optimization (default value)
|
|
# Включить оптимизацию доставки (значение по умолчанию)
|
|
# DeliveryOptimization -Enable
|
|
|
|
# Always wait for the network at computer startup and logon for workgroup networks
|
|
# Всегда ждать сеть при запуске и входе в систему для рабочих групп
|
|
WaitNetworkStartup -Enable
|
|
|
|
# Never wait for the network at computer startup and logon for workgroup networks (default value)
|
|
# Никогда не ждать сеть при запуске и входе в систему для рабочих групп (значение по умолчанию)
|
|
# WaitNetworkStartup -Disable
|
|
|
|
# Do not let Windows manage my default printer
|
|
# Не разрешать Windows управлять принтером, используемым по умолчанию
|
|
WindowsManageDefaultPrinter -Disable
|
|
|
|
# Let Windows manage my default printer (default value)
|
|
# Разрешать Windows управлять принтером, используемым по умолчанию (значение по умолчанию)
|
|
# WindowsManageDefaultPrinter -Enable
|
|
|
|
<#
|
|
Disable the Windows features using the pop-up dialog box
|
|
If you want to leave "Multimedia settings" element in the advanced settings of Power Options do not disable the "Media Features" feature
|
|
|
|
Если вы хотите оставить параметр "Параметры мультимедиа" в дополнительных параметрах схемы управления питанием, не отключайте "Компоненты для работы с медиа"
|
|
Отключить компоненты Windows, используя всплывающее диалоговое окно
|
|
#>
|
|
WindowsFeatures -Disable
|
|
|
|
# Enable the Windows features using the pop-up dialog box
|
|
# Включить компоненты Windows, используя всплывающее диалоговое окно
|
|
# WindowsFeatures -Enable
|
|
|
|
<#
|
|
Uninstall optional features using the pop-up dialog box
|
|
If you want to leave "Multimedia settings" element in the advanced settings of Power Options do not uninstall the "Media Features" feature
|
|
|
|
Удалить дополнительные компоненты, используя всплывающее диалоговое окно
|
|
Если вы хотите оставить параметр "Параметры мультимедиа" в дополнительных параметрах схемы управления питанием, не удаляйте компонент "Компоненты для работы с медиа"
|
|
#>
|
|
WindowsCapabilities -Uninstall
|
|
|
|
# Install optional features using the pop-up dialog box
|
|
# Установить дополнительные компоненты, используя всплывающее диалоговое окно
|
|
# WindowsCapabilities -Install
|
|
|
|
# Receive updates for other Microsoft products when you update Windows
|
|
# При обновлении Windows получать обновления для других продуктов Майкрософт
|
|
UpdateMicrosoftProducts -Enable
|
|
|
|
# Do not receive updates for other Microsoft products when you update Windows (default value)
|
|
# При обновлении Windows не получать обновления для других продуктов Майкрософт (значение по умолчанию)
|
|
# UpdateMicrosoftProducts -Disable
|
|
|
|
<#
|
|
Set power plan on "High performance"
|
|
It isn't recommended to turn on the "High performance" power plan on laptops
|
|
|
|
Установить схему управления питанием на "Высокая производительность"
|
|
Не рекомендуется включать схему управления питанием "Высокая производительность" для ноутбуков
|
|
#>
|
|
PowerPlan -High
|
|
|
|
# Set power plan on "Balanced" (default value)
|
|
# Установить схему управления питанием на "Сбалансированная" (значение по умолчанию)
|
|
# PowerPlan -Balanced
|
|
|
|
# Use the latest installed .NET runtime for all apps
|
|
# Использовать последнюю установленную среду выполнения .NET для всех приложений
|
|
LatestInstalled.NET -Enable
|
|
|
|
# Do not use the latest installed .NET runtime for all apps (default value)
|
|
# Не использовать последнюю установленную версию .NET для всех приложений (значение по умолчанию)
|
|
# LatestInstalled.NET -Disable
|
|
|
|
# Do not allow the computer to turn off the network adapters to save power
|
|
# Запретить отключение всех сетевых адаптеров для экономии энергии
|
|
NetworkAdaptersSavePower -Disable
|
|
|
|
# Allow the computer to turn off the network adapters to save power (default value)
|
|
# Разрешить отключение всех сетевых адаптеров для экономии энергии (значение по умолчанию)
|
|
# NetworkAdaptersSavePower -Enable
|
|
|
|
<#
|
|
Disable the Internet Protocol Version 6 (TCP/IPv6) component for all network connections
|
|
Before invoking the function, a check will be run whether your ISP supports the IPv6 protocol using https://ipv6-test.com
|
|
|
|
Выключить IP версии 6 (TCP/IPv6)
|
|
Перед выполнением функции будет проведена проверка: поддерживает ли ваш провайдер IPv6, используя ресурс https://ipv6-test.com
|
|
#>
|
|
IPv6Component -Disable
|
|
|
|
<#
|
|
Enable the Internet Protocol Version 6 (TCP/IPv6) component for all network connections (default value)
|
|
Before invoking the function, a check will be run whether your ISP supports the IPv6 protocol using https://ipv6-test.com
|
|
|
|
Включить IP версии 6 (TCP/IPv6) (значение по умолчанию)
|
|
Перед выполнением функции будет проведена проверка: поддерживает ли ваш провайдер IPv6, используя ресурс https://ipv6-test.com
|
|
#>
|
|
# IPv6Component -Enable
|
|
|
|
# Override for default input method: English
|
|
# Переопределить метод ввода по умолчанию: английский
|
|
InputMethod -English
|
|
|
|
# Override for default input method: use language list (default value)
|
|
# Переопределить метод ввода по умолчанию: использовать список языков (значение по умолчанию)
|
|
# InputMethod -Default
|
|
|
|
<#
|
|
Move user folders location to the root of any drive using the interactive menu
|
|
User files or folders won't me moved to a new location. Move them manually
|
|
They're located in the %USERPROFILE% folder by default
|
|
|
|
Переместить пользовательские папки в корень любого диска на выбор с помощью интерактивного меню
|
|
Пользовательские файлы и папки не будут перемещены в новое расположение. Переместите их вручную
|
|
По умолчанию они располагаются в папке %USERPROFILE%
|
|
#>
|
|
SetUserShellFolderLocation -Root
|
|
|
|
<#
|
|
Select folders for user folders location manually using a folder browser dialog
|
|
User files or folders won't me moved to a new location. Move them manually
|
|
They're located in the %USERPROFILE% folder by default
|
|
|
|
Выбрать папки для расположения пользовательских папок вручную, используя диалог "Обзор папок"
|
|
Пользовательские файлы и папки не будут перемещены в новое расположение. Переместите их вручную
|
|
По умолчанию они располагаются в папке %USERPROFILE%
|
|
#>
|
|
# SetUserShellFolderLocation -Custom
|
|
|
|
<#
|
|
Change user folders location to the default values
|
|
User files or folders won't me moved to the new location. Move them manually
|
|
They're located in the %USERPROFILE% folder by default
|
|
|
|
Изменить расположение пользовательских папок на значения по умолчанию
|
|
Пользовательские файлы и папки не будут перемещены в новое расположение. Переместите их вручную
|
|
По умолчанию они располагаются в папке %USERPROFILE%
|
|
#>
|
|
# SetUserShellFolderLocation -Default
|
|
|
|
<#
|
|
Save screenshots by pressing Win+PrtScr on the Desktop
|
|
The function will be applied only if the preset is configured to remove the OneDrive application, or the app was already uninstalled
|
|
Otherwise the backup functionality for the "Desktop" and "Pictures" folders in OneDrive breaks
|
|
|
|
Сохранять скриншоты по нажатию Win+PrtScr на рабочий столе
|
|
Функция будет применена только в случае, если в пресете настроено удаление приложения OneDrive или приложение уже удалено,
|
|
иначе в OneDrive ломается функционал резервного копирования для папок "Рабочий стол" и "Изображения"
|
|
#>
|
|
WinPrtScrFolder -Desktop
|
|
|
|
# Save screenshots by pressing Win+PrtScr in the Pictures folder (default value)
|
|
# Cохранять скриншоты по нажатию Win+PrtScr в папку "Изображения" (значение по умолчанию)
|
|
# WinPrtScrFolder -Default
|
|
|
|
<#
|
|
Run troubleshooter automatically, then notify me
|
|
In order this feature to work the OS level of diagnostic data gathering will be set to "Optional diagnostic data", and the error reporting feature will be turned on
|
|
|
|
Автоматически запускать средства устранения неполадок, а затем уведомлять
|
|
Чтобы заработала данная функция, уровень сбора диагностических данных ОС будет установлен на "Необязательные диагностические данные" и включится создание отчетов об ошибках Windows
|
|
#>
|
|
RecommendedTroubleshooting -Automatically
|
|
|
|
<#
|
|
Ask me before running troubleshooter (default value)
|
|
In order this feature to work the OS level of diagnostic data gathering will be set to "Optional diagnostic data"
|
|
|
|
Спрашивать перед запуском средств устранения неполадок (значение по умолчанию)
|
|
Чтобы заработала данная функция, уровень сбора диагностических данных ОС будет установлен на "Необязательные диагностические данные" и включится создание отчетов об ошибках Windows
|
|
#>
|
|
# RecommendedTroubleshooting -Default
|
|
|
|
# Launch folder windows in a separate process
|
|
# Запускать окна с папками в отдельном процессе
|
|
FoldersLaunchSeparateProcess -Enable
|
|
|
|
# Do not launch folder windows in a separate process (default value)
|
|
# Не запускать окна с папками в отдельном процессе (значение по умолчанию)
|
|
# FoldersLaunchSeparateProcess -Disable
|
|
|
|
# Disable and delete reserved storage after the next update installation
|
|
# Отключить и удалить зарезервированное хранилище после следующей установки обновлений
|
|
ReservedStorage -Disable
|
|
|
|
# Enable reserved storage (default value)
|
|
# Включить зарезервированное хранилище (значение по умолчанию)
|
|
# ReservedStorage -Enable
|
|
|
|
# Disable help lookup via F1
|
|
# Отключить открытие справки по нажатию F1
|
|
F1HelpPage -Disable
|
|
|
|
# Enable help lookup via F1 (default value)
|
|
# Включить открытие справки по нажатию F1 (значение по умолчанию)
|
|
# F1HelpPage -Enable
|
|
|
|
# Enable Num Lock at startup
|
|
# Включить Num Lock при загрузке
|
|
NumLock -Enable
|
|
|
|
# Disable Num Lock at startup (default value)
|
|
# Выключить Num Lock при загрузке (значение по умолчанию)
|
|
# NumLock -Disable
|
|
|
|
# Disable Caps Lock
|
|
# Выключить Caps Lock
|
|
# CapsLock -Disable
|
|
|
|
# Enable Caps Lock (default value)
|
|
# Включить Caps Lock (значение по умолчанию)
|
|
# CapsLock -Enable
|
|
|
|
# Do not allow the shortcut key to Start Sticky Keys by pressing the the Shift key 5 times
|
|
# Не разрешать включения залипания клавиши Shift после 5 нажатий
|
|
StickyShift -Disable
|
|
|
|
# Allow the shortcut key to Start Sticky Keys by pressing the the Shift key 5 times (default value)
|
|
# Разрешать включения залипания клавиши Shift после 5 нажатий (значение по умолчанию)
|
|
# StickyShift -Enable
|
|
|
|
# Don't use AutoPlay for all media and devices
|
|
# Не использовать автозапуск для всех носителей и устройств
|
|
Autoplay -Disable
|
|
|
|
# Use AutoPlay for all media and devices (default value)
|
|
# Использовать автозапуск для всех носителей и устройств (значение по умолчанию)
|
|
# Autoplay -Enable
|
|
|
|
# Disable thumbnail cache removal
|
|
# Отключить удаление кэша миниатюр
|
|
ThumbnailCacheRemoval -Disable
|
|
|
|
# Enable thumbnail cache removal (default value)
|
|
# Включить удаление кэша миниатюр (значение по умолчанию)
|
|
# ThumbnailCacheRemoval -Enable
|
|
|
|
# Automatically saving my restartable apps when signing out and restart them after signing in
|
|
# Автоматически сохранять мои перезапускаемые приложения из системы и перезапускать их при повторном входе
|
|
SaveRestartableApps -Enable
|
|
|
|
# Turn off automatically saving my restartable apps when signing out and restart them after signing in (default value)
|
|
# Выключить автоматическое сохранение моих перезапускаемых приложений при выходе из системы и перезапускать их после выхода (значение по умолчанию)
|
|
# SaveRestartableApps -Disable
|
|
|
|
# Enable "Network Discovery" and "File and Printers Sharing" for workgroup networks
|
|
# Включить сетевое обнаружение и общий доступ к файлам и принтерам для рабочих групп
|
|
NetworkDiscovery -Enable
|
|
|
|
# Disable "Network Discovery" and "File and Printers Sharing" for workgroup networks (default value)
|
|
# Выключить сетевое обнаружение и общий доступ к файлам и принтерам для рабочих групп (значение по умолчанию)
|
|
# NetworkDiscovery -Disable
|
|
|
|
# Automatically adjust active hours for me based on daily usage
|
|
# Автоматически изменять период активности для этого устройства на основе действий
|
|
ActiveHours -Automatically
|
|
|
|
# Manually adjust active hours for me based on daily usage (default value)
|
|
# Вручную изменять период активности для этого устройства на основе действий (значение по умолчанию)
|
|
# ActiveHours -Manually
|
|
|
|
# Restart this device as soon as possible when a restart is required to install an update
|
|
# Перезапускать это устройство как можно быстрее, если для установки обновления требуется перезагрузка
|
|
RestartDeviceAfterUpdate -Enable
|
|
|
|
# Do not restart this device as soon as possible when a restart is required to install an update (default value)
|
|
# Не перезапускать это устройство как можно быстрее, если для установки обновления требуется перезагрузка (значение по умолчанию)
|
|
# RestartDeviceAfterUpdate -Disable
|
|
|
|
<#
|
|
Register app, calculate hash, and associate with an extension with the "How do you want to open this" pop-up hidden
|
|
Зарегистрировать приложение, вычислить хэш и ассоциировать его с расширением без всплывающего окна "Каким образом вы хотите открыть этот файл?"
|
|
|
|
Set-Association -ProgramPath "C:\SumatraPDF.exe" -Extension .pdf -Icon "shell32.dll,100"
|
|
Set-Association -ProgramPath "%ProgramFiles%\Notepad++\notepad++.exe" -Extension .txt -Icon "%ProgramFiles%\Notepad++\notepad++.exe,0"
|
|
#>
|
|
# Set-Association -ProgramPath "%ProgramFiles%\Notepad++\notepad++.exe" -Extension .txt -Icon "%ProgramFiles%\Notepad++\notepad++.exe,0"
|
|
|
|
<#
|
|
Uninstall the "PC Health Check" app and prevent it from installing in the future
|
|
This application is installed with the KB5005463 update to check if PC meets the system requirements of Windows 11
|
|
|
|
Удалить приложение "Проверка работоспособности ПК Windows" и заблокировать его установку в будущем
|
|
Данное приложение устанавливается обновлением KB5005463 для проверки соответствия компьютера системным требованиям Windows 11
|
|
|
|
https://support.microsoft.com/en-us/topic/kb5005463-pc-health-check-application-e33cf4e2-49e2-4727-b913-f3c5b1ee0e56
|
|
#>
|
|
UninstallPCHealthCheck
|
|
|
|
<#
|
|
Install the latest Microsoft Visual C++ Redistributable Packages 2015–2022 x64
|
|
Установить последнюю версию распространяемых пакетов Microsoft Visual C++ 2015–2022 x64
|
|
|
|
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
|
|
#>
|
|
InstallVCRedistx64
|
|
#endregion System
|
|
|
|
#region WSL
|
|
<#
|
|
Enable Windows Subsystem for Linux (WSL), install the latest WSL Linux kernel version, and a Linux distribution using a pop-up form
|
|
The "Receive updates for other Microsoft products" setting will enabled automatically to receive kernel updates
|
|
|
|
Установить подсистему Windows для Linux (WSL), последний пакет обновления ядра Linux и дистрибутив Linux, используя всплывающую форму
|
|
Параметр "При обновлении Windows получать обновления для других продуктов Майкрософт" будет включен автоматически в Центре обновлении Windows, чтобы получать обновления ядра
|
|
#>
|
|
# WSL
|
|
#endregion WSL
|
|
|
|
#region Start menu
|
|
# Hide recently added apps in the Start menu
|
|
# Скрывать недавно добавленные приложения в меню "Пуск"
|
|
RecentlyAddedApps -Hide
|
|
|
|
# Show recently added apps in the Start menu (default value)
|
|
# Показывать недавно добавленные приложения в меню "Пуск" (значение по умолчанию)
|
|
# RecentlyAddedApps -Show
|
|
|
|
# Hide app suggestions in the Start menu
|
|
# Скрывать рекомендации в меню "Пуск"
|
|
AppSuggestions -Hide
|
|
|
|
# Show app suggestions in the Start menu (default value)
|
|
# Показывать рекомендации в меню "Пуск" (значение по умолчанию)
|
|
# AppSuggestions -Show
|
|
|
|
# Run the Windows PowerShell shortcut from the Start menu as Administrator
|
|
# Запускать ярлык Windows PowerShell в меню "Пуск" от имени Администратора
|
|
RunPowerShellShortcut -Elevated
|
|
|
|
# Run the Windows PowerShell shortcut from the Start menu as user (default value)
|
|
# Запускать ярлык Windows PowerShell в меню "Пуск" от имени пользователя (значение по умолчанию)
|
|
# RunPowerShellShortcut -NonElevated
|
|
|
|
<#
|
|
Pin to Start the following shortcuts: Control Panel, Devices and Printers, PowerShell
|
|
Valid shortcuts values: ControlPanel, DevicesPrinters and PowerShell
|
|
|
|
Закрепить на начальном экране следующие ярлыки: Панель управления, Устройства и принтеры, PowerShell
|
|
Валидные значения ярлыков: ControlPanel, DevicesPrinters, PowerShell
|
|
#>
|
|
PinToStart -Tiles ControlPanel, DevicesPrinters, PowerShell
|
|
|
|
# Unpin all tiles first and pin necessary ones
|
|
# Открепить все ярлыки сначала и закрепить необходимые
|
|
# PinToStart -UnpinAll -Tiles ControlPanel, DevicesPrinters, PowerShell
|
|
|
|
# Unpin all the Start tiles
|
|
# Открепить все ярлыки от начального экрана
|
|
# PinToStart -UnpinAll
|
|
#endregion Start menu
|
|
|
|
#region UWP apps
|
|
<#
|
|
Uninstall UWP apps using the pop-up dialog box
|
|
If the "For All Users" is checked apps packages will not be installed for new users
|
|
The "ForAllUsers" argument sets a checkbox to unistall packages for all users
|
|
|
|
Удалить UWP-приложения, используя всплывающее диалоговое окно
|
|
Пакеты приложений не будут установлены для новых пользователей, если отмечена галочка "Для всех пользователей"
|
|
Аргумент "ForAllUsers" устанавливает галочку для удаления пакетов для всех пользователей
|
|
#>
|
|
UninstallUWPApps
|
|
|
|
<#
|
|
Restore the default UWP apps using the pop-up dialog box
|
|
UWP apps can be restored only if they were uninstalled only for the current user
|
|
|
|
Восстановить стандартные UWP-приложения, используя всплывающее диалоговое окно
|
|
UWP-приложения могут быть восстановлены, только если они были удалены для текущего пользователя
|
|
#>
|
|
# RestoreUWPApps
|
|
|
|
# Download and install "HEVC Video Extensions from Device Manufacturer" to be able to open .heic and .heif formats
|
|
# Скачать и установить "Расширения для видео HEVC от производителя устройства", чтобы иметь возможность открывать форматы .heic и .heif
|
|
HEIF -Install
|
|
|
|
<#
|
|
Open Microsoft Store "HEVC Video Extensions from Device Manufacturer" page to install this extension manually to be able to open .heic and .heif formats
|
|
The extension can be installed without a Microsoft account
|
|
|
|
Открыть страницу "Расширения для видео HEVC от производителя устройства" в Microsoft Store, чтобы вручную установить расширение для открытия форматов .heic и .heif
|
|
Расширение может быть установлено бесплатно без учетной записи Microsoft
|
|
#>
|
|
# HEIF -Manually
|
|
|
|
# Disable Cortana autostarting
|
|
# Выключить автозагрузку Кортана
|
|
CortanaAutostart -Disable
|
|
|
|
# Enable Cortana autostarting (default value)
|
|
# Включить автозагрузку Кортана (значение по умолчанию)
|
|
# CortanaAutostart -Enable
|
|
|
|
# Do not let UWP apps run in the background
|
|
# Не разрешать UWP-приложениям работать в фоновом режиме
|
|
BackgroundUWPApps -Disable
|
|
|
|
# Let all UWP apps run in the background (default value)
|
|
# Разрешить всем UWP-приложениям работать в фоновом режиме (значение по умолчанию)
|
|
# BackgroundUWPApps -Enable
|
|
|
|
# Check for UWP apps updates
|
|
# Проверить обновления UWP-приложений
|
|
CheckUWPAppsUpdates
|
|
#endregion UWP apps
|
|
|
|
#region Gaming
|
|
# Disable Xbox Game Bar
|
|
# Отключить Xbox Game Bar
|
|
XboxGameBar -Disable
|
|
|
|
# Enable Xbox Game Bar (default value)
|
|
# Включить Xbox Game Bar (значение по умолчанию)
|
|
# XboxGameBar -Enable
|
|
|
|
# Disable Xbox Game Bar tips
|
|
# Отключить советы Xbox Game Bar
|
|
XboxGameTips -Disable
|
|
|
|
# Enable Xbox Game Bar tips (default value)
|
|
# Включить советы Xbox Game Bar (значение по умолчанию)
|
|
# XboxGameTips -Enable
|
|
|
|
# Choose an app and set the "High performance" graphics performance for it. Only if you have a dedicated GPU
|
|
# Выбрать приложение и установить для него параметры производительности графики на "Высокая производительность". Только при наличии внешней видеокарты
|
|
SetAppGraphicsPerformance
|
|
|
|
<#
|
|
Turn on hardware-accelerated GPU scheduling. Restart needed
|
|
Only if you have a dedicated GPU and WDDM verion is 2.7 or higher
|
|
|
|
Включить планирование графического процессора с аппаратным ускорением. Необходима перезагрузка
|
|
Только при наличии внешней видеокарты и WDDM версии 2.7 и выше
|
|
#>
|
|
GPUScheduling -Enable
|
|
|
|
# Turn off hardware-accelerated GPU scheduling (default value). Restart needed
|
|
# Выключить планирование графического процессора с аппаратным ускорением (значение по умолчанию). Необходима перезагрузка
|
|
# GPUScheduling -Disable
|
|
#endregion Gaming
|
|
|
|
#region Scheduled tasks
|
|
<#
|
|
Create the "Windows Cleanup" scheduled task for cleaning up Windows unused files and updates
|
|
A native interactive toast notification pops up every 30 days. The task runs every 30 days
|
|
|
|
Создать задачу "Windows Cleanup" по очистке неиспользуемых файлов и обновлений Windows в Планировщике заданий
|
|
Нативный интерактивный тост всплывает каждые 30 дней. Задача выполняется каждые 30 дней
|
|
#>
|
|
CleanupTask -Register
|
|
|
|
# Delete the "Windows Cleanup" and "Windows Cleanup Notification" scheduled tasks for cleaning up Windows unused files and updates
|
|
# Удалить задачи "Windows Cleanup" и "Windows Cleanup Notification" по очистке неиспользуемых файлов и обновлений Windows из Планировщика заданий
|
|
# CleanupTask -Delete
|
|
|
|
<#
|
|
Create the "SoftwareDistribution" scheduled task for cleaning up the %SystemRoot%\SoftwareDistribution\Download folder
|
|
The task will wait until the Windows Updates service finishes running. The task runs every 90 days
|
|
|
|
Создать задачу "SoftwareDistribution" по очистке папки %SystemRoot%\SoftwareDistribution\Download в Планировщике заданий
|
|
Задача будет ждать, пока служба обновлений Windows не закончит работу. Задача выполняется каждые 90 дней
|
|
#>
|
|
SoftwareDistributionTask -Register
|
|
|
|
# Delete the "SoftwareDistribution" scheduled task for cleaning up the %SystemRoot%\SoftwareDistribution\Download folder
|
|
# Удалить задачу "SoftwareDistribution" по очистке папки %SystemRoot%\SoftwareDistribution\Download из Планировщика заданий
|
|
# SoftwareDistributionTask -Delete
|
|
|
|
<#
|
|
Create the "Temp" scheduled task for cleaning up the %TEMP% folder
|
|
Only files older than one day will be deleted. The task runs every 60 days
|
|
|
|
Создать задачу "Temp" в Планировщике заданий по очистке папки %TEMP%
|
|
Удаляться будут только файлы старше одного дня. Задача выполняется каждые 60 дней
|
|
#>
|
|
TempTask -Register
|
|
|
|
# Delete the "Temp" scheduled task for cleaning up the %TEMP% folder
|
|
# Удалить задачу "Temp" по очистке папки %TEMP% из Планировщика заданий
|
|
# TempTask -Delete
|
|
#endregion Scheduled tasks
|
|
|
|
#region Microsoft Defender & Security
|
|
# Enable Microsoft Defender Exploit Guard network protection
|
|
# Включить защиту сети в Microsoft Defender Exploit Guard
|
|
NetworkProtection -Enable
|
|
|
|
# Disable Microsoft Defender Exploit Guard network protection (default value)
|
|
# Выключить защиту сети в Microsoft Defender Exploit Guard
|
|
# NetworkProtection -Disable
|
|
|
|
# Enable detection for potentially unwanted applications and block them
|
|
# Включить обнаружение потенциально нежелательных приложений и блокировать их
|
|
PUAppsDetection -Enable
|
|
|
|
# Disable detection for potentially unwanted applications and block them (default value)
|
|
# Выключить обнаружение потенциально нежелательных приложений и блокировать их (значение по умолчанию)
|
|
# PUAppsDetection -Disable
|
|
|
|
<#
|
|
Enable sandboxing for Microsoft Defender
|
|
There is a bug in KVM with QEMU: enabling this function causes VM to freeze up during the loading phase of Windows
|
|
|
|
Включить песочницу для Microsoft Defender
|
|
В KVM с QEMU присутствует баг: включение этой функции приводит ВМ к зависанию во время загрузки Windows
|
|
#>
|
|
DefenderSandbox -Enable
|
|
|
|
# Disable sandboxing for Microsoft Defender (default value)
|
|
# Выключить песочницу для Microsoft Defender (значение по умолчанию)
|
|
# DefenderSandbox -Disable
|
|
|
|
# Dismiss Microsoft Defender offer in the Windows Security about signing in Microsoft account
|
|
# Отклонить предложение Microsoft Defender в "Безопасность Windows" о входе в аккаунт Microsoft
|
|
DismissMSAccount
|
|
|
|
# Dismiss Microsoft Defender offer in the Windows Security about turning on the SmartScreen filter for Microsoft Edge
|
|
# Отклонить предложение Microsoft Defender в "Безопасность Windows" включить фильтр SmartScreen для Microsoft Edge
|
|
DismissSmartScreenFilter
|
|
|
|
# Enable events auditing generated when a process is created (starts)
|
|
# Включить аудит событий, возникающих при создании или запуске процесса
|
|
AuditProcess -Enable
|
|
|
|
# Disable events auditing generated when a process is created (starts) (default value)
|
|
# Выключить аудит событий, возникающих при создании или запуске процесса (значение по умолчанию)
|
|
# AuditProcess -Disable
|
|
|
|
<#
|
|
Include command line in process creation events
|
|
In order this feature to work events auditing (ProcessAudit -Enable) will be enabled
|
|
|
|
Включать командную строку в событиях создания процесса
|
|
Для того, чтобы работал данный функционал, будет включен аудит событий (AuditProcess -Enable)
|
|
#>
|
|
CommandLineProcessAudit -Enable
|
|
|
|
# Do not include command line in process creation events (default value)
|
|
# Не включать командную строку в событиях создания процесса (значение по умолчанию)
|
|
# CommandLineProcessAudit -Disable
|
|
|
|
<#
|
|
Create the "Process Creation" сustom view in the Event Viewer to log executed processes and their arguments
|
|
In order this feature to work events auditing (AuditProcess -Enable) and command line (CommandLineProcessAudit -Enable) in process creation events will be enabled
|
|
|
|
Создать настраиваемое представление "Создание процесса" в Просмотре событий для журналирования запускаемых процессов и их аргументов
|
|
Для того, чтобы работал данный функционал, буден включен аудит событий (AuditProcess -Enable) и командной строки (CommandLineProcessAudit -Enable) в событиях создания процесса
|
|
#>
|
|
EventViewerCustomView -Enable
|
|
|
|
# Remove the "Process Creation" custom view in the Event Viewer to log executed processes and their arguments (default value)
|
|
# Удалить настаиваемое представление "Создание процесса" в Просмотре событий для журналирования запускаемых процессов и их аргументов (значение по умолчанию)
|
|
# EventViewerCustomView -Disable
|
|
|
|
# Enable logging for all Windows PowerShell modules
|
|
# Включить ведение журнала для всех модулей Windows PowerShell
|
|
PowerShellModulesLogging -Enable
|
|
|
|
# Disable logging for all Windows PowerShell modules (default value)
|
|
# Выключить ведение журнала для всех модулей Windows PowerShell (значение по умолчанию)
|
|
# PowerShellModulesLogging -Disable
|
|
|
|
# Enable logging for all PowerShell scripts input to the Windows PowerShell event log
|
|
# Включить ведение журнала для всех вводимых сценариев PowerShell в журнале событий Windows PowerShell
|
|
PowerShellScriptsLogging -Enable
|
|
|
|
# Disable logging for all PowerShell scripts input to the Windows PowerShell event log (default value)
|
|
# Выключить ведение журнала для всех вводимых сценариев PowerShell в журнале событий Windows PowerShell (значение по умолчанию)
|
|
# PowerShellScriptsLogging -Disable
|
|
|
|
# Microsoft Defender SmartScreen doesn't marks downloaded files from the Internet as unsafe
|
|
# Microsoft Defender SmartScreen не помечает скачанные файлы из интернета как небезопасные
|
|
AppsSmartScreen -Disable
|
|
|
|
# Microsoft Defender SmartScreen marks downloaded files from the Internet as unsafe (default value)
|
|
# Microsoft Defender SmartScreen помечает скачанные файлы из интернета как небезопасные (значение по умолчанию)
|
|
# AppsSmartScreen -Enable
|
|
|
|
# Disable the Attachment Manager marking files that have been downloaded from the Internet as unsafe
|
|
# Выключить проверку Диспетчером вложений файлов, скачанных из интернета, как небезопасные
|
|
SaveZoneInformation -Disable
|
|
|
|
# Enable the Attachment Manager marking files that have been downloaded from the Internet as unsafe (default value)
|
|
# Включить проверку Диспетчера вложений файлов, скачанных из интернета как небезопасные (значение по умолчанию)
|
|
# SaveZoneInformation -Enable
|
|
|
|
<#
|
|
Disable Windows Script Host
|
|
Blocks WSH from executing .js and .vbs files
|
|
|
|
Отключить Windows Script Host
|
|
Блокирует запуск файлов .js и .vbs
|
|
#>
|
|
# WindowsScriptHost -Disable
|
|
|
|
# Enable Windows Script Host (default value)
|
|
# Включить Windows Script Host (значение по умолчанию)
|
|
# WindowsScriptHost -Enable
|
|
|
|
# Enable Windows Sandbox
|
|
# Включить Windows Sandbox
|
|
# WindowsSandbox -Enable
|
|
|
|
# Disable Windows Sandbox (default value)
|
|
# Выключить Windows Sandbox (значение по умолчанию)
|
|
# WindowsSandbox -Disable
|
|
#endregion Microsoft Defender & Security
|
|
|
|
#region Context menu
|
|
# Show the "Extract all" item in the Windows Installer (.msi) context menu
|
|
# Отобразить пункт "Извлечь все" в контекстное меню Windows Installer (.msi)
|
|
MSIExtractContext -Show
|
|
|
|
# Hide the "Extract all" item from the Windows Installer (.msi) context menu (default value)
|
|
# Скрыть пункт "Извлечь все" из контекстного меню Windows Installer (.msi) (значение по умолчанию)
|
|
# MSIExtractContext -Hide
|
|
|
|
# Show the "Install" item in the Cabinet (.cab) filenames extensions context menu
|
|
# Отобразить пункт "Установить" в контекстное меню .cab архивов
|
|
CABInstallContext -Show
|
|
|
|
# Hide the "Install" item from the Cabinet (.cab) filenames extensions context menu (default value)
|
|
# Скрыть пункт "Установить" из контекстного меню .cab архивов (значение по умолчанию)
|
|
# CABInstallContext -Hide
|
|
|
|
# Show the "Run as different user" item to the .exe filename extensions context menu
|
|
# Отобразить пункт "Запуск от имени другого пользователя" в контекстное меню .exe файлов
|
|
RunAsDifferentUserContext -Show
|
|
|
|
# Hide the "Run as different user" item from the .exe filename extensions context menu (default value)
|
|
# Скрыть пункт "Запуск от имени другого пользователя" из контекстное меню .exe файлов (значение по умолчанию)
|
|
# RunAsDifferentUserContext -Hide
|
|
|
|
# Hide the "Cast to Device" item from the media files and folders context menu
|
|
# Скрыть пункт "Передать на устройство" из контекстного меню медиа-файлов и папок
|
|
CastToDeviceContext -Hide
|
|
|
|
# Show the "Cast to Device" item in the media files and folders context menu (default value)
|
|
# Отобразить пункт "Передать на устройство" в контекстном меню медиа-файлов и папок (значение по умолчанию)
|
|
# CastToDeviceContext -Show
|
|
|
|
# Hide the "Share" item from the context menu
|
|
# Скрыть пункт "Отправить" (поделиться) из контекстного меню
|
|
ShareContext -Hide
|
|
|
|
# Show the "Share" item in the context menu (default value)
|
|
# Отобразить пункт "Отправить" (поделиться) в контекстном меню (значение по умолчанию)
|
|
# ShareContext -Show
|
|
|
|
# Hide the "Edit with Paint 3D" item from the media files context menu
|
|
# Скрыть пункт "Изменить с помощью Paint 3D" из контекстного меню медиа-файлов
|
|
EditWithPaint3DContext -Hide
|
|
|
|
# Show the "Edit with Paint 3D" item in the media files context menu (default value)
|
|
# Отобразить пункт "Изменить с помощью Paint 3D" в контекстном меню медиа-файлов (значение по умолчанию)
|
|
# EditWithPaint3DContext -Show
|
|
|
|
# Hide the "Edit with Photos" item from the media files context menu
|
|
# Скрыть пункт "Изменить с помощью приложения "Фотографии"" из контекстного меню медиа-файлов
|
|
EditWithPhotosContext -Hide
|
|
|
|
# Show the "Edit with Photos" item in the media files context menu (default value)
|
|
# Отобразить пункт "Изменить с помощью приложения "Фотографии"" в контекстном меню медиа-файлов (значение по умолчанию)
|
|
# EditWithPhotosContext -Show
|
|
|
|
# Hide the "Create a new video" item in the media files context menu
|
|
# Скрыть пункт "Создать новое видео" из контекстного меню медиа-файлов
|
|
CreateANewVideoContext -Hide
|
|
|
|
# Show the "Create a new video" item in the media files context menu (default value)
|
|
# Отобразить пункт "Создать новое видео" в контекстном меню медиа-файлов (значение по умолчанию)
|
|
# CreateANewVideoContext -Show
|
|
|
|
# Hide the "Edit" item from the images context menu
|
|
# Скрыть пункт "Изменить" из контекстного меню изображений
|
|
ImagesEditContext -Hide
|
|
|
|
# Show the "Edit" item in images context menu (default value)
|
|
# Отобразить пункт "Изменить" в контекстном меню изображений (значение по умолчанию)
|
|
# ImagesEditContext -Show
|
|
|
|
# Hide the "Print" item from the .bat and .cmd context menu
|
|
# Скрыть пункт "Печать" из контекстного меню .bat и .cmd файлов
|
|
PrintCMDContext -Hide
|
|
|
|
# Show the "Print" item in the .bat and .cmd context menu (default value)
|
|
# Отобразить пункт "Печать" в контекстном меню .bat и .cmd файлов (значение по умолчанию)
|
|
# PrintCMDContext -Show
|
|
|
|
# Hide the "Include in Library" item from the folders and drives context menu
|
|
# Скрыть пункт "Добавить в библиотеку" из контекстного меню папок и дисков
|
|
IncludeInLibraryContext -Hide
|
|
|
|
# Show the "Include in Library" item in the folders and drives context menu (default value)
|
|
# Отобразить пункт "Добавить в библиотеку" в контекстном меню папок и дисков (значение по умолчанию)
|
|
# IncludeInLibraryContext -Show
|
|
|
|
# Hide the "Send to" item from the folders context menu
|
|
# Скрыть пункт "Отправить" из контекстного меню папок
|
|
SendToContext -Hide
|
|
|
|
# Show the "Send to" item in the folders context menu (default value)
|
|
# Отобразить пункт "Отправить" в контекстном меню папок (значение по умолчанию)
|
|
# SendToContext -Show
|
|
|
|
# Hide the "Turn on BitLocker" item from the drives context menu
|
|
# Скрыть пункт "Включить BitLocker" из контекстного меню дисков
|
|
BitLockerContext -Hide
|
|
|
|
# Show the "Turn on BitLocker" item in the drives context menu (default value)
|
|
# Отобразить пункт "Включить BitLocker" в контекстном меню дисков (значение по умолчанию)
|
|
# BitLockerContext -Show
|
|
|
|
# Hide the "Bitmap image" item from the "New" context menu
|
|
# Скрыть пункт "Точечный рисунок" из контекстного меню "Создать"
|
|
BitmapImageNewContext -Hide
|
|
|
|
# Show the "Bitmap image" item to the "New" context menu (default value)
|
|
# Отобразить пункт "Точечный рисунок" в контекстного меню "Создать" (значение по умолчанию)
|
|
# BitmapImageNewContext -Show
|
|
|
|
# Hide the "Rich Text Document" item from the "New" context menu
|
|
# Скрыть пункт "Документ в формате RTF" из контекстного меню "Создать"
|
|
RichTextDocumentNewContext -Hide
|
|
|
|
# Show the "Rich Text Document" item to the "New" context menu (default value)
|
|
# Отобразить пункт "Документ в формате RTF" в контекстного меню "Создать" (значение по умолчанию)
|
|
# RichTextDocumentNewContext -Show
|
|
|
|
# Hide the "Compressed (zipped) Folder" item from the "New" context menu
|
|
# Скрыть пункт "Сжатая ZIP-папка" из контекстного меню "Создать"
|
|
CompressedFolderNewContext -Hide
|
|
|
|
# Show the "Compressed (zipped) Folder" item to the "New" context menu (default value)
|
|
# Отобразить пункт "Сжатая ZIP-папка" в контекстном меню "Создать" (значение по умолчанию)
|
|
# CompressedFolderNewContext -Show
|
|
|
|
# Enable the "Open", "Print", and "Edit" context menu items for more than 15 items selected
|
|
# Включить элементы контекстного меню "Открыть", "Изменить" и "Печать" при выделении более 15 элементов
|
|
MultipleInvokeContext -Enable
|
|
|
|
# Disable the "Open", "Print", and "Edit" context menu items for more than 15 items selected (default value)
|
|
# Отключить элементы контекстного меню "Открыть", "Изменить" и "Печать" при выделении более 15 элементов (значение по умолчанию)
|
|
# MultipleInvokeContext -Disable
|
|
|
|
# Hide the "Look for an app in the Microsoft Store" item in the "Open with" dialog
|
|
# Скрыть пункт "Поиск приложения в Microsoft Store" в диалоге "Открыть с помощью"
|
|
UseStoreOpenWith -Hide
|
|
|
|
# Show the "Look for an app in the Microsoft Store" item in the "Open with" dialog (default value)
|
|
# Отобразить пункт "Поиск приложения в Microsoft Store" в диалоге "Открыть с помощью" (значение по умолчанию)
|
|
# UseStoreOpenWith -Show
|
|
#endregion Context menu
|
|
|
|
<#
|
|
Simulate pressing F5 to refresh the desktop
|
|
Refresh desktop icons, environment variables, taskbar
|
|
Restart the Start menu
|
|
Please, do not comment out this function
|
|
|
|
Симулировать нажатие F5 для обновления рабочего стола
|
|
Обновить иконки рабочего стола, переменные среды, панель задач
|
|
Перезапустить меню "Пуск"
|
|
Пожалуйста, не комментируйте данную функцию
|
|
#>
|
|
RefreshEnvironment
|
|
|
|
<#
|
|
Errors output
|
|
Please, do not comment out this function
|
|
|
|
Вывод ошибок
|
|
Пожалуйста, не комментируйте данную функцию
|
|
#>
|
|
Errors
|
|
|