From 20d7253e95a5c393f8852d98e2739f09f9688390 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Mon, 17 May 2021 00:07:08 +0300 Subject: [PATCH] 17.05.2021 v5.10.5 --- Sophia/PowerShell 7/Functions.ps1 | 8 +- .../Localizations/cn-CN/Sophia.psd1 | 2 +- .../Localizations/de-DE/Sophia.psd1 | 2 +- .../Localizations/en-US/Sophia.psd1 | 2 +- .../Localizations/es-ES/Sophia.psd1 | 2 +- .../Localizations/fr-FR/Sophia.psd1 | 2 +- .../Localizations/it-IT/Sophia.psd1 | 2 +- .../Localizations/pt-BR/Sophia.psd1 | 2 +- .../Localizations/tr-TR/Sophia.psd1 | 2 +- Sophia/PowerShell 7/Sophia.ps1 | 12 +- Sophia/PowerShell 7/Sophia.psd1 | 4 +- Sophia/PowerShell 7/Sophia.psm1 | 326 ++++++++++++++++-- 12 files changed, 314 insertions(+), 52 deletions(-) diff --git a/Sophia/PowerShell 7/Functions.ps1 b/Sophia/PowerShell 7/Functions.ps1 index ea055cc2..aea50609 100644 --- a/Sophia/PowerShell 7/Functions.ps1 +++ b/Sophia/PowerShell 7/Functions.ps1 @@ -1,9 +1,9 @@ -<# +<# .SYNOPSIS The TAB completion for functions and their arguments - Version: v5.10.4 - Date: 07.05.2021 + Version: v5.10.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 v5.10.4 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([char]0x00A9) farag & oz-zo, 2014–2021" +$Host.UI.RawUI.WindowTitle = "Windows 10 Sophia Script v5.10.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/PowerShell 7/Localizations/cn-CN/Sophia.psd1 b/Sophia/PowerShell 7/Localizations/cn-CN/Sophia.psd1 index 97abde5b..b909e9c2 100644 --- a/Sophia/PowerShell 7/Localizations/cn-CN/Sophia.psd1 +++ b/Sophia/PowerShell 7/Localizations/cn-CN/Sophia.psd1 @@ -1,4 +1,4 @@ -ConvertFrom-StringData -StringData @' +ConvertFrom-StringData -StringData @' UnsupportedOSBitness = 该脚本仅支持Windows 10 x64 UnsupportedOSBuild = 该脚本支持Windows 10版本2004/20H2/20H1和更高版本 UnsupportedRelease = 找到新版本 diff --git a/Sophia/PowerShell 7/Localizations/de-DE/Sophia.psd1 b/Sophia/PowerShell 7/Localizations/de-DE/Sophia.psd1 index 9c0c3ec1..23b8f819 100644 --- a/Sophia/PowerShell 7/Localizations/de-DE/Sophia.psd1 +++ b/Sophia/PowerShell 7/Localizations/de-DE/Sophia.psd1 @@ -1,4 +1,4 @@ -ConvertFrom-StringData -StringData @' +ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Das Skript unterstützt nur Windows 10 x64 UnsupportedOSBuild = Das Skript unterstützt Windows 10 2004/20H2/20H1-Versionen und höher UnsupportedRelease = Neue Version gefunden diff --git a/Sophia/PowerShell 7/Localizations/en-US/Sophia.psd1 b/Sophia/PowerShell 7/Localizations/en-US/Sophia.psd1 index 5c562aa9..d906fc36 100644 --- a/Sophia/PowerShell 7/Localizations/en-US/Sophia.psd1 +++ b/Sophia/PowerShell 7/Localizations/en-US/Sophia.psd1 @@ -1,4 +1,4 @@ -ConvertFrom-StringData -StringData @' +ConvertFrom-StringData -StringData @' UnsupportedOSBitness = The script supports Windows 10 x64 only UnsupportedOSBuild = The script supports Windows 10 2004/20H2/21H1 versions and higher UnsupportedRelease = A new version found diff --git a/Sophia/PowerShell 7/Localizations/es-ES/Sophia.psd1 b/Sophia/PowerShell 7/Localizations/es-ES/Sophia.psd1 index ebcde0ee..12c40c0b 100644 --- a/Sophia/PowerShell 7/Localizations/es-ES/Sophia.psd1 +++ b/Sophia/PowerShell 7/Localizations/es-ES/Sophia.psd1 @@ -1,4 +1,4 @@ -ConvertFrom-StringData -StringData @' +ConvertFrom-StringData -StringData @' UnsupportedOSBitness = El script sólo es compatible con Windows 10 x64 UnsupportedOSBuild = El script es compatible con versión Windows 10 2004/20H2/21H1 y superiores UnsupportedRelease = Nueva versión encontrada diff --git a/Sophia/PowerShell 7/Localizations/fr-FR/Sophia.psd1 b/Sophia/PowerShell 7/Localizations/fr-FR/Sophia.psd1 index 58617263..13db2298 100644 --- a/Sophia/PowerShell 7/Localizations/fr-FR/Sophia.psd1 +++ b/Sophia/PowerShell 7/Localizations/fr-FR/Sophia.psd1 @@ -1,4 +1,4 @@ -ConvertFrom-StringData -StringData @' +ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Le script supporte uniquement Windows 10 x64 UnsupportedOSBuild = Le script supporte les versions Windows 10 2004/20H2/20H1 et ultérieures UnsupportedRelease = Nouvelle version trouvée diff --git a/Sophia/PowerShell 7/Localizations/it-IT/Sophia.psd1 b/Sophia/PowerShell 7/Localizations/it-IT/Sophia.psd1 index fdd47835..1d747a6f 100644 --- a/Sophia/PowerShell 7/Localizations/it-IT/Sophia.psd1 +++ b/Sophia/PowerShell 7/Localizations/it-IT/Sophia.psd1 @@ -1,4 +1,4 @@ -ConvertFrom-StringData -StringData @' +ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Lo script supporta solo Windows 10 x64 UnsupportedOSBuild = Lo script supporta Windows 10, 2004/20H2/21H1 versioni e superiori UnsupportedRelease = Nuova versione trovata diff --git a/Sophia/PowerShell 7/Localizations/pt-BR/Sophia.psd1 b/Sophia/PowerShell 7/Localizations/pt-BR/Sophia.psd1 index dfef59be..70447bb9 100644 --- a/Sophia/PowerShell 7/Localizations/pt-BR/Sophia.psd1 +++ b/Sophia/PowerShell 7/Localizations/pt-BR/Sophia.psd1 @@ -1,4 +1,4 @@ -ConvertFrom-StringData -StringData @' +ConvertFrom-StringData -StringData @' UnsupportedOSBitness = O script suporta somente Windows 10 x64 UnsupportedOSBuild = O script suporta versões Windows 10 2004/20H2/21H1 e superior UnsupportedRelease = Nova versão encontrada diff --git a/Sophia/PowerShell 7/Localizations/tr-TR/Sophia.psd1 b/Sophia/PowerShell 7/Localizations/tr-TR/Sophia.psd1 index 2f56bdb9..847a0e0f 100644 --- a/Sophia/PowerShell 7/Localizations/tr-TR/Sophia.psd1 +++ b/Sophia/PowerShell 7/Localizations/tr-TR/Sophia.psd1 @@ -1,4 +1,4 @@ -ConvertFrom-StringData -StringData @' +ConvertFrom-StringData -StringData @' UnsupportedOSBitness = Bu betik sadece Windows 10 x64 destekliyor UnsupportedOSBuild = Bu betik sadece Windows 10 2004/20H2/21H1 sürüm ve üstünü destekliyor UnsupportedRelease = Yeni sürüm bulundu diff --git a/Sophia/PowerShell 7/Sophia.ps1 b/Sophia/PowerShell 7/Sophia.ps1 index e3452cef..80b34734 100644 --- a/Sophia/PowerShell 7/Sophia.ps1 +++ b/Sophia/PowerShell 7/Sophia.ps1 @@ -1,9 +1,9 @@ -<# +<# .SYNOPSIS Default preset file for "Windows 10 Sophia Script" - Version: v5.10.4 - Date: 07.05.2021 + Version: v5.10.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 v5.10.4 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([char]0x00A9) farag & oz-zo, 2014–2021" +$Host.UI.RawUI.WindowTitle = "Windows 10 Sophia Script v5.10.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/PowerShell 7/Sophia.psd1 b/Sophia/PowerShell 7/Sophia.psd1 index 94478ba9..78744d09 100644 --- a/Sophia/PowerShell 7/Sophia.psd1 +++ b/Sophia/PowerShell 7/Sophia.psd1 @@ -1,6 +1,6 @@ -@{ +@{ RootModule = 'Sophia.psm1' - ModuleVersion = '5.10.4' + ModuleVersion = '5.10.5' GUID = 'aa0b47a7-1770-4b5d-8c9f-cc6c505bcc7a' Author = 'Dmitry "farag" Nefedov' Copyright = '(c) 2014–2021 farag & oZ-Zo. All rights reserved.' diff --git a/Sophia/PowerShell 7/Sophia.psm1 b/Sophia/PowerShell 7/Sophia.psm1 index d98a9613..b7e244b8 100644 --- a/Sophia/PowerShell 7/Sophia.psm1 +++ b/Sophia/PowerShell 7/Sophia.psm1 @@ -2,8 +2,8 @@ .SYNOPSIS "Windows 10 Sophia Script" is a PowerShell module for Windows 10 fine-tuning and automating the routine tasks - Version: v5.10.4 - Date: 07.05.2021 + Version: v5.10.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"> -