$Host.UI.RawUI.WindowTitle="Sophia Script for Windows 10 LTSC v5.2.15 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([char]0x00A9) farag & Inestic, 2014–2021"
$Host.UI.RawUI.WindowTitle="Sophia Script for Windows 10 LTSC v5.2.16 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([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
@ -812,7 +803,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Add-Type@SetForegroundWindow
}
Get-Process|Where-Object-FilterScript{$_.MainWindowTitle-match"Sophia Script for Windows 10 LTSC"}|ForEach-Object-Process{
Get-Process|Where-Object-FilterScript{($_.ProcessName-eq"powershell")-and($_.MainWindowTitle-match"Sophia Script for Windows 10 LTSC")}|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
@ -3464,11 +3455,9 @@ function WindowsFeatures
"MicrosoftWindowsPowershellV2Root",
# Microsoft XPS Document Writer
# Средство записи XPS-документов (Microsoft)
"Printing-XPSServices-Features",
# Work Folders Client
# Клиент рабочих папок
"WorkFolders-Client"
)
@ -3706,7 +3695,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Add-Type@SetForegroundWindow
}
Get-Process|Where-Object-FilterScript{$_.MainWindowTitle-match"Sophia Script for Windows 10 LTSC"}|ForEach-Object-Process{
Get-Process|Where-Object-FilterScript{($_.ProcessName-eq"powershell")-and($_.MainWindowTitle-match"Sophia Script for Windows 10 LTSC")}|ForEach-Object-Process{
# The following optional features will have their checkboxes checked
[string[]]$CheckedCapabilities=@(
# Microsoft Quick Assist
# Быстрая поддержка (Майкрософт)
"App.Support.QuickAssist*"
)
@ -3793,7 +3781,6 @@ function WindowsCapabilities
"Browser.InternetExplorer*",
# Math Recognizer
# Распознаватель математических знаков
"MathRecognizer*",
# Windows Media Player
@ -3801,30 +3788,24 @@ 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*"
)
#endregion Variables
@ -4087,7 +4068,7 @@ public static extern bool SetForegroundWindow(IntPtr hWnd);
Add-Type@SetForegroundWindow
}
Get-Process|Where-Object-FilterScript{$_.MainWindowTitle-match"Sophia Script for Windows 10 LTSC"}|ForEach-Object-Process{
Get-Process|Where-Object-FilterScript{($_.ProcessName-eq"powershell")-and($_.MainWindowTitle-match"Sophia Script for Windows 10 LTSC")}|ForEach-Object-Process{
$Host.UI.RawUI.WindowTitle="Sophia Script for Windows 10 LTSC v5.2.15 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014–2021"
$Host.UI.RawUI.WindowTitle="Sophia Script for Windows 10 LTSC v5.2.16 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"