diff --git a/Sophia Script/Sophia Script for Windows 10/Sophia_original.ps1 b/Sophia Script/Sophia Script for Windows 10/Sophia_original.ps1 new file mode 100644 index 00000000..c6f19590 --- /dev/null +++ b/Sophia Script/Sophia Script for Windows 10/Sophia_original.ps1 @@ -0,0 +1,1414 @@ +<# + .SYNOPSIS + Default preset file for "Sophia Script for Windows 10" + + 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 5.1 + +[CmdletBinding()] +param +( + [Parameter(Mandatory = $false)] + [string[]] + $Functions +) + +Clear-Host + +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.14 | 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 diff --git a/Wrapper/Localizations/it-IT/tooltip_Windows_10.json b/Wrapper/Localizations/it-IT/tooltip_Windows_10.json index eb857d3a..8fe960f7 100644 --- a/Wrapper/Localizations/it-IT/tooltip_Windows_10.json +++ b/Wrapper/Localizations/it-IT/tooltip_Windows_10.json @@ -2,15 +2,15 @@ { "Id": 100, "Region": "Protection", - "Function": "Checkings", + "Function": "Controlli", "Arg": { "Zero": { "Tag": "Warning", - "ToolTip": "The mandatory checkings. If you want to disable a warning message about whether the preset file was customized, remove the \"-Warning\" argument" + "ToolTip": "I controlli obbligatori. Se si desidera disabilitare un messaggio di avviso sul fatto che il file preimpostato sia stato personalizzato, rimuovere l'argomento \"-Warning \"" }, "One": { "Tag": "", - "ToolTip": "The mandatory checkings. No argument therefore no warning message about whether you've customized the preset file" + "ToolTip": "I controlli obbligatori .Nessun argomento, quindi nessun messaggio di avviso sul fatto che tu abbia personalizzato il file preimpostato" } } }, @@ -21,7 +21,7 @@ "Arg": { "Zero": { "Tag": "", - "ToolTip": "Enable script logging. The log will be being recorded into the script folder. To stop logging just close the console or type \"Stop-Transcript\"" + "ToolTip": "Abilita il logging dello script. Il log verrà registrato nella cartella dello script. Per interrompere la registrazione basta chiudere la console o il digitare \"Stop-Transcript\"" } } }, @@ -32,22 +32,22 @@ "Arg": { "Zero": { "Tag": "", - "ToolTip": "Create a restore point" + "ToolTip": "Crea un punto di ripristino" } } }, { "Id": 200, "Region": "Privacy & Telemetry", - "Function": "DiagTrackService", + "Function": "Servizio DiagTrack", "Arg": { "Zero": { "Tag": "Disable", - "ToolTip": "Disable the \"Connected User Experiences and Telemetry\" service (DiagTrack), and block the connection for the Unified Telemetry Client Outbound Traffic" + "ToolTip": "Disabilita il servizio \"Esperienze utente connesse e telemetria\" (DiagTrack) e bloccare la connessione per il traffico in uscita del client di telemetria unificata" }, "One": { "Tag": "Enable", - "ToolTip": "Enable the DiagTrack service, firewall rule for Unified Telemetry Client Outbound Traffic and allow connection (default value)" + "ToolTip": "Abilita il servizio Diagtrack, regola del firewall per il traffico in uscita client unificato e consentine la connessione (Impostazione predefinita)" } } }, @@ -58,56 +58,56 @@ "Arg": { "Zero": { "Tag": "Minimal", - "ToolTip": "Set the OS level of diagnostic data gathering to minimum" + "ToolTip": "Imposta il livello della raccolta dei dati diagnostici del sistema operativo al minimo" }, "One": { "Tag": "Default", - "ToolTip": "Set the diagnostic data collection to default (default value)" + "ToolTip": "Imposta la raccolta dei dati diagnostici su predefinito (Impostazione predefinita)" } } }, { "Id": 202, "Region": "Privacy & Telemetry", - "Function": "ErrorReporting", + "Function": "Segnalazione errori", "Arg": { "Zero": { "Tag": "Disable", - "ToolTip": "Turn off the Windows Error Reporting" + "ToolTip": "Disattiva il reporting degli errori di Windows" }, "One": { "Tag": "Enable", - "ToolTip": "Turn on the Windows Error Reporting (default value)" + "ToolTip": "Abilita il report di errore di Windows (Impostazione predefinita)" } } }, { "Id": 203, "Region": "Privacy & Telemetry", - "Function": "FeedbackFrequency", + "Function": "Frequenza richiesta feedback", "Arg": { "Zero": { "Tag": "Never", - "ToolTip": "Change the feedback frequency to \"Never\"" + "ToolTip": "Imposta la frequenza di richiesta feedback in \"mai \"" }, "One": { "Tag": "Automatically", - "ToolTip": "Change the feedback frequency to \"Automatically\" (default value)" + "ToolTip": "Imposta la frequenza di richiesta feedback in \"Default \" (Impostazione predefinita)" } } }, { "Id": 204, "Region": "Privacy & Telemetry", - "Function": "ScheduledTasks", + "Function": "Operazioni pianificate", "Arg": { "Zero": { "Tag": "Disable", - "ToolTip": "Turn off the diagnostics tracking scheduled tasks" + "ToolTip": "Disattiva le operazioni pianificate di tracciamento diagnostico" }, "One": { "Tag": "Enable", - "ToolTip": "Turn on the diagnostics tracking scheduled tasks (default value)" + "ToolTip": "Abilita le operazioni pianificate per il monitoraggio diagnostico (Impostazione predefinita)" } } }, @@ -122,7 +122,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Use sign-in info to automatically finish setting up device and reopen apps after an update or restart (default value)" + "ToolTip": "Use sign-in info to automatically finish setting up device and reopen apps after an update or restart (Impostazione predefinita)" } } }, @@ -137,7 +137,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Let websites provide locally relevant content by accessing language list (default value)" + "ToolTip": "Let websites provide locally relevant content by accessing language list (Impostazione predefinita)" } } }, @@ -152,7 +152,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Allow apps to use advertising ID (default value)" + "ToolTip": "Allow apps to use advertising ID (Impostazione predefinita)" } } }, @@ -167,7 +167,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the Windows welcome experiences after updates and occasionally when I sign in to highlight what's new and suggested (default value)" + "ToolTip": "Show the Windows welcome experiences after updates and occasionally when I sign in to highlight what's new and suggested (Impostazione predefinita)" } } }, @@ -178,7 +178,7 @@ "Arg": { "Zero": { "Tag": "Enable", - "ToolTip": "Get tips, tricks, and suggestions as you use Windows (default value)" + "ToolTip": "Get tips, tricks, and suggestions as you use Windows (Impostazione predefinita)" }, "One": { "Tag": "Disable", @@ -197,7 +197,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show me suggested content in the Settings app (default value)" + "ToolTip": "Show me suggested content in the Settings app (Impostazione predefinita)" } } }, @@ -208,11 +208,11 @@ "Arg": { "Zero": { "Tag": "Disable", - "ToolTip": "Turn off automatic installing suggested apps" + "ToolTip": "Disattiva automatic installing suggested apps" }, "One": { "Tag": "Enable", - "ToolTip": "Turn on automatic installing suggested apps (default value)" + "ToolTip": "Abilita automatic installing suggested apps (Impostazione predefinita)" } } }, @@ -227,7 +227,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Suggest ways I can finish setting up my device to get the most out of Windows (default value)" + "ToolTip": "Suggest ways I can finish setting up my device to get the most out of Windows (Impostazione predefinita)" } } }, @@ -242,7 +242,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Let Microsoft offer you tailored expereinces based on the diagnostic data setting you hava chosen (default value)" + "ToolTip": "Let Microsoft offer you tailored expereinces based on the diagnostic data setting you hava chosen (Impostazione predefinita)" } } }, @@ -257,7 +257,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable Bing search in the Start Menu (default value)" + "ToolTip": "Enable Bing search in the Start Menu (Impostazione predefinita)" } } }, @@ -272,7 +272,7 @@ }, "One": { "Tag": "Hide", - "ToolTip": "Hide the \"This PC\" icon on Desktop (default value)" + "ToolTip": "Hide the \"This PC\" icon on Desktop (Impostazione predefinita)" } } }, @@ -287,7 +287,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Use check boxes to select items (default value)" + "ToolTip": "Use check boxes to select items (Impostazione predefinita)" } } }, @@ -302,7 +302,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Do not show hidden files, folders, and drives (default value)" + "ToolTip": "Do not show hidden files, folders, and drives (Impostazione predefinita)" } } }, @@ -317,7 +317,7 @@ }, "One": { "Tag": "Hide", - "ToolTip": "Hide the file name extensions (default value)" + "ToolTip": "Hide the file name extensions (Impostazione predefinita)" } } }, @@ -332,7 +332,7 @@ }, "One": { "Tag": "Hide", - "ToolTip": "Hide folder merge conflicts (default value)" + "ToolTip": "Hide folder merge conflicts (Impostazione predefinita)" } } }, @@ -347,7 +347,7 @@ }, "One": { "Tag": "QuickAccess", - "ToolTip": "Open File Explorer to Quick access (default value)" + "ToolTip": "Open File Explorer to Quick access (Impostazione predefinita)" } } }, @@ -362,7 +362,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable the File Explorer compact mode (default value)" + "ToolTip": "Enable the File Explorer compact mode (Impostazione predefinita)" } } }, @@ -377,7 +377,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show Cortana button on the taskbar (default value)" + "ToolTip": "Show Cortana button on the taskbar (Impostazione predefinita)" } } }, @@ -392,7 +392,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show sync provider notification within File Explorer (default value)" + "ToolTip": "Show sync provider notification within File Explorer (Impostazione predefinita)" } } }, @@ -407,7 +407,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "When I snap a window, show what I can snap next to it (default value)" + "ToolTip": "When I snap a window, show what I can snap next to it (Impostazione predefinita)" } } }, @@ -422,7 +422,7 @@ }, "One": { "Tag": "Compact", - "ToolTip": "Show the file transfer dialog box in the compact mode (default value)" + "ToolTip": "Show the file transfer dialog box in the compact mode (Impostazione predefinita)" } } }, @@ -437,7 +437,7 @@ }, "One": { "Tag": "Minimized", - "ToolTip": "Minimize the File Explorer ribbon (default value)" + "ToolTip": "Minimize the File Explorer ribbon (Impostazione predefinita)" } } }, @@ -452,7 +452,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Do not display the recycle bin files delete confirmation (default value)" + "ToolTip": "Do not display the recycle bin files delete confirmation (Impostazione predefinita)" } } }, @@ -467,7 +467,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"3D Objects\" folder in \"This PC\" and \"Quick access\" (default value)" + "ToolTip": "Show the \"3D Objects\" folder in \"This PC\" and \"Quick access\" (Impostazione predefinita)" } } }, @@ -482,7 +482,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show recently used files in Quick access (default value)" + "ToolTip": "Show recently used files in Quick access (Impostazione predefinita)" } } }, @@ -497,7 +497,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show frequently used folders in Quick access (default value)" + "ToolTip": "Show frequently used folders in Quick access (Impostazione predefinita)" } } }, @@ -516,7 +516,7 @@ }, "Two": { "Tag": "SearchBox", - "ToolTip": "Show the search box on the taskbar (default value)" + "ToolTip": "Show the search box on the taskbar (Impostazione predefinita)" } } }, @@ -531,7 +531,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the Task View button on the taskbar (default value)" + "ToolTip": "Show the Task View button on the taskbar (Impostazione predefinita)" } } }, @@ -546,7 +546,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show People on the taskbar (default value)" + "ToolTip": "Show People on the taskbar (Impostazione predefinita)" } } }, @@ -561,7 +561,7 @@ }, "One": { "Tag": "Hide", - "ToolTip": "Hide seconds on the taskbar clock (default value)" + "ToolTip": "Hide seconds on the taskbar clock (Impostazione predefinita)" } } }, @@ -576,7 +576,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the Windows Ink Workspace button in taskbar (default value)" + "ToolTip": "Show the Windows Ink Workspace button in taskbar (Impostazione predefinita)" } } }, @@ -591,7 +591,7 @@ }, "One": { "Tag": "Hide", - "ToolTip": "Hide all icons in the notification area (default value)" + "ToolTip": "Hide all icons in the notification area (Impostazione predefinita)" } } }, @@ -606,7 +606,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the Meet Now icon in the notification area (default value)" + "ToolTip": "Show the Meet Now icon in the notification area (Impostazione predefinita)" } } }, @@ -621,7 +621,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable \"News and Interests\" on the taskbar (default value)" + "ToolTip": "Enable \"News and Interests\" on the taskbar (Impostazione predefinita)" } } }, @@ -660,7 +660,7 @@ }, "Two": { "Tag": "Category", - "ToolTip": "View the Control Panel icons by category (default value)" + "ToolTip": "View the Control Panel icons by category (Impostazione predefinita)" } } }, @@ -675,7 +675,7 @@ }, "One": { "Tag": "Light", - "ToolTip": "Set the default Windows mode to light (default value)" + "ToolTip": "Set the default Windows mode to light (Impostazione predefinita)" } } }, @@ -690,7 +690,7 @@ }, "One": { "Tag": "Light", - "ToolTip": "Set the default app mode to light (default value)" + "ToolTip": "Set the default app mode to light (Impostazione predefinita)" } } }, @@ -705,7 +705,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"New App Installed\" indicator (default value)" + "ToolTip": "Show the \"New App Installed\" indicator (Impostazione predefinita)" } } }, @@ -720,7 +720,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Show user first sign-in animation after the upgrade (default value)" + "ToolTip": "Show user first sign-in animation after the upgrade (Impostazione predefinita)" } } }, @@ -735,7 +735,7 @@ }, "One": { "Tag": "Default", - "ToolTip": "Set the quality factor of the JPEG desktop wallpapers to default (default value)" + "ToolTip": "Set the quality factor of the JPEG desktop wallpapers to default (Impostazione predefinita)" } } }, @@ -750,7 +750,7 @@ }, "One": { "Tag": "Compact", - "ToolTip": "Start Task Manager in the compact mode (default value)" + "ToolTip": "Start Task Manager in the compact mode (Impostazione predefinita)" } } }, @@ -765,7 +765,7 @@ }, "One": { "Tag": "Hide", - "ToolTip": "Do not show a notification when your PC requires a restart to finish updating (default value)" + "ToolTip": "Do not show a notification when your PC requires a restart to finish updating (Impostazione predefinita)" } } }, @@ -780,7 +780,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Add the \"- Shortcut\" suffix to the file name of created shortcuts (default value)" + "ToolTip": "Add the \"- Shortcut\" suffix to the file name of created shortcuts (Impostazione predefinita)" } } }, @@ -795,7 +795,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Do not use the Print screen button to open screen snipping (default value)" + "ToolTip": "Do not use the Print screen button to open screen snipping (Impostazione predefinita)" } } }, @@ -810,7 +810,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Do not use a different input method for each app window (default value)" + "ToolTip": "Do not use a different input method for each app window (Impostazione predefinita)" } } }, @@ -821,7 +821,7 @@ "Arg": { "Zero": { "Tag": "Enable", - "ToolTip": "When I grab a windows's title bar and shake it, don't minimize all other windows (default value)" + "ToolTip": "When I grab a windows's title bar and shake it, don't minimize all other windows (Impostazione predefinita)" }, "One": { "Tag": "Disable", @@ -851,11 +851,11 @@ "Arg": { "Zero": { "Tag": "Enable", - "ToolTip": "Turn on Storage Sense" + "ToolTip": "Abilita Storage Sense" }, "One": { "Tag": "Disable", - "ToolTip": "Turn off Storage Sense (default value)" + "ToolTip": "Disattiva Storage Sense (Impostazione predefinita)" } } }, @@ -870,7 +870,7 @@ }, "One": { "Tag": "Default", - "ToolTip": "Run Storage Sense during low free disk space (default value)" + "ToolTip": "Run Storage Sense during low free disk space (Impostazione predefinita)" } } }, @@ -881,7 +881,7 @@ "Arg": { "Zero": { "Tag": "Enable", - "ToolTip": "Delete temporary files that apps aren't using (default value)" + "ToolTip": "Delete temporary files that apps aren't using (Impostazione predefinita)" }, "One": { "Tag": "Disable", @@ -900,7 +900,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable hibernate (default value)" + "ToolTip": "Enable hibernate (Impostazione predefinita)" } } }, @@ -915,7 +915,7 @@ }, "One": { "Tag": "Default", - "ToolTip": "Change %TEMP% environment variable path to %LOCALAPPDATA%\\Temp (default value)" + "ToolTip": "Change %TEMP% environment variable path to %LOCALAPPDATA%\\Temp (Impostazione predefinita)" } } }, @@ -930,7 +930,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable the Windows 260 character path limit (default value)" + "ToolTip": "Enable the Windows 260 character path limit (Impostazione predefinita)" } } }, @@ -945,7 +945,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Do not Stop error code when BSoD occurs (default value)" + "ToolTip": "Do not Stop error code when BSoD occurs (Impostazione predefinita)" } } }, @@ -960,7 +960,7 @@ }, "One": { "Tag": "Default", - "ToolTip": "Choose when to be notified about changes to your computer: notify me only when apps try to make changes to my computer (default value)" + "ToolTip": "Choose when to be notified about changes to your computer: notify me only when apps try to make changes to my computer (Impostazione predefinita)" } } }, @@ -971,11 +971,11 @@ "Arg": { "Zero": { "Tag": "Enable", - "ToolTip": "Turn on access to mapped drives from app running with elevated permissions with Admin Approval Mode enabled" + "ToolTip": "Abilita access to mapped drives from app running with elevated permissions with Admin Approval Mode enabled" }, "One": { "Tag": "Disable", - "ToolTip": "Turn off access to mapped drives from app running with elevated permissions with Admin Approval Mode enabled (default value)" + "ToolTip": "Disattiva access to mapped drives from app running with elevated permissions with Admin Approval Mode enabled (Impostazione predefinita)" } } }, @@ -986,11 +986,11 @@ "Arg": { "Zero": { "Tag": "Disable", - "ToolTip": "Turn off Delivery Optimization" + "ToolTip": "Disattiva Delivery Optimization" }, "One": { "Tag": "Enable", - "ToolTip": "Turn on Delivery Optimization (default value)" + "ToolTip": "Abilita Delivery Optimization (Impostazione predefinita)" } } }, @@ -1005,7 +1005,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Never wait for the network at computer startup and logon for workgroup networks (default value)" + "ToolTip": "Never wait for the network at computer startup and logon for workgroup networks (Impostazione predefinita)" } } }, @@ -1020,7 +1020,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Let Windows manage my default printer (default value)" + "ToolTip": "Let Windows manage my default printer (Impostazione predefinita)" } } }, @@ -1035,7 +1035,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable the Windows features using the pop-up dialog box (default value)" + "ToolTip": "Enable the Windows features using the pop-up dialog box (Impostazione predefinita)" } } }, @@ -1050,7 +1050,7 @@ }, "One": { "Tag": "Install", - "ToolTip": "Install optional features using the pop-up dialog box (default value)" + "ToolTip": "Install optional features using the pop-up dialog box (Impostazione predefinita)" } } }, @@ -1065,7 +1065,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Do not receive updates for other Microsoft products when you update Windows (default value)" + "ToolTip": "Do not receive updates for other Microsoft products when you update Windows (Impostazione predefinita)" } } }, @@ -1080,7 +1080,7 @@ }, "One": { "Tag": "Balanced", - "ToolTip": "Set the power plan on \"Balanced\" (default value)" + "ToolTip": "Set the power plan on \"Balanced\" (Impostazione predefinita)" } } }, @@ -1095,7 +1095,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Do not use the latest installed .NET runtime for all apps (default value)" + "ToolTip": "Do not use the latest installed .NET runtime for all apps (Impostazione predefinita)" } } }, @@ -1110,7 +1110,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Allow the computer to turn off the network adapters to save power (default value)" + "ToolTip": "Allow the computer to turn off the network adapters to save power (Impostazione predefinita)" } } }, @@ -1125,7 +1125,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "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" + "ToolTip": "Enable the Internet Protocol Version 6 (TCP/IPv6) component for all network connections (Impostazione predefinita). Before invoking the function, a check will be run whether your ISP supports the IPv6 protocol using https://ipv6-test.com" } } }, @@ -1140,7 +1140,7 @@ }, "One": { "Tag": "Default", - "ToolTip": "Override for default input method: use language list (default value)" + "ToolTip": "Override for default input method: use language list (Impostazione predefinita)" } } }, @@ -1159,7 +1159,7 @@ }, "Two": { "Tag": "Default", - "ToolTip": "Change user folders location to the default values. User files or folders won't me moved to a new location. Move them manually. They're located in the %USERPROFILE% folder by default (default value)" + "ToolTip": "Change user folders location to the default values. User files or folders won't me moved to a new location. Move them manually. They're located in the %USERPROFILE% folder by default (Impostazione predefinita)" } } }, @@ -1174,7 +1174,7 @@ }, "One": { "Tag": "Default", - "ToolTip": "Save screenshots by pressing Win+PrtScr in the Pictures folder (default value)" + "ToolTip": "Save screenshots by pressing Win+PrtScr in the Pictures folder (Impostazione predefinita)" } } }, @@ -1189,7 +1189,7 @@ }, "One": { "Tag": "Default", - "ToolTip": "Ask me before running troubleshooters. 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 (default value)" + "ToolTip": "Ask me before running troubleshooters. 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 (Impostazione predefinita)" } } }, @@ -1204,7 +1204,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Do not launch folder windows in a separate process (default value)" + "ToolTip": "Do not launch folder windows in a separate process (Impostazione predefinita)" } } }, @@ -1219,7 +1219,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable reserved storage (default value)" + "ToolTip": "Enable reserved storage (Impostazione predefinita)" } } }, @@ -1234,7 +1234,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable help lookup via F1 (default value)" + "ToolTip": "Enable help lookup via F1 (Impostazione predefinita)" } } }, @@ -1249,7 +1249,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Disable Num Lock at startup (default value)" + "ToolTip": "Disable Num Lock at startup (Impostazione predefinita)" } } }, @@ -1264,7 +1264,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable Caps Lock (default value)" + "ToolTip": "Enable Caps Lock (Impostazione predefinita)" } } }, @@ -1279,7 +1279,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Allow the shortcut key to Start Sticky Keys by pressing the the Shift key 5 times to turn Sticky keys on (default value)" + "ToolTip": "Allow the shortcut key to Start Sticky Keys by pressing the the Shift key 5 times to turn Sticky keys on (Impostazione predefinita)" } } }, @@ -1294,7 +1294,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Use AutoPlay for all media and devices (default value)" + "ToolTip": "Use AutoPlay for all media and devices (Impostazione predefinita)" } } }, @@ -1309,7 +1309,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable thumbnail cache removal (default value)" + "ToolTip": "Enable thumbnail cache removal (Impostazione predefinita)" } } }, @@ -1324,7 +1324,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Disable automatically saving my restartable apps when signing out and restart them after signing in (default value)" + "ToolTip": "Disable automatically saving my restartable apps when signing out and restart them after signing in (Impostazione predefinita)" } } }, @@ -1339,7 +1339,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Disable \"Network Discovery\" and \"File and Printers Sharing\" for workgroup networks (default value)" + "ToolTip": "Disable \"Network Discovery\" and \"File and Printers Sharing\" for workgroup networks (Impostazione predefinita)" } } }, @@ -1354,7 +1354,7 @@ }, "One": { "Tag": "Manually", - "ToolTip": "Manually adjust active hours for me based on daily usage (default value)" + "ToolTip": "Manually adjust active hours for me based on daily usage (Impostazione predefinita)" } } }, @@ -1369,7 +1369,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Do not restart this device as soon as possible when a restart is required to install an update (default value)" + "ToolTip": "Do not restart this device as soon as possible when a restart is required to install an update (Impostazione predefinita)" } } }, @@ -1417,7 +1417,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show recently added apps in the Start menu (default value)" + "ToolTip": "Show recently added apps in the Start menu (Impostazione predefinita)" } } }, @@ -1432,7 +1432,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show app suggestions in the Start menu (default value)" + "ToolTip": "Show app suggestions in the Start menu (Impostazione predefinita)" } } }, @@ -1447,7 +1447,7 @@ }, "One": { "Tag": "NonElevated", - "ToolTip": "Run the Windows PowerShell shortcut from the Start menu as user (default value)" + "ToolTip": "Run the Windows PowerShell shortcut from the Start menu as user (Impostazione predefinita)" } } }, @@ -1541,7 +1541,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable Cortana autostarting (default value)" + "ToolTip": "Enable Cortana autostarting (Impostazione predefinita)" } } }, @@ -1556,7 +1556,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable Microsoft Teams autostarting (default value)" + "ToolTip": "Enable Microsoft Teams autostarting (Impostazione predefinita)" } } }, @@ -1571,7 +1571,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Let all UWP apps run in the background (default value)" + "ToolTip": "Let all UWP apps run in the background (Impostazione predefinita)" } } }, @@ -1597,7 +1597,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable Xbox Game Bar (default value)" + "ToolTip": "Enable Xbox Game Bar (Impostazione predefinita)" } } }, @@ -1612,7 +1612,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable Xbox Game Bar tips (default value)" + "ToolTip": "Enable Xbox Game Bar tips (Impostazione predefinita)" } } }, @@ -1634,11 +1634,11 @@ "Arg": { "Zero": { "Tag": "Enable", - "ToolTip": "Turn on hardware-accelerated GPU scheduling. Restart needed. Only if you have a dedicated GPU and WDDM verion is 2.7 or higher" + "ToolTip": "Abilita hardware-accelerated GPU scheduling. Restart needed. Only if you have a dedicated GPU and WDDM verion is 2.7 or higher" }, "One": { "Tag": "Disable", - "ToolTip": "Turn off hardware-accelerated GPU scheduling. Restart needed (default value)" + "ToolTip": "Disattiva hardware-accelerated GPU scheduling. Restart needed (Impostazione predefinita)" } } }, @@ -1698,7 +1698,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Disable Microsoft Defender Exploit Guard network protection (default value)" + "ToolTip": "Disable Microsoft Defender Exploit Guard network protection (Impostazione predefinita)" } } }, @@ -1713,7 +1713,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Disable detection for potentially unwanted applications and block them (default value)" + "ToolTip": "Disable detection for potentially unwanted applications and block them (Impostazione predefinita)" } } }, @@ -1728,7 +1728,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Disable sandboxing for Microsoft Defender (default value)" + "ToolTip": "Disable sandboxing for Microsoft Defender (Impostazione predefinita)" } } }, @@ -1765,7 +1765,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Disable events auditing generated when a process is created (starts) (default value)" + "ToolTip": "Disable events auditing generated when a process is created (starts) (Impostazione predefinita)" } } }, @@ -1780,7 +1780,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Do not include command line in process creation events (default value)" + "ToolTip": "Do not include command line in process creation events (Impostazione predefinita)" } } }, @@ -1795,7 +1795,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Remove the \"Process Creation\" custom view in the Event Viewer to log executed processes and their arguments (default value)" + "ToolTip": "Remove the \"Process Creation\" custom view in the Event Viewer to log executed processes and their arguments (Impostazione predefinita)" } } }, @@ -1810,7 +1810,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Disable logging for all Windows PowerShell modules (default value)" + "ToolTip": "Disable logging for all Windows PowerShell modules (Impostazione predefinita)" } } }, @@ -1825,7 +1825,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Disable logging for all PowerShell scripts input to the Windows PowerShell event log (default value)" + "ToolTip": "Disable logging for all PowerShell scripts input to the Windows PowerShell event log (Impostazione predefinita)" } } }, @@ -1840,7 +1840,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Microsoft Defender SmartScreen marks downloaded files from the Internet as unsafe (default value)" + "ToolTip": "Microsoft Defender SmartScreen marks downloaded files from the Internet as unsafe (Impostazione predefinita)" } } }, @@ -1855,7 +1855,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable the Attachment Manager marking files that have been downloaded from the Internet as unsafe (default value)" + "ToolTip": "Enable the Attachment Manager marking files that have been downloaded from the Internet as unsafe (Impostazione predefinita)" } } }, @@ -1870,7 +1870,7 @@ }, "One": { "Tag": "Enable", - "ToolTip": "Enable Windows Script Host (default value)" + "ToolTip": "Enable Windows Script Host (Impostazione predefinita)" } } }, @@ -1885,7 +1885,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Disable Windows Sandbox (default value)" + "ToolTip": "Disable Windows Sandbox (Impostazione predefinita)" } } }, @@ -1900,7 +1900,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Disable DNS-over-HTTPS for IPv4 (default value)" + "ToolTip": "Disable DNS-over-HTTPS for IPv4 (Impostazione predefinita)" } } }, @@ -1915,7 +1915,7 @@ }, "One": { "Tag": "Hide", - "ToolTip": "Hide the \"Extract all\" item from the Windows Installer (.msi) context menu (default value)" + "ToolTip": "Hide the \"Extract all\" item from the Windows Installer (.msi) context menu (Impostazione predefinita)" } } }, @@ -1930,7 +1930,7 @@ }, "One": { "Tag": "Hide", - "ToolTip": "Hide the \"Install\" item from the Cabinet (.cab) filenames extensions context menu (default value)" + "ToolTip": "Hide the \"Install\" item from the Cabinet (.cab) filenames extensions context menu (Impostazione predefinita)" } } }, @@ -1945,7 +1945,7 @@ }, "One": { "Tag": "Hide", - "ToolTip": "Hide the \"Run as different user\" item from the .exe filename extensions context menu (default value)" + "ToolTip": "Hide the \"Run as different user\" item from the .exe filename extensions context menu (Impostazione predefinita)" } } }, @@ -1960,7 +1960,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"Cast to Device\" item in the media files and folders context menu (default value)" + "ToolTip": "Show the \"Cast to Device\" item in the media files and folders context menu (Impostazione predefinita)" } } }, @@ -1975,7 +1975,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"Share\" item in the context menu (default value)" + "ToolTip": "Show the \"Share\" item in the context menu (Impostazione predefinita)" } } }, @@ -1990,7 +1990,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"Edit with Paint 3D\" item in the media files context menu (default value)" + "ToolTip": "Show the \"Edit with Paint 3D\" item in the media files context menu (Impostazione predefinita)" } } }, @@ -2005,7 +2005,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"Edit with Photos\" item in the media files context menu (default value)" + "ToolTip": "Show the \"Edit with Photos\" item in the media files context menu (Impostazione predefinita)" } } }, @@ -2020,7 +2020,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"Create a new video\" item in the media files context menu (default value)" + "ToolTip": "Show the \"Create a new video\" item in the media files context menu (Impostazione predefinita)" } } }, @@ -2035,7 +2035,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"Edit\" item in images context menu (default value)" + "ToolTip": "Show the \"Edit\" item in images context menu (Impostazione predefinita)" } } }, @@ -2050,7 +2050,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"Print\" item in the .bat and .cmd context menu (default value)" + "ToolTip": "Show the \"Print\" item in the .bat and .cmd context menu (Impostazione predefinita)" } } }, @@ -2065,7 +2065,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"Include in Library\" item in the folders and drives context menu (default value)" + "ToolTip": "Show the \"Include in Library\" item in the folders and drives context menu (Impostazione predefinita)" } } }, @@ -2080,7 +2080,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"Send to\" item in the folders context menu (default value)" + "ToolTip": "Show the \"Send to\" item in the folders context menu (Impostazione predefinita)" } } }, @@ -2091,11 +2091,11 @@ "Arg": { "Zero": { "Tag": "Hide", - "ToolTip": "Hide the \"Turn on BitLocker\" item from the drives context menu" + "ToolTip": "Hide the \"Abilita BitLocker\" item from the drives context menu" }, "One": { "Tag": "Show", - "ToolTip": "Show the \"Turn on BitLocker\" item in the drives context menu (default value)" + "ToolTip": "Show the \"Abilita BitLocker\" item in the drives context menu (Impostazione predefinita)" } } }, @@ -2110,7 +2110,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"Bitmap image\" item to the \"New\" context menu (default value)" + "ToolTip": "Show the \"Bitmap image\" item to the \"New\" context menu (Impostazione predefinita)" } } }, @@ -2125,7 +2125,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"Rich Text Document\" item to the \"New\" context menu (default value)" + "ToolTip": "Show the \"Rich Text Document\" item to the \"New\" context menu (Impostazione predefinita)" } } }, @@ -2140,7 +2140,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"Compressed (zipped) Folder\" item to the \"New\" context menu (default value)" + "ToolTip": "Show the \"Compressed (zipped) Folder\" item to the \"New\" context menu (Impostazione predefinita)" } } }, @@ -2155,7 +2155,7 @@ }, "One": { "Tag": "Disable", - "ToolTip": "Disable the \"Open\", \"Print\", and \"Edit\" context menu items for more than 15 items selected (default value)" + "ToolTip": "Disable the \"Open\", \"Print\", and \"Edit\" context menu items for more than 15 items selected (Impostazione predefinita)" } } }, @@ -2170,7 +2170,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"Look for an app in the Microsoft Store\" item in the \"Open with\" dialog (default value)" + "ToolTip": "Show the \"Look for an app in the Microsoft Store\" item in the \"Open with\" dialog (Impostazione predefinita)" } } }, @@ -2185,7 +2185,7 @@ }, "One": { "Tag": "Show", - "ToolTip": "Show the \"Open in Windows Terminal\" menu option in the folders context menu (default value)" + "ToolTip": "Show the \"Open in Windows Terminal\" menu option in the folders context menu (Impostazione predefinita)" } } }