Skip to content

Commit

Permalink
bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Jul 6, 2024
1 parent 8ebfb3a commit 971d3ff
Show file tree
Hide file tree
Showing 26 changed files with 87 additions and 87 deletions.
4 changes: 2 additions & 2 deletions Download_Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber)
{
"17763"
{
# Check if Windows 10 is LTSC 2019
# Check for Windows 10 LTSC 2019
if ((Get-ItemPropertyValue -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name ProductName) -match "LTSC 2019")
{
$LatestRelease = (Invoke-RestMethod @Parameters).Sophia_Script_Windows_10_LTSC2019
Expand Down Expand Up @@ -69,7 +69,7 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber)
}
"19044"
{
# Check if Windows 10 is LTSC 2021
# Check for Windows 10 LTSC 2021
if ((Get-ItemPropertyValue -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name ProductName) -match "LTSC 2021")
{
$LatestRelease = (Invoke-RestMethod @Parameters).Sophia_Script_Windows_10_LTSC2021
Expand Down
14 changes: 7 additions & 7 deletions sophia_script_versions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"Sophia_Script_Windows_10_PowerShell_5_1": "5.18.7",
"Sophia_Script_Windows_10_PowerShell_7": "5.18.7",
"Sophia_Script_Windows_10_LTSC2019": "5.8.7",
"Sophia_Script_Windows_10_LTSC2021": "5.18.7",
"Sophia_Script_Windows_11_PowerShell_5_1": "6.6.7",
"Sophia_Script_Windows_11_LTSC2024": "6.6.7",
"Sophia_Script_Windows_11_PowerShell_7": "6.6.7",
"Sophia_Script_Windows_10_PowerShell_5_1": "5.18.8",
"Sophia_Script_Windows_10_PowerShell_7": "5.18.8",
"Sophia_Script_Windows_10_LTSC2019": "5.8.8",
"Sophia_Script_Windows_10_LTSC2021": "5.18.8",
"Sophia_Script_Windows_11_PowerShell_5_1": "6.6.8",
"Sophia_Script_Windows_11_LTSC2024": "6.6.8",
"Sophia_Script_Windows_11_PowerShell_7": "6.6.8",
"Sophia_Script_Wrapper": "2.7.1"
}
8 changes: 4 additions & 4 deletions src/Sophia_Script_for_Windows_10/Functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.SYNOPSIS
The TAB completion for functions and their arguments
Version: v5.18.7
Date: 12.05.2024
Version: v5.18.8
Date: 06.07.2025
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
Copyright (c) 2014—2025 farag, Inestic & lowl1f3
Thanks to all https://forum.ru-board.com members involved
Expand Down Expand Up @@ -49,7 +49,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.18.7 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.18.8 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"

Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force
Expand Down
4 changes: 2 additions & 2 deletions src/Sophia_Script_for_Windows_10/Manifest/Sophia.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.18.7'
ModuleVersion = '5.18.8'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved'
Copyright = '(c) 2014—2025 farag, Inestic & lowl1f3. All rights reserved'
Description = 'Module for Windows fine-tuning and automating the routine tasks'
PowerShellVersion = '5.1'
ProcessorArchitecture = 'AMD64'
Expand Down
6 changes: 3 additions & 3 deletions src/Sophia_Script_for_Windows_10/Module/Sophia.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.SYNOPSIS
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
Version: v5.18.7
Date: 12.05.2024
Version: v5.18.8
Date: 06.07.2025
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
Copyright (c) 2014—2025 farag, Inestic & lowl1f3
Thanks to all https://forum.ru-board.com members involved
Expand Down
8 changes: 4 additions & 4 deletions src/Sophia_Script_for_Windows_10/Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.SYNOPSIS
Default preset file for "Sophia Script for Windows 10"
Version: v5.18.7
Date: 12.05.2024
Version: v5.18.8
Date: 06.07.2025
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
Copyright (c) 2014—2025 farag, Inestic & lowl1f3
Thanks to all https://forum.ru-board.com members involved
Expand Down Expand Up @@ -69,7 +69,7 @@ param

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.18.7 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.18.8 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"

Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-LocalizedData -BindingVariable Global:Localization -BaseDirectory $PSScriptRoot\Localizations -FileName Sophia
Expand Down
8 changes: 4 additions & 4 deletions src/Sophia_Script_for_Windows_10_LTSC_2019/Functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.SYNOPSIS
The TAB completion for functions and their arguments
Version: v5.8.7
Date: 12.05.2024
Version: v5.8.8
Date: 06.07.2025
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
Copyright (c) 2014—2025 farag, Inestic & lowl1f3
Thanks to all https://forum.ru-board.com members involved
Expand Down Expand Up @@ -49,7 +49,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.8.7 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.8.8 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"

Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.8.7'
ModuleVersion = '5.8.8'
GUID = 'a36a65ca-70f9-43df-856c-3048fc5e7f01'
Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved'
Copyright = '(c) 2014—2025 farag, Inestic & lowl1f3. All rights reserved'
Description = 'Module for Windows fine-tuning and automating the routine tasks'
PowerShellVersion = '5.1'
ProcessorArchitecture = 'AMD64'
Expand Down
6 changes: 3 additions & 3 deletions src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.SYNOPSIS
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
Version: v5.8.7
Date: 12.05.2024
Version: v5.8.8
Date: 06.07.2025
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
Copyright (c) 2014—2025 farag, Inestic & lowl1f3
Thanks to all https://forum.ru-board.com members involved
Expand Down
8 changes: 4 additions & 4 deletions src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.SYNOPSIS
Default preset file for "Sophia Script for Windows 10 LTSC 2019"
Version: v5.8.7
Date: 12.05.2024
Version: v5.8.8
Date: 06.07.2025
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
Copyright (c) 2014—2025 farag, Inestic & lowl1f3
Thanks to all https://forum.ru-board.com members involved
Expand Down Expand Up @@ -69,7 +69,7 @@ param

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.8.7 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.8.8 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"

Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-LocalizedData -BindingVariable Global:Localization -BaseDirectory $PSScriptRoot\Localizations -FileName Sophia
Expand Down
8 changes: 4 additions & 4 deletions src/Sophia_Script_for_Windows_10_LTSC_2021/Functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.SYNOPSIS
The TAB completion for functions and their arguments
Version: v5.18.7
Date: 12.05.2024
Version: v5.18.8
Date: 06.07.2025
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
Copyright (c) 2014—2025 farag, Inestic & lowl1f3
Thanks to all https://forum.ru-board.com members involved
Expand Down Expand Up @@ -49,7 +49,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.18.7 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.18.8 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"

Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.18.7'
ModuleVersion = '5.18.8'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved'
Copyright = '(c) 2014—2025 farag, Inestic & lowl1f3. All rights reserved'
Description = 'Module for Windows fine-tuning and automating the routine tasks'
PowerShellVersion = '5.1'
ProcessorArchitecture = 'AMD64'
Expand Down
6 changes: 3 additions & 3 deletions src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.SYNOPSIS
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
Version: v5.18.7
Date: 12.05.2024
Version: v5.18.8
Date: 06.07.2025
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
Copyright (c) 2014—2025 farag, Inestic & lowl1f3
Thanks to all https://forum.ru-board.com members involved
Expand Down
8 changes: 4 additions & 4 deletions src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.SYNOPSIS
Default preset file for "Sophia Script for Windows 10 LTSC 2021"
Version: v5.18.7
Date: 12.05.2024
Version: v5.18.8
Date: 06.07.2025
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
Copyright (c) 2014—2025 farag, Inestic & lowl1f3
Thanks to all https://forum.ru-board.com members involved
Expand Down Expand Up @@ -69,7 +69,7 @@ param

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.18.7 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.18.8 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"

Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-LocalizedData -BindingVariable Global:Localization -BaseDirectory $PSScriptRoot\Localizations -FileName Sophia
Expand Down
8 changes: 4 additions & 4 deletions src/Sophia_Script_for_Windows_10_PowerShell_7/Functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.SYNOPSIS
The TAB completion for functions and their arguments
Version: v5.18.7
Date: 12.05.2024
Version: v5.18.8
Date: 06.07.2025
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
Copyright (c) 2014—2025 farag, Inestic & lowl1f3
Thanks to all https://forum.ru-board.com members involved
Expand Down Expand Up @@ -49,7 +49,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.18.7 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.18.8 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"

Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.18.7'
ModuleVersion = '5.18.8'
GUID = 'aa0b47a7-1770-4b5d-8c9f-cc6c505bcc7a'
Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved'
Copyright = '(c) 2014—2025 farag, Inestic & lowl1f3. All rights reserved'
Description = 'Module for Windows fine-tuning and automating the routine tasks'
PowerShellVersion = '7.3'
ProcessorArchitecture = 'AMD64'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.SYNOPSIS
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks

Version: v5.18.7
Date: 12.05.2024
Version: v5.18.8
Date: 06.07.2025

Copyright (c) 2014—2024 farag, Inestic & lowl1f3
Copyright (c) 2014—2025 farag, Inestic & lowl1f3

Thanks to all https://forum.ru-board.com members involved

Expand Down
8 changes: 4 additions & 4 deletions src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.SYNOPSIS
Default preset file for "Sophia Script for Windows 10 (PowerShell 7)"
Version: v5.18.7
Date: 12.05.2024
Version: v5.18.8
Date: 06.07.2025
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
Copyright (c) 2014—2025 farag, Inestic & lowl1f3
Thanks to all https://forum.ru-board.com members involved
Expand Down Expand Up @@ -69,7 +69,7 @@ param

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.18.7 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.18.8 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"

Remove-Module -Name Sophia -Force -ErrorAction Ignore

Expand Down
8 changes: 4 additions & 4 deletions src/Sophia_Script_for_Windows_11/Functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.SYNOPSIS
The TAB completion for functions and their arguments
Version: v6.6.7
Date: 12.05.2024
Version: v6.6.8
Date: 06.07.2025
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
Copyright (c) 2014—2025 farag, Inestic & lowl1f3
Thanks to all https://forum.ru-board.com members involved
Expand Down Expand Up @@ -49,7 +49,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.6.7 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.6.8 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"

Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force
Expand Down
4 changes: 2 additions & 2 deletions src/Sophia_Script_for_Windows_11/Manifest/Sophia.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '6.6.7'
ModuleVersion = '6.6.8'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved'
Copyright = '(c) 2014—2025 farag, Inestic & lowl1f3. All rights reserved'
Description = 'Module for Windows fine-tuning and automating the routine tasks'
PowerShellVersion = '5.1'
ProcessorArchitecture = 'AMD64'
Expand Down
6 changes: 3 additions & 3 deletions src/Sophia_Script_for_Windows_11/Module/Sophia.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.SYNOPSIS
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks

Version: v6.6.7
Date: 12.05.2024
Version: v6.6.8
Date: 06.07.2025

Copyright (c) 2014—2024 farag, Inestic & lowl1f3
Copyright (c) 2014—2025 farag, Inestic & lowl1f3

Thanks to all https://forum.ru-board.com members involved

Expand Down
8 changes: 4 additions & 4 deletions src/Sophia_Script_for_Windows_11/Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
.SYNOPSIS
Default preset file for "Sophia Script for Windows 11"
Version: v6.6.7
Date: 12.05.2024
Version: v6.6.8
Date: 06.07.2025
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
Copyright (c) 2014—2025 farag, Inestic & lowl1f3
Thanks to all https://forum.ru-board.com members involved
Expand Down Expand Up @@ -68,7 +68,7 @@ param

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.6.7 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.6.8 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2025"

Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-LocalizedData -BindingVariable Global:Localization -BaseDirectory $PSScriptRoot\Localizations -FileName Sophia
Expand Down
Loading

0 comments on commit 971d3ff

Please sign in to comment.