Browse Source

6.8.5 — 18.04.2025

pull/625/head
Dmitry Nefedov 1 month ago
parent
commit
95cc6a7de4
  1. 2
      chocolatey/sophia.nuspec
  2. 14
      sophia_script_versions.json
  3. 6
      src/Sophia_Script_for_Windows_10/Import-TabCompletion.ps1
  4. 2
      src/Sophia_Script_for_Windows_10/Manifest/SophiaScript.psd1
  5. 4
      src/Sophia_Script_for_Windows_10/Module/Sophia.psm1
  6. 6
      src/Sophia_Script_for_Windows_10/Sophia.ps1
  7. 6
      src/Sophia_Script_for_Windows_10_LTSC_2019/Import-TabCompletion.ps1
  8. 2
      src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/SophiaScript.psd1
  9. 4
      src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1
  10. 6
      src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1
  11. 6
      src/Sophia_Script_for_Windows_10_LTSC_2021/Import-TabCompletion.ps1
  12. 2
      src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/SophiaScript.psd1
  13. 4
      src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1
  14. 6
      src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1
  15. 6
      src/Sophia_Script_for_Windows_10_PowerShell_7/Import-TabCompletion.ps1
  16. 2
      src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/SophiaScript.psd1
  17. 4
      src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1
  18. 6
      src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1
  19. 6
      src/Sophia_Script_for_Windows_11/Import-TabCompletion.ps1
  20. 2
      src/Sophia_Script_for_Windows_11/Manifest/SophiaScript.psd1
  21. 4
      src/Sophia_Script_for_Windows_11/Module/Sophia.psm1
  22. 6
      src/Sophia_Script_for_Windows_11/Sophia.ps1
  23. 6
      src/Sophia_Script_for_Windows_11_LTSC_2024/Import-TabCompletion.ps1
  24. 2
      src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/SophiaScript.psd1
  25. 4
      src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1
  26. 6
      src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1
  27. 6
      src/Sophia_Script_for_Windows_11_PowerShell_7/Import-TabCompletion.ps1
  28. 2
      src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/SophiaScript.psd1
  29. 4
      src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1
  30. 6
      src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1

2
chocolatey/sophia.nuspec

@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata> <metadata>
<id>sophia</id> <id>sophia</id>
<version>6.8.4.2</version> <version>6.8.5</version>
<packageSourceUrl>https://github.com/farag2/Sophia-Script-for-Windows/tree/master/chocolatey</packageSourceUrl> <packageSourceUrl>https://github.com/farag2/Sophia-Script-for-Windows/tree/master/chocolatey</packageSourceUrl>
<owners>Team Sophia</owners> <owners>Team Sophia</owners>
<title>Sophia Script for Windows</title> <title>Sophia Script for Windows</title>

14
sophia_script_versions.json

@ -1,10 +1,10 @@
{ {
"Sophia_Script_Windows_10_PowerShell_5_1": "5.20.4", "Sophia_Script_Windows_10_PowerShell_5_1": "5.20.5",
"Sophia_Script_Windows_10_PowerShell_7": "5.20.4", "Sophia_Script_Windows_10_PowerShell_7": "5.20.5",
"Sophia_Script_Windows_10_LTSC2019": "5.10.4", "Sophia_Script_Windows_10_LTSC2019": "5.10.5",
"Sophia_Script_Windows_10_LTSC2021": "5.20.4", "Sophia_Script_Windows_10_LTSC2021": "5.20.5",
"Sophia_Script_Windows_11_PowerShell_5_1": "6.8.4", "Sophia_Script_Windows_11_PowerShell_5_1": "6.8.5",
"Sophia_Script_Windows_11_LTSC2024": "6.8.4", "Sophia_Script_Windows_11_LTSC2024": "6.8.5",
"Sophia_Script_Windows_11_PowerShell_7": "6.8.4", "Sophia_Script_Windows_11_PowerShell_7": "6.8.5",
"Sophia_Script_Wrapper": "2.7.13" "Sophia_Script_Wrapper": "2.7.13"
} }

