From 0d923ead4a21abc9ca3ea8a7d2516b3a4323be03 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sat, 5 Apr 2025 17:32:54 +0300 Subject: [PATCH] =?UTF-8?q?6.8.4=20=E2=80=94=2005.04.2025?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sophia_script_versions.json | 16 ++++++++-------- src/Sophia_Script_for_Windows_10/Functions.ps1 | 6 +++--- .../Manifest/Sophia.psd1 | 2 +- .../Module/Sophia.psm1 | 4 ++-- src/Sophia_Script_for_Windows_10/Sophia.ps1 | 6 +++--- .../Functions.ps1 | 6 +++--- .../Manifest/Sophia.psd1 | 2 +- .../Module/Sophia.psm1 | 4 ++-- .../Sophia.ps1 | 6 +++--- .../Functions.ps1 | 6 +++--- .../Manifest/Sophia.psd1 | 2 +- .../Module/Sophia.psm1 | 4 ++-- .../Sophia.ps1 | 6 +++--- .../Functions.ps1 | 6 +++--- .../Manifest/Sophia.psd1 | 2 +- .../Module/Sophia.psm1 | 4 ++-- .../Sophia.ps1 | 6 +++--- src/Sophia_Script_for_Windows_11/Functions.ps1 | 6 +++--- .../Manifest/Sophia.psd1 | 2 +- .../Module/Sophia.psm1 | 4 ++-- src/Sophia_Script_for_Windows_11/Sophia.ps1 | 6 +++--- .../Functions.ps1 | 6 +++--- .../Manifest/Sophia.psd1 | 2 +- .../Module/Sophia.psm1 | 4 ++-- .../Sophia.ps1 | 6 +++--- .../Functions.ps1 | 6 +++--- .../Manifest/Sophia.psd1 | 2 +- .../Module/Sophia.psm1 | 4 ++-- .../Sophia.ps1 | 6 +++--- supported_windows_builds.json | 10 +++++----- 30 files changed, 76 insertions(+), 76 deletions(-) diff --git a/sophia_script_versions.json b/sophia_script_versions.json index 9fddfbad..33242d51 100644 --- a/sophia_script_versions.json +++ b/sophia_script_versions.json @@ -1,10 +1,10 @@ { - "Sophia_Script_Windows_10_PowerShell_5_1": "5.20.3", - "Sophia_Script_Windows_10_PowerShell_7": "5.20.3", - "Sophia_Script_Windows_10_LTSC2019": "5.10.3", - "Sophia_Script_Windows_10_LTSC2021": "5.20.3", - "Sophia_Script_Windows_11_PowerShell_5_1": "6.8.3", - "Sophia_Script_Windows_11_LTSC2024": "6.8.3", - "Sophia_Script_Windows_11_PowerShell_7": "6.8.3", - "Sophia_Script_Wrapper": "2.7.11" + "Sophia_Script_Windows_10_PowerShell_5_1": "5.20.4", + "Sophia_Script_Windows_10_PowerShell_7": "5.20.4", + "Sophia_Script_Windows_10_LTSC2019": "5.10.4", + "Sophia_Script_Windows_10_LTSC2021": "5.20.4", + "Sophia_Script_Windows_11_PowerShell_5_1": "6.8.4", + "Sophia_Script_Windows_11_LTSC2024": "6.8.4", + "Sophia_Script_Windows_11_PowerShell_7": "6.8.4", + "Sophia_Script_Wrapper": "2.7.13" } diff --git a/src/Sophia_Script_for_Windows_10/Functions.ps1 b/src/Sophia_Script_for_Windows_10/Functions.ps1 index 87244483..18e87d4f 100644 --- a/src/Sophia_Script_for_Windows_10/Functions.ps1 +++ b/src/Sophia_Script_for_Windows_10/Functions.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS The TAB completion for functions and their arguments - Version: 5.20.3 - Date: 06.02.2025 + Version: 5.20.4 + Date: 05.04.2025 Copyright (c) 2014—2025 Team Sophia @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_10/Manifest/Sophia.psd1 b/src/Sophia_Script_for_Windows_10/Manifest/Sophia.psd1 index a609a57a..24c4635b 100644 --- a/src/Sophia_Script_for_Windows_10/Manifest/Sophia.psd1 +++ b/src/Sophia_Script_for_Windows_10/Manifest/Sophia.psd1 @@ -1,6 +1,6 @@ @{ RootModule = '..\Module\Sophia.psm1' - ModuleVersion = '5.20.3' + ModuleVersion = '5.20.4' GUID = '109cc881-c42b-45af-a74a-550781989d6a' Author = 'Team Sophia' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' diff --git a/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 index c2b3dc89..5f156638 100644 --- a/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 @@ -3,10 +3,10 @@ Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks .VERSION - 5.20.3 + 5.20.4 .DATE - 06.02.2025 + 05.04.2025 .AUTHOR Team Sophia diff --git a/src/Sophia_Script_for_Windows_10/Sophia.ps1 b/src/Sophia_Script_for_Windows_10/Sophia.ps1 index e31b723a..aa68bdf7 100644 --- a/src/Sophia_Script_for_Windows_10/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_10/Sophia.ps1 @@ -3,10 +3,10 @@ Default preset file for "Sophia Script for Windows 10" .VERSION - 5.20.3 + 5.20.4 .DATE - 06.02.2025 + 05.04.2025 .COPYRIGHT (c) 2014—2025 Team Sophia @@ -77,7 +77,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2019/Functions.ps1 b/src/Sophia_Script_for_Windows_10_LTSC_2019/Functions.ps1 index 56c672ed..963b2943 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2019/Functions.ps1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2019/Functions.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS The TAB completion for functions and their arguments - Version: 5.10.3 - Date: 06.02.2025 + Version: 5.10.4 + Date: 05.04.2025 Copyright (c) 2014—2025 Team Sophia @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/Sophia.psd1 b/src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/Sophia.psd1 index a3383b89..cadabba3 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/Sophia.psd1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/Sophia.psd1 @@ -1,6 +1,6 @@ @{ RootModule = '..\Module\Sophia.psm1' - ModuleVersion = '5.10.3' + ModuleVersion = '5.10.4' GUID = 'a36a65ca-70f9-43df-856c-3048fc5e7f01' Author = 'Team Sophia' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 index 216ec67e..a483eefb 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1 @@ -3,10 +3,10 @@ Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks .VERSION - 5.10.3 + 5.10.4 .DATE - 06.02.2025 + 05.04.2025 .AUTHOR Team Sophia diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1 b/src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1 index 8835c905..bf72a3b4 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1 @@ -3,10 +3,10 @@ Default preset file for "Sophia Script for Windows 10 LTSC 2019" .VERSION - 5.10.3 + 5.10.4 .DATE - 06.02.2025 + 05.04.2025 .COPYRIGHT (c) 2014—2025 Team Sophia @@ -75,7 +75,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2021/Functions.ps1 b/src/Sophia_Script_for_Windows_10_LTSC_2021/Functions.ps1 index 540d01f9..13fd8849 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2021/Functions.ps1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2021/Functions.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS The TAB completion for functions and their arguments - Version: 5.20.3 - Date: 06.02.2025 + Version: 5.20.4 + Date: 05.04.2025 Copyright (c) 2014—2025 Team Sophia @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/Sophia.psd1 b/src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/Sophia.psd1 index a609a57a..24c4635b 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/Sophia.psd1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/Sophia.psd1 @@ -1,6 +1,6 @@ @{ RootModule = '..\Module\Sophia.psm1' - ModuleVersion = '5.20.3' + ModuleVersion = '5.20.4' GUID = '109cc881-c42b-45af-a74a-550781989d6a' Author = 'Team Sophia' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 index dfe3c2d9..e4ca61ba 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1 @@ -3,10 +3,10 @@ Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks .VERSION - 5.20.3 + 5.20.4 .DATE - 06.02.2025 + 05.04.2025 .AUTHOR Team Sophia diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1 b/src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1 index ea02d4aa..9258a064 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1 @@ -3,10 +3,10 @@ Default preset file for "Sophia Script for Windows 10 LTSC 2021" .VERSION - 5.20.3 + 5.20.4 .DATE - 06.02.2025 + 05.04.2025 .COPYRIGHT (c) 2014—2025 Team Sophia @@ -75,7 +75,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_10_PowerShell_7/Functions.ps1 b/src/Sophia_Script_for_Windows_10_PowerShell_7/Functions.ps1 index 0ad4237a..f8754a25 100644 --- a/src/Sophia_Script_for_Windows_10_PowerShell_7/Functions.ps1 +++ b/src/Sophia_Script_for_Windows_10_PowerShell_7/Functions.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS The TAB completion for functions and their arguments - Version: 5.20.3 - Date: 06.02.2025 + Version: 5.20.4 + Date: 05.04.2025 Copyright (c) 2014—2025 Team Sophia @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.3 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.4 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/Sophia.psd1 b/src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/Sophia.psd1 index b58c8842..f77965f7 100644 --- a/src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/Sophia.psd1 +++ b/src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/Sophia.psd1 @@ -1,6 +1,6 @@ @{ RootModule = '..\Module\Sophia.psm1' - ModuleVersion = '5.20.3' + ModuleVersion = '5.20.4' GUID = 'aa0b47a7-1770-4b5d-8c9f-cc6c505bcc7a' Author = 'Team Sophia' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' diff --git a/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 index c11b7079..3ca83cee 100644 --- a/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 @@ -3,10 +3,10 @@ Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks .VERSION - 5.20.3 + 5.20.4 .DATE - 06.02.2025 + 05.04.2025 .AUTHOR Team Sophia diff --git a/src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1 b/src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1 index 43da8942..13198104 100644 --- a/src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1 @@ -3,10 +3,10 @@ Default preset file for "Sophia Script for Windows 10 (PowerShell 7)" .VERSION - 5.20.3 + 5.20.4 .DATE - 06.02.2025 + 05.04.2025 .COPYRIGHT (c) 2014—2025 Team Sophia @@ -77,7 +77,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.3 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.4 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_11/Functions.ps1 b/src/Sophia_Script_for_Windows_11/Functions.ps1 index c7148b37..4b029701 100644 --- a/src/Sophia_Script_for_Windows_11/Functions.ps1 +++ b/src/Sophia_Script_for_Windows_11/Functions.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS The TAB completion for functions and their arguments - Version: 6.8.3 - Date: 06.02.2025 + Version: 6.8.4 + Date: 05.04.2025 Copyright (c) 2014—2025 Team Sophia @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_11/Manifest/Sophia.psd1 b/src/Sophia_Script_for_Windows_11/Manifest/Sophia.psd1 index dacf68b8..14de73eb 100644 --- a/src/Sophia_Script_for_Windows_11/Manifest/Sophia.psd1 +++ b/src/Sophia_Script_for_Windows_11/Manifest/Sophia.psd1 @@ -1,6 +1,6 @@ @{ RootModule = '..\Module\Sophia.psm1' - ModuleVersion = '6.8.3' + ModuleVersion = '6.8.4' GUID = '109cc881-c42b-45af-a74a-550781989d6a' Author = 'Team Sophia' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' diff --git a/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 index 3447798d..f545ff01 100644 --- a/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_11/Module/Sophia.psm1 @@ -3,10 +3,10 @@ Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks .VERSION - 6.8.3 + 6.8.4 .DATE - 06.02.2025 + 05.04.2025 .AUTHOR Team Sophia diff --git a/src/Sophia_Script_for_Windows_11/Sophia.ps1 b/src/Sophia_Script_for_Windows_11/Sophia.ps1 index 00c8d120..cf25005c 100644 --- a/src/Sophia_Script_for_Windows_11/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_11/Sophia.ps1 @@ -3,10 +3,10 @@ Default preset file for "Sophia Script for Windows 11" .VERSION - 6.8.3 + 6.8.4 .DATE - 06.02.2025 + 05.04.2025 .COPYRIGHT (c) 2014—2025 Team Sophia @@ -73,7 +73,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_11_LTSC_2024/Functions.ps1 b/src/Sophia_Script_for_Windows_11_LTSC_2024/Functions.ps1 index 65be44d0..d48efef5 100644 --- a/src/Sophia_Script_for_Windows_11_LTSC_2024/Functions.ps1 +++ b/src/Sophia_Script_for_Windows_11_LTSC_2024/Functions.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS The TAB completion for functions and their arguments - Version: 6.8.3 - Date: 06.02.2025 + Version: 6.8.4 + Date: 05.04.2025 Copyright (c) 2014—2025 Team Sophia @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/Sophia.psd1 b/src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/Sophia.psd1 index dacf68b8..14de73eb 100644 --- a/src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/Sophia.psd1 +++ b/src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/Sophia.psd1 @@ -1,6 +1,6 @@ @{ RootModule = '..\Module\Sophia.psm1' - ModuleVersion = '6.8.3' + ModuleVersion = '6.8.4' GUID = '109cc881-c42b-45af-a74a-550781989d6a' Author = 'Team Sophia' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' diff --git a/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 index ffe10fe2..419002ee 100644 --- a/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1 @@ -3,10 +3,10 @@ Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks .VERSION - 6.8.3 + 6.8.4 .DATE - 06.02.2025 + 05.04.2025 .AUTHOR Team Sophia diff --git a/src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1 b/src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1 index d2379597..11340267 100644 --- a/src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1 @@ -3,10 +3,10 @@ Default preset file for "Sophia Script for Windows 11 LTSC 2024" .VERSION - 6.8.3 + 6.8.4 .DATE - 06.02.2025 + 05.04.2025 .COPYRIGHT (c) 2014—2025 Team Sophia @@ -74,7 +74,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 LTSC 2024 v6.8.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 LTSC 2024 v6.8.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/src/Sophia_Script_for_Windows_11_PowerShell_7/Functions.ps1 b/src/Sophia_Script_for_Windows_11_PowerShell_7/Functions.ps1 index 422e4169..4d78309a 100644 --- a/src/Sophia_Script_for_Windows_11_PowerShell_7/Functions.ps1 +++ b/src/Sophia_Script_for_Windows_11_PowerShell_7/Functions.ps1 @@ -2,8 +2,8 @@ .SYNOPSIS The TAB completion for functions and their arguments - Version: 6.8.3 - Date: 06.02.2025 + Version: 6.8.4 + Date: 05.04.2025 Copyright (c) 2014—2025 Team Sophia @@ -49,7 +49,7 @@ function Sophia Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" Remove-Module -Name Sophia -Force -ErrorAction Ignore Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force diff --git a/src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/Sophia.psd1 b/src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/Sophia.psd1 index e9555243..ab25bc81 100644 --- a/src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/Sophia.psd1 +++ b/src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/Sophia.psd1 @@ -1,6 +1,6 @@ @{ RootModule = '..\Module\Sophia.psm1' - ModuleVersion = '6.8.3' + ModuleVersion = '6.8.4' GUID = '109cc881-c42b-45af-a74a-550781989d6a' Author = 'Team Sophia' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' diff --git a/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 index 69055efb..ada1df3e 100644 --- a/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1 @@ -3,10 +3,10 @@ Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks .VERSION - 6.8.3 + 6.8.4 .DATE - 06.02.2025 + 05.04.2025 .AUTHOR Team Sophia diff --git a/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 b/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 index bb5d97bc..f42a90ef 100644 --- a/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 @@ -3,10 +3,10 @@ Default preset file for "Sophia Script for Windows 11 (PowerShell 7)" .VERSION - 6.8.3 + 6.8.4 .DATE - 06.02.2025 + 05.04.2025 .COPYRIGHT (c) 2014—2025 Team Sophia @@ -76,7 +76,7 @@ param Clear-Host -$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.3 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" +$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.4 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025" # Checking whether all files were expanded before running $ScriptFiles = @( diff --git a/supported_windows_builds.json b/supported_windows_builds.json index 4ca5dbf3..799751f9 100644 --- a/supported_windows_builds.json +++ b/supported_windows_builds.json @@ -1,12 +1,12 @@ { "Windows_10_URL": "https://support.microsoft.com/en-us/topic/windows-10-update-history-8127c2c6-6edf-4fdf-8b9f-0f7be1ef3562", - "Windows_10": "5487", + "Windows_10": "5608", "Windows_10_LTSC_2019_URL": "https://support.microsoft.com/en-us/topic/windows-10-and-windows-server-2019-update-history-725fc2e1-4443-6831-a5ca-51ff5cbcb059", - "Windows_10_LTSC_2019": "6893", + "Windows_10_LTSC_2019": "700", "Windows_10_LTSC_2021_URL": "https://support.microsoft.com/en-us/topic/windows-10-update-history-857b8ccb-71e4-49e5-b3f6-7073197d98fb", - "Windows_10_LTSC_2021": "5487", + "Windows_10_LTSC_2021": "5608", "Windows_11_URL": "https://support.microsoft.com/en-us/topic/windows-11-version-24h2-update-history-0929c747-1815-4543-8461-0160d16f15e5", - "Windows_11": "3194", + "Windows_11": "3476", "Windows_11_LTSC_2024_URL": "https://support.microsoft.com/en-us/topic/windows-11-version-24h2-update-history-0929c747-1815-4543-8461-0160d16f15e5", - "Windows_11_LTSC_2024": "3194" + "Windows_11_LTSC_2024": "3476" }