$Host.UI.RawUI.WindowTitle="Sophia Script for Windows 11 v6.0.5 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014–2021"
$Host.UI.RawUI.WindowTitle="Sophia Script for Windows 11 v6.0.5 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"
# The following tasks will have their checkboxes checked
[string[]]$CheckedScheduledTasks=@(
# Collects program telemetry information if opted-in to the Microsoft Customer Experience Improvement Program
# Сбор телеметрических данных программы при участии в программе улучшения качества ПО
"ProgramDataUpdater",
# This task collects and uploads autochk SQM data if opted-in to the Microsoft Customer Experience Improvement Program
# Эта задача собирает и загружает данные SQM при участии в программе улучшения качества программного обеспечения
"Proxy",
# If the user has consented to participate in the Windows Customer Experience Improvement Program, this job collects and sends usage data to Microsoft
# Если пользователь изъявил желание участвовать в программе по улучшению качества программного обеспечения Windows, эта задача будет собирать и отправлять сведения о работе программного обеспечения в Майкрософт
"Consolidator",
# The USB CEIP (Customer Experience Improvement Program) task collects Universal Serial Bus related statistics and information about your machine and sends it to the Windows Device Connectivity engineering group at Microsoft
# При выполнении задачи программы улучшения качества ПО шины USB (USB CEIP) осуществляется сбор статистических данных об использовании универсальной последовательной шины USB и с ведений о компьютере, которые направляются инженерной группе Майкрософт по вопросам подключения устройств в Windows
"UsbCeip",
# The Windows Disk Diagnostic reports general disk and system information to Microsoft for users participating in the Customer Experience Program
# Для пользователей, участвующих в программе контроля качества программного обеспечения, служба диагностики дисков Windows предоставляет общие сведения о дисках и системе в корпорацию Майкрософт
"Microsoft-Windows-DiskDiagnosticDataCollector",
# This task shows various Map related toasts
# Эта задача показывает различные тосты (всплывающие уведомления) приложения "Карты"
"MapsToastTask",
# This task checks for updates to maps which you have downloaded for offline use
# Эта задача проверяет наличие обновлений для карт, загруженных для автономного использования
"MapsUpdateTask",
# Initializes Family Safety monitoring and enforcement
# Инициализация контроля и применения правил семейной безопасности
"FamilySafetyMonitor",
# Synchronizes the latest settings with the Microsoft family features service
# Синхронизирует последние параметры со службой функций семьи учетных записей Майкрософт
"FamilySafetyRefreshTask",
# XblGameSave Standby Task
@ -864,7 +840,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Add-Type@SetForegroundWindow
}
Get-Process|Where-Object-FilterScript{$_.MainWindowTitle-match"Sophia Script for Windows 11"}|ForEach-Object-Process{
Get-Process|Where-Object-FilterScript{(($_.ProcessName-eq"powershell")-or($_.ProcessName-eq"WindowsTerminal"))-and($_.MainWindowTitle-match"Sophia Script for Windows 11")}|ForEach-Object-Process{
# Change the %TEMP% environment variable path to %LOCALAPPDATA%\Temp
# The additional registry key creating are needed to fix the property type of the keys: SetEnvironmentVariable creates them with the "String" type instead of "ExpandString" as by default
# The following Windows features will have their checkboxes checked
[string[]]$CheckedFeatures=@(
# Legacy Components
# Компоненты прежних версий
"LegacyComponents",
# PowerShell 2.0
@ -4472,11 +4368,9 @@ function WindowsFeatures
"MicrosoftWindowsPowershellV2Root",
# Microsoft XPS Document Writer
# Средство записи XPS-документов (Microsoft)
"Printing-XPSServices-Features",
# Work Folders Client
# Клиент рабочих папок
"WorkFolders-Client"
)
@ -4714,7 +4608,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Add-Type@SetForegroundWindow
}
Get-Process|Where-Object-FilterScript{$_.MainWindowTitle-match"Sophia Script for Windows 11"}|ForEach-Object-Process{
Get-Process|Where-Object-FilterScript{(($_.ProcessName-eq"powershell")-or($_.ProcessName-eq"WindowsTerminal"))-and($_.MainWindowTitle-match"Sophia Script for Windows 11")}|ForEach-Object-Process{
@ -4791,11 +4685,9 @@ function WindowsCapabilities
# The following optional features will have their checkboxes checked
[string[]]$CheckedCapabilities=@(
# Steps Recorder
# Средство записи действий
"App.StepsRecorder*",
# Microsoft Quick Assist
# Быстрая поддержка (Майкрософт)
"App.Support.QuickAssist*",
# WordPad
@ -4808,7 +4700,6 @@ function WindowsCapabilities
"Browser.InternetExplorer*",
# Math Recognizer
# Распознаватель математических знаков
"MathRecognizer*",
# Windows Media Player
@ -4816,38 +4707,30 @@ function WindowsCapabilities
"Media.WindowsMediaPlayer*",
# OpenSSH Client
# Клиент OpenSSH
"OpenSSH.Client*"
)
# The following optional features will be excluded from the display
[string[]]$ExcludedCapabilities=@(
# The DirectX Database to configure and optimize apps when multiple Graphics Adapters are present
# База данных DirectX для настройки и оптимизации приложений при наличии нескольких графических адаптеров
"DirectX.Configuration.Database*",
# Language components
# Языковые компоненты
"Language.*",
# Notepad
# Блокнот
"Microsoft.Windows.Notepad*",
# Mail, contacts, and calendar sync component
# Компонент синхронизации почты, контактов и календаря
"OneCoreUAP.OneSync*",
# Windows PowerShell Intergrated Scripting Enviroment
# Интегрированная среда сценариев Windows PowerShell
"Microsoft.Windows.PowerShell.ISE*",
# Management of printers, printer drivers, and printer servers
# Управление принтерами, драйверами принтеров и принт-серверами
"Print.Management.Console*",
# Features critical to Windows functionality
# Компоненты, критичные для работоспособности Windows
"Windows.Client.ShellComponents*"
)
#endregion Variables
@ -5111,7 +4994,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Add-Type@SetForegroundWindow
}
Get-Process|Where-Object-FilterScript{$_.MainWindowTitle-match"Sophia Script for Windows 11"}|ForEach-Object-Process{
Get-Process|Where-Object-FilterScript{(($_.ProcessName-eq"powershell")-or($_.ProcessName-eq"WindowsTerminal"))-and($_.MainWindowTitle-match"Sophia Script for Windows 11")}|ForEach-Object-Process{
@ -8144,7 +8042,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Add-Type@SetForegroundWindow
}
Get-Process|Where-Object-FilterScript{$_.MainWindowTitle-match"Sophia Script for Windows 11"}|ForEach-Object-Process{
Get-Process|Where-Object-FilterScript{(($_.ProcessName-eq"powershell")-or($_.ProcessName-eq"WindowsTerminal"))-and($_.MainWindowTitle-match"Sophia Script for Windows 11")}|ForEach-Object-Process{
@ -8720,7 +8571,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Add-Type@SetForegroundWindow
}
Get-Process|Where-Object-FilterScript{$_.MainWindowTitle-match"Sophia Script for Windows 11"}|ForEach-Object-Process{
Get-Process|Where-Object-FilterScript{(($_.ProcessName-eq"powershell")-or($_.ProcessName-eq"WindowsTerminal"))-and($_.MainWindowTitle-match"Sophia Script for Windows 11")}|ForEach-Object-Process{
# You cannot retrieve packages using -PackageTypeFilter Bundle, otherwise you won't get the InstallLocation attribute. It can be retrieved only by comparing with $Bundles
@ -9057,7 +8916,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Add-Type@SetForegroundWindow
}
Get-Process|Where-Object-FilterScript{$_.MainWindowTitle-match"Sophia Script for Windows 11"}|ForEach-Object-Process{
Get-Process|Where-Object-FilterScript{(($_.ProcessName-eq"powershell")-or($_.ProcessName-eq"WindowsTerminal"))-and($_.MainWindowTitle-match"Sophia Script for Windows 11")}|ForEach-Object-Process{
$Host.UI.RawUI.WindowTitle="Sophia Script for Windows 11 v6.0.5 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014–2021"
$Host.UI.RawUI.WindowTitle="Sophia Script for Windows 11 v6.0.6 (PowerShell 7) | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"
# Show snap layouts when I hover over a windows's maximaze button (default value)
# Показывать макеты прикрепления, частью которых является приложение, при наведении указателя мыши на кнопки панели задач (значение по умолчанию)
SnapAssistFlyout-Disable
SnapAssistFlyout-Enable
# Hide snap layouts when I hover over a windows's maximaze button
# Не показывать макеты прикрепления, частью которых является приложение, при наведении указателя мыши на кнопки панели задач
# SnapAssistFlyout -Enable
# SnapAssistFlyout -Disable
# Show the file transfer dialog box in the detailed mode
# Отображать диалоговое окно передачи файлов в развернутом виде
@ -412,26 +412,10 @@ TaskbarChat -Hide
# Отобразить кнопку чата (Microsoft Teams) на панели задач (значение по умолчанию)
# TaskbarChat -Show
# Open the "Notification Area Icons" page in Control Panel to enable "Always show all icons in the notification area" settings manually
# Открыть страницу "Значки области уведомлений" в Панели управления, чтобы вручную активировать настройку "Всегда отображать все значки и уведомления на панели задач"
NotificationAreaIcons
# Unpin the "Microsoft Edge", "Microsoft Store" shortcuts from the taskbar
# Открепить ярлыки "Microsoft Edge", "Microsoft Store" или "Почта" от панели задач
UnpinTaskbarShortcuts-ShortcutsEdge,Store
# Make the taskbar size large
# Сделать панели задач большой
# TaskbarSize -Large
# Make the taskbar size default
# Сделать панели задач по умолчанию
TaskbarSize-Default
# Make the taskbar size small
# Сделать панели задач маленькой
# TaskbarSize -Small
# View the Control Panel icons by large icons
# Просмотр иконок Панели управления как: крупные значки
ControlPanelView-LargeIcons
@ -545,14 +529,6 @@ StorageSense -Enable
# Выключить Контроль памяти (значение по умолчанию)
# StorageSense -Disable
# Turn on automatic cleaning up temporary system and app files
# Автоматически очищать временные файлы системы и приложений
StorageSenseTempFiles-Enable
# Turn off automatic cleaning up temporary system and app files
# Не очищать временные файлы системы и приложений
# StorageSenseTempFiles -Disable
# Run Storage Sense every month
# Запускать Контроль памяти каждый месяц
StorageSenseFrequency-Month
@ -560,6 +536,14 @@ StorageSenseFrequency -Month
# Run Storage Sense during low free disk space (default value)
# Запускать Контроль памяти, когда остается мало место на диске (значение по умолчанию)
# StorageSenseFrequency -Default
# Turn on automatic cleaning up temporary system and app files
# Автоматически очищать временные файлы системы и приложений
StorageSenseTempFiles-Enable
# Turn off automatic cleaning up temporary system and app files
# Не очищать временные файлы системы и приложений
# StorageSenseTempFiles -Disable
#endregion StorageSense
# Disable hibernation. Do not recommend turning it off on laptops
# Set Windows Terminal Preview as default terminal app to host the user interface for command-line applications
# Установить Windows Terminal Preview как приложение терминала по умолчанию для размещения пользовательского интерфейса для приложений командной строки
# Set Windows Terminal as default terminal app to host the user interface for command-line applications
# Установить Windows Terminal как приложение терминала по умолчанию для размещения пользовательского интерфейса для приложений командной строки
DefaultTerminalApp-WindowsTerminal
# Set Windows Console Host as default terminal app to host the user interface for command-line applications (default value)
$Host.UI.RawUI.WindowTitle="Sophia Script for Windows 11 v6.0.5 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014–2021"
$Host.UI.RawUI.WindowTitle="Sophia Script for Windows 11 v6.0.5 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"
# The following tasks will have their checkboxes checked
[string[]]$CheckedScheduledTasks=@(
# Collects program telemetry information if opted-in to the Microsoft Customer Experience Improvement Program
# Сбор телеметрических данных программы при участии в программе улучшения качества ПО
"ProgramDataUpdater",
# This task collects and uploads autochk SQM data if opted-in to the Microsoft Customer Experience Improvement Program
# Эта задача собирает и загружает данные SQM при участии в программе улучшения качества программного обеспечения
"Proxy",
# If the user has consented to participate in the Windows Customer Experience Improvement Program, this job collects and sends usage data to Microsoft
# Если пользователь изъявил желание участвовать в программе по улучшению качества программного обеспечения Windows, эта задача будет собирать и отправлять сведения о работе программного обеспечения в Майкрософт
"Consolidator",
# The USB CEIP (Customer Experience Improvement Program) task collects Universal Serial Bus related statistics and information about your machine and sends it to the Windows Device Connectivity engineering group at Microsoft
# При выполнении задачи программы улучшения качества ПО шины USB (USB CEIP) осуществляется сбор статистических данных об использовании универсальной последовательной шины USB и с ведений о компьютере, которые направляются инженерной группе Майкрософт по вопросам подключения устройств в Windows
"UsbCeip",
# The Windows Disk Diagnostic reports general disk and system information to Microsoft for users participating in the Customer Experience Program
# Для пользователей, участвующих в программе контроля качества программного обеспечения, служба диагностики дисков Windows предоставляет общие сведения о дисках и системе в корпорацию Майкрософт
"Microsoft-Windows-DiskDiagnosticDataCollector",
# This task shows various Map related toasts
# Эта задача показывает различные тосты (всплывающие уведомления) приложения "Карты"
"MapsToastTask",
# This task checks for updates to maps which you have downloaded for offline use
# Эта задача проверяет наличие обновлений для карт, загруженных для автономного использования
"MapsUpdateTask",
# Initializes Family Safety monitoring and enforcement
# Инициализация контроля и применения правил семейной безопасности
"FamilySafetyMonitor",
# Synchronizes the latest settings with the Microsoft family features service
# Синхронизирует последние параметры со службой функций семьи учетных записей Майкрософт
"FamilySafetyRefreshTask",
# XblGameSave Standby Task
@ -850,7 +825,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Add-Type@SetForegroundWindow
}
Get-Process|Where-Object-FilterScript{$_.MainWindowTitle-match"Sophia Script for Windows 11"}|ForEach-Object-Process{
Get-Process|Where-Object-FilterScript{(($_.ProcessName-eq"powershell")-or($_.ProcessName-eq"WindowsTerminal"))-and($_.MainWindowTitle-match"Sophia Script for Windows 11")}|ForEach-Object-Process{
# Change the %TEMP% environment variable path to %LOCALAPPDATA%\Temp
# The additional registry key creating are needed to fix the property type of the keys: SetEnvironmentVariable creates them with the "String" type instead of "ExpandString" as by default
# The following Windows features will have their checkboxes checked
[string[]]$CheckedFeatures=@(
# Legacy Components
# Компоненты прежних версий
"LegacyComponents",
# PowerShell 2.0
@ -4443,11 +4338,9 @@ function WindowsFeatures
"MicrosoftWindowsPowershellV2Root",
# Microsoft XPS Document Writer
# Средство записи XPS-документов (Microsoft)
"Printing-XPSServices-Features",
# Work Folders Client
# Клиент рабочих папок
"WorkFolders-Client"
)
@ -4685,7 +4578,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Add-Type@SetForegroundWindow
}
Get-Process|Where-Object-FilterScript{$_.MainWindowTitle-match"Sophia Script for Windows 11"}|ForEach-Object-Process{
Get-Process|Where-Object-FilterScript{(($_.ProcessName-eq"powershell")-or($_.ProcessName-eq"WindowsTerminal"))-and($_.MainWindowTitle-match"Sophia Script for Windows 11")}|ForEach-Object-Process{
@ -4762,11 +4655,9 @@ function WindowsCapabilities
# The following optional features will have their checkboxes checked
[string[]]$CheckedCapabilities=@(
# Steps Recorder
# Средство записи действий
"App.StepsRecorder*",
# Microsoft Quick Assist
# Быстрая поддержка (Майкрософт)
"App.Support.QuickAssist*",
# WordPad
@ -4779,7 +4670,6 @@ function WindowsCapabilities
"Browser.InternetExplorer*",
# Math Recognizer
# Распознаватель математических знаков
"MathRecognizer*",
# Windows Media Player
@ -4787,38 +4677,30 @@ function WindowsCapabilities
"Media.WindowsMediaPlayer*",
# OpenSSH Client
# Клиент OpenSSH
"OpenSSH.Client*"
)
# The following optional features will be excluded from the display
[string[]]$ExcludedCapabilities=@(
# The DirectX Database to configure and optimize apps when multiple Graphics Adapters are present
# База данных DirectX для настройки и оптимизации приложений при наличии нескольких графических адаптеров
"DirectX.Configuration.Database*",
# Language components
# Языковые компоненты
"Language.*",
# Notepad
# Блокнот
"Microsoft.Windows.Notepad*",
# Mail, contacts, and calendar sync component
# Компонент синхронизации почты, контактов и календаря
"OneCoreUAP.OneSync*",
# Windows PowerShell Intergrated Scripting Enviroment
# Интегрированная среда сценариев Windows PowerShell
"Microsoft.Windows.PowerShell.ISE*",
# Management of printers, printer drivers, and printer servers
# Управление принтерами, драйверами принтеров и принт-серверами
"Print.Management.Console*",
# Features critical to Windows functionality
# Компоненты, критичные для работоспособности Windows
"Windows.Client.ShellComponents*"
)
#endregion Variables
@ -5081,7 +4963,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Add-Type@SetForegroundWindow
}
Get-Process|Where-Object-FilterScript{$_.MainWindowTitle-match"Sophia Script for Windows 11"}|ForEach-Object-Process{
Get-Process|Where-Object-FilterScript{(($_.ProcessName-eq"powershell")-or($_.ProcessName-eq"WindowsTerminal"))-and($_.MainWindowTitle-match"Sophia Script for Windows 11")}|ForEach-Object-Process{
@ -8112,7 +8009,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Add-Type@SetForegroundWindow
}
Get-Process|Where-Object-FilterScript{$_.MainWindowTitle-match"Sophia Script for Windows 11"}|ForEach-Object-Process{
Get-Process|Where-Object-FilterScript{(($_.ProcessName-eq"powershell")-or($_.ProcessName-eq"WindowsTerminal"))-and($_.MainWindowTitle-match"Sophia Script for Windows 11")}|ForEach-Object-Process{
@ -8679,7 +8530,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Add-Type@SetForegroundWindow
}
Get-Process|Where-Object-FilterScript{$_.MainWindowTitle-match"Sophia Script for Windows 11"}|ForEach-Object-Process{
Get-Process|Where-Object-FilterScript{(($_.ProcessName-eq"powershell")-or($_.ProcessName-eq"WindowsTerminal"))-and($_.MainWindowTitle-match"Sophia Script for Windows 11")}|ForEach-Object-Process{
# You cannot retrieve packages using -PackageTypeFilter Bundle, otherwise you won't get the InstallLocation attribute. It can be retrieved only by comparing with $Bundles
@ -9005,7 +8865,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Add-Type@SetForegroundWindow
}
Get-Process|Where-Object-FilterScript{$_.MainWindowTitle-match"Sophia Script for Windows 11"}|ForEach-Object-Process{
Get-Process|Where-Object-FilterScript{(($_.ProcessName-eq"powershell")-or($_.ProcessName-eq"WindowsTerminal"))-and($_.MainWindowTitle-match"Sophia Script for Windows 11")}|ForEach-Object-Process{
$Host.UI.RawUI.WindowTitle="Sophia Script for Windows 11 v6.0.5 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014–2021"
$Host.UI.RawUI.WindowTitle="Sophia Script for Windows 11 v6.0.6 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"
# Show snap layouts when I hover over a windows's maximaze button (default value)
# Показывать макеты прикрепления, частью которых является приложение, при наведении указателя мыши на кнопки панели задач (значение по умолчанию)
SnapAssistFlyout-Disable
SnapAssistFlyout-Enable
# Hide snap layouts when I hover over a windows's maximaze button
# Не показывать макеты прикрепления, частью которых является приложение, при наведении указателя мыши на кнопки панели задач
# SnapAssistFlyout -Enable
# SnapAssistFlyout -Disable
# Show the file transfer dialog box in the detailed mode
# Отображать диалоговое окно передачи файлов в развернутом виде
@ -412,26 +412,10 @@ TaskbarChat -Hide
# Отобразить кнопку чата (Microsoft Teams) на панели задач (значение по умолчанию)
# TaskbarChat -Show
# Open the "Notification Area Icons" page in Control Panel to enable "Always show all icons in the notification area" settings manually
# Открыть страницу "Значки области уведомлений" в Панели управления, чтобы вручную активировать настройку "Всегда отображать все значки и уведомления на панели задач"
NotificationAreaIcons
# Unpin the "Microsoft Edge", "Microsoft Store" shortcuts from the taskbar
# Открепить ярлыки "Microsoft Edge", "Microsoft Store" или "Почта" от панели задач
UnpinTaskbarShortcuts-ShortcutsEdge,Store
# Make the taskbar size large
# Сделать панели задач большой
# TaskbarSize -Large
# Make the taskbar size default
# Сделать панели задач по умолчанию
TaskbarSize-Default
# Make the taskbar size small
# Сделать панели задач маленькой
# TaskbarSize -Small
# View the Control Panel icons by large icons
# Просмотр иконок Панели управления как: крупные значки
ControlPanelView-LargeIcons
@ -545,14 +529,6 @@ StorageSense -Enable
# Выключить Контроль памяти (значение по умолчанию)
# StorageSense -Disable
# Turn on automatic cleaning up temporary system and app files
# Автоматически очищать временные файлы системы и приложений
StorageSenseTempFiles-Enable
# Turn off automatic cleaning up temporary system and app files
# Не очищать временные файлы системы и приложений
# StorageSenseTempFiles -Disable
# Run Storage Sense every month
# Запускать Контроль памяти каждый месяц
StorageSenseFrequency-Month
@ -560,6 +536,14 @@ StorageSenseFrequency -Month
# Run Storage Sense during low free disk space (default value)
# Запускать Контроль памяти, когда остается мало место на диске (значение по умолчанию)
# StorageSenseFrequency -Default
# Turn on automatic cleaning up temporary system and app files
# Автоматически очищать временные файлы системы и приложений
StorageSenseTempFiles-Enable
# Turn off automatic cleaning up temporary system and app files
# Не очищать временные файлы системы и приложений
# StorageSenseTempFiles -Disable
#endregion StorageSense
# Disable hibernation. Do not recommend turning it off on laptops
# Set Windows Terminal Preview as default terminal app to host the user interface for command-line applications
# Установить Windows Terminal Preview как приложение терминала по умолчанию для размещения пользовательского интерфейса для приложений командной строки
# Set Windows Terminal as default terminal app to host the user interface for command-line applications
# Установить Windows Terminal как приложение терминала по умолчанию для размещения пользовательского интерфейса для приложений командной строки
DefaultTerminalApp-WindowsTerminal
# Set Windows Console Host as default terminal app to host the user interface for command-line applications (default value)