6
src/Sophia_Script_for_Windows_10/Import-TabCompletion.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
Enable tab completion to invoke for functions if you do not know function name Enable tab completion to invoke for functions if you do not know function name
Version: 5.20.4 Version: 5.20.5
Date: 05.04.2025 Date: 18.04.2025
Copyright (c) 20142025 Team Sophia Copyright (c) 20142025 Team Sophia
@ -49,7 +49,7 @@ function Sophia
Clear-Host Clear-Host
$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" $Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025"
Remove-Module -Name SophiaScript -Force -ErrorAction Ignore Remove-Module -Name SophiaScript -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force

2
src/Sophia_Script_for_Windows_10/Manifest/SophiaScript.psd1

@ -1,6 +1,6 @@
@{ @{
RootModule = '..\Module\Sophia.psm1' RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.20.4' ModuleVersion = '5.20.5'
GUID = '109cc881-c42b-45af-a74a-550781989d6a' GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia' Author = 'Team Sophia'
Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved'

4
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 Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
.VERSION .VERSION
5.20.4 5.20.5
.DATE .DATE
05.04.2025 18.04.2025
.AUTHOR .AUTHOR
Team Sophia Team Sophia

6
src/Sophia_Script_for_Windows_10/Sophia.ps1

@ -3,10 +3,10 @@
Default preset file for "Sophia Script for Windows 10" Default preset file for "Sophia Script for Windows 10"
.VERSION .VERSION
5.20.4 5.20.5
.DATE .DATE
05.04.2025 18.04.2025
.COPYRIGHT .COPYRIGHT
(c) 20142025 Team Sophia (c) 20142025 Team Sophia
@ -77,7 +77,7 @@ param
Clear-Host Clear-Host
$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" $Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.5 | 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 # Checking whether all files were expanded before running
$ScriptFiles = @( $ScriptFiles = @(

6
src/Sophia_Script_for_Windows_10_LTSC_2019/Import-TabCompletion.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
Enable tab completion to invoke for functions if you do not know function name Enable tab completion to invoke for functions if you do not know function name
Version: 5.10.4 Version: 5.10.5
Date: 05.04.2025 Date: 18.04.2025
Copyright (c) 20142025 Team Sophia Copyright (c) 20142025 Team Sophia
@ -49,7 +49,7 @@ function Sophia
Clear-Host Clear-Host
$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" $Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025"
Remove-Module -Name SophiaScript -Force -ErrorAction Ignore Remove-Module -Name SophiaScript -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force

2
src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/SophiaScript.psd1

@ -1,6 +1,6 @@
@{ @{
RootModule = '..\Module\Sophia.psm1' RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.10.4' ModuleVersion = '5.10.5'
GUID = 'a36a65ca-70f9-43df-856c-3048fc5e7f01' GUID = 'a36a65ca-70f9-43df-856c-3048fc5e7f01'
Author = 'Team Sophia' Author = 'Team Sophia'
Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved'

4
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 Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
.VERSION .VERSION
5.10.4 5.10.5
.DATE .DATE
05.04.2025 18.04.2025
.AUTHOR .AUTHOR
Team Sophia Team Sophia

6
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" Default preset file for "Sophia Script for Windows 10 LTSC 2019"
.VERSION .VERSION
5.10.4 5.10.5
.DATE .DATE
05.04.2025 18.04.2025
.COPYRIGHT .COPYRIGHT
(c) 20142025 Team Sophia (c) 20142025 Team Sophia
@ -75,7 +75,7 @@ param
Clear-Host Clear-Host
$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" $Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.5 | 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 # Checking whether all files were expanded before running
$ScriptFiles = @( $ScriptFiles = @(

6
src/Sophia_Script_for_Windows_10_LTSC_2021/Import-TabCompletion.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
Enable tab completion to invoke for functions if you do not know function name Enable tab completion to invoke for functions if you do not know function name
Version: 5.20.4 Version: 5.20.5
Date: 05.04.2025 Date: 18.04.2025
Copyright (c) 20142025 Team Sophia Copyright (c) 20142025 Team Sophia
@ -49,7 +49,7 @@ function Sophia
Clear-Host Clear-Host
$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" $Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025"
Remove-Module -Name SophiaScript -Force -ErrorAction Ignore Remove-Module -Name SophiaScript -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force

2
src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/SophiaScript.psd1

@ -1,6 +1,6 @@
@{ @{
RootModule = '..\Module\Sophia.psm1' RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.20.4' ModuleVersion = '5.20.5'
GUID = '109cc881-c42b-45af-a74a-550781989d6a' GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia' Author = 'Team Sophia'
Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved'

4
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 Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
.VERSION .VERSION
5.20.4 5.20.5
.DATE .DATE
05.04.2025 18.04.2025
.AUTHOR .AUTHOR
Team Sophia Team Sophia

6
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" Default preset file for "Sophia Script for Windows 10 LTSC 2021"
.VERSION .VERSION
5.20.4 5.20.5
.DATE .DATE
05.04.2025 18.04.2025
.COPYRIGHT .COPYRIGHT
(c) 20142025 Team Sophia (c) 20142025 Team Sophia
@ -75,7 +75,7 @@ param
Clear-Host Clear-Host
$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" $Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.5 | 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 # Checking whether all files were expanded before running
$ScriptFiles = @( $ScriptFiles = @(

6
src/Sophia_Script_for_Windows_10_PowerShell_7/Import-TabCompletion.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
Enable tab completion to invoke for functions if you do not know function name Enable tab completion to invoke for functions if you do not know function name
Version: 5.20.4 Version: 5.20.5
Date: 05.04.2025 Date: 18.04.2025
Copyright (c) 20142025 Team Sophia Copyright (c) 20142025 Team Sophia
@ -49,7 +49,7 @@ function Sophia
Clear-Host Clear-Host
$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" $Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.5 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025"
Remove-Module -Name SophiaScript -Force -ErrorAction Ignore Remove-Module -Name SophiaScript -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force

2
src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/SophiaScript.psd1

@ -1,6 +1,6 @@
@{ @{
RootModule = '..\Module\Sophia.psm1' RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.20.4' ModuleVersion = '5.20.5'
GUID = 'aa0b47a7-1770-4b5d-8c9f-cc6c505bcc7a' GUID = 'aa0b47a7-1770-4b5d-8c9f-cc6c505bcc7a'
Author = 'Team Sophia' Author = 'Team Sophia'
Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved'

4
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 Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
.VERSION .VERSION
5.20.4 5.20.5
.DATE .DATE
05.04.2025 18.04.2025
.AUTHOR .AUTHOR
Team Sophia Team Sophia

6
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)" Default preset file for "Sophia Script for Windows 10 (PowerShell 7)"
.VERSION .VERSION
5.20.4 5.20.5
.DATE .DATE
05.04.2025 18.04.2025
.COPYRIGHT .COPYRIGHT
(c) 20142025 Team Sophia (c) 20142025 Team Sophia
@ -77,7 +77,7 @@ param
Clear-Host Clear-Host
$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" $Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.5 (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 # Checking whether all files were expanded before running
$ScriptFiles = @( $ScriptFiles = @(

6
src/Sophia_Script_for_Windows_11/Import-TabCompletion.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
Enable tab completion to invoke for functions if you do not know function name Enable tab completion to invoke for functions if you do not know function name
Version: 6.8.4 Version: 6.8.5
Date: 05.04.2025 Date: 18.04.2025
Copyright (c) 20142025 Team Sophia Copyright (c) 20142025 Team Sophia
@ -49,7 +49,7 @@ function Sophia
Clear-Host Clear-Host
$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" $Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025"
Remove-Module -Name SophiaScript -Force -ErrorAction Ignore Remove-Module -Name SophiaScript -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force

2
src/Sophia_Script_for_Windows_11/Manifest/SophiaScript.psd1

@ -1,6 +1,6 @@
@{ @{
RootModule = '..\Module\Sophia.psm1' RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '6.8.4' ModuleVersion = '6.8.5'
GUID = '109cc881-c42b-45af-a74a-550781989d6a' GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia' Author = 'Team Sophia'
Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved'

4
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 Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
.VERSION .VERSION
6.8.4 6.8.5
.DATE .DATE
05.04.2025 18.04.2025
.AUTHOR .AUTHOR
Team Sophia Team Sophia

6
src/Sophia_Script_for_Windows_11/Sophia.ps1

@ -3,10 +3,10 @@
Default preset file for "Sophia Script for Windows 11" Default preset file for "Sophia Script for Windows 11"
.VERSION .VERSION
6.8.4 6.8.5
.DATE .DATE
05.04.2025 18.04.2025
.COPYRIGHT .COPYRIGHT
(c) 20142025 Team Sophia (c) 20142025 Team Sophia
@ -73,7 +73,7 @@ param
Clear-Host Clear-Host
$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" $Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.5 | 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 # Checking whether all files were expanded before running
$ScriptFiles = @( $ScriptFiles = @(

6
src/Sophia_Script_for_Windows_11_LTSC_2024/Import-TabCompletion.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
Enable tab completion to invoke for functions if you do not know function name Enable tab completion to invoke for functions if you do not know function name
Version: 6.8.4 Version: 6.8.5
Date: 05.04.2025 Date: 18.04.2025
Copyright (c) 20142025 Team Sophia Copyright (c) 20142025 Team Sophia
@ -49,7 +49,7 @@ function Sophia
Clear-Host Clear-Host
$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" $Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025"
Remove-Module -Name SophiaScript -Force -ErrorAction Ignore Remove-Module -Name SophiaScript -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force

2
src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/SophiaScript.psd1

@ -1,6 +1,6 @@
@{ @{
RootModule = '..\Module\Sophia.psm1' RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '6.8.4' ModuleVersion = '6.8.5'
GUID = '109cc881-c42b-45af-a74a-550781989d6a' GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia' Author = 'Team Sophia'
Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved'

4
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 Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
.VERSION .VERSION
6.8.4 6.8.5
.DATE .DATE
05.04.2025 18.04.2025
.AUTHOR .AUTHOR
Team Sophia Team Sophia

6
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" Default preset file for "Sophia Script for Windows 11 LTSC 2024"
.VERSION .VERSION
6.8.4 6.8.5
.DATE .DATE
05.04.2025 18.04.2025
.COPYRIGHT .COPYRIGHT
(c) 20142025 Team Sophia (c) 20142025 Team Sophia
@ -74,7 +74,7 @@ param
Clear-Host Clear-Host
$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" $Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 LTSC 2024 v6.8.5 | 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 # Checking whether all files were expanded before running
$ScriptFiles = @( $ScriptFiles = @(

6
src/Sophia_Script_for_Windows_11_PowerShell_7/Import-TabCompletion.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
Enable tab completion to invoke for functions if you do not know function name Enable tab completion to invoke for functions if you do not know function name
Version: 6.8.4 Version: 6.8.5
Date: 05.04.2025 Date: 18.04.2025
Copyright (c) 20142025 Team Sophia Copyright (c) 20142025 Team Sophia
@ -49,7 +49,7 @@ function Sophia
Clear-Host Clear-Host
$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" $Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.5 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2025"
Remove-Module -Name SophiaScript -Force -ErrorAction Ignore Remove-Module -Name SophiaScript -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force

2
src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/SophiaScript.psd1

@ -1,6 +1,6 @@
@{ @{
RootModule = '..\Module\Sophia.psm1' RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '6.8.4' ModuleVersion = '6.8.5'
GUID = '109cc881-c42b-45af-a74a-550781989d6a' GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia' Author = 'Team Sophia'
Copyright = '(c) 2014—2025 Team Sophia. All rights reserved' Copyright = '(c) 2014—2025 Team Sophia. All rights reserved'

4
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 Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
.VERSION .VERSION
6.8.4 6.8.5
.DATE .DATE
05.04.2025 18.04.2025
.AUTHOR .AUTHOR
Team Sophia Team Sophia

6
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)" Default preset file for "Sophia Script for Windows 11 (PowerShell 7)"
.VERSION .VERSION
6.8.4 6.8.5
.DATE .DATE
05.04.2025 18.04.2025
.COPYRIGHT .COPYRIGHT
(c) 20142025 Team Sophia (c) 20142025 Team Sophia
@ -76,7 +76,7 @@ param
Clear-Host Clear-Host
$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" $Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.5 (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 # Checking whether all files were expanded before running
$ScriptFiles = @( $ScriptFiles = @(

Loading…
Cancel
Save