diff --git a/Sophia/LTSC/Functions.ps1 b/Sophia/LTSC/Functions.ps1 index 983c4028..cdeb29ae 100644 --- a/Sophia/LTSC/Functions.ps1 +++ b/Sophia/LTSC/Functions.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS The TAB completion for functions and their arguments - Version: v5.2.4 - Date: 07.05.2021 + Version: v5.2.5 + Date: 17.05.2021 Copyright (c) 2014–2021 farag Copyright (c) 2019–2021 farag & oZ-Zo @@ -66,7 +66,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Windows 10 Sophia Script for LTSC v5.2.4 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([char]0x00A9) farag & oz-zo, 2014–2021" +$Host.UI.RawUI.WindowTitle = "Windows 10 Sophia Script for LTSC v5.2.5 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([char]0x00A9) farag & oz-zo, 2014–2021" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Sophia.psd1 -PassThru -Force diff --git a/Sophia/LTSC/Localizations/hu-HU/Sophia.psd1 b/Sophia/LTSC/Localizations/hu-HU/Sophia.psd1 index 4162131a..2e77b61a 100644 --- a/Sophia/LTSC/Localizations/hu-HU/Sophia.psd1 +++ b/Sophia/LTSC/Localizations/hu-HU/Sophia.psd1 @@ -1,4 +1,4 @@ -ConvertFrom-StringData -StringData @' +ConvertFrom-StringData -StringData @' UnsupportedOSBitness = A szkript csak a Windows 10 64 bites verziót támogatja UnsupportedOSBuild = A szkript támogatja a Windows 10 1809 Enterprise LTSC kiadást UnsupportedRelease = Új verzió érhető el diff --git a/Sophia/LTSC/Sophia.ps1 b/Sophia/LTSC/Sophia.ps1 index cf8da6ff..0acca441 100644 --- a/Sophia/LTSC/Sophia.ps1 +++ b/Sophia/LTSC/Sophia.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS Default preset file for "Windows 10 Sophia Script" (LTSC version) - Version: v5.2.4 - Date: 07.05.2021 + Version: v5.2.5 + Date: 17.05.2021 Copyright (c) 2014–2021 farag Copyright (c) 2019–2021 farag & oZ-Zo @@ -71,7 +71,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Windows 10 Sophia Script for LTSC v5.2.4 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([char]0x00A9) farag & oz-zo, 2014–2021" +$Host.UI.RawUI.WindowTitle = "Windows 10 Sophia Script for LTSC v5.2.5 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([char]0x00A9) farag & oz-zo, 2014–2021" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Sophia.psd1 -PassThru -Force @@ -107,10 +107,10 @@ if ($Functions) #region Protection <# - Checkings. If you want disable a warning message about whether you've customized the preset file remove the Warning argument + Checkings. If you want to disable a warning message about whether you've customized the preset file remove the "-Warning" argument Please, do not comment out this function - Проверки + Проверки. Чтобы выключить предупреждение о необходимости настройки пресет-файла, удалите аргумент "-Warning" Пожалуйста, не комментируйте данную функцию #> Checkings -Warning diff --git a/Sophia/LTSC/Sophia.psd1 b/Sophia/LTSC/Sophia.psd1 index 8a249fae..1cbe4d53 100644 Binary files a/Sophia/LTSC/Sophia.psd1 and b/Sophia/LTSC/Sophia.psd1 differ diff --git a/Sophia/LTSC/Sophia.psm1 b/Sophia/LTSC/Sophia.psm1 index 4e4750f0..2db3aa0e 100644 --- a/Sophia/LTSC/Sophia.psm1 +++ b/Sophia/LTSC/Sophia.psm1 @@ -2,8 +2,8 @@ .SYNOPSIS "Windows 10 Sophia Script" (LTSC version) is a PowerShell module for Windows 10 fine-tuning and automating the routine tasks - Version: v5.2.4 - Date: 07.05.2021 + Version: v5.2.5 + Date: 17.05.2021 Copyright (c) 2014–2021 farag Copyright (c) 2019–2021 farag & oZ-Zo @@ -545,10 +545,11 @@ function ScheduledTasks MinHeight="450" MinWidth="400" SizeToContent="Width" WindowStartupLocation="CenterScreen" TextOptions.TextFormattingMode="Display" SnapsToDevicePixels="True" - FontFamily="Segoe UI" FontSize="12" ShowInTaskbar="False"> + FontFamily="Candara" FontSize="16" ShowInTaskbar="True"> + + + @@ -572,7 +585,7 @@ function ScheduledTasks VerticalScrollBarVisibility="Auto"> -