Browse Source

6.8.7 — 22.06.2025

master 6.8.7
Dmitry Nefedov 5 days ago
parent
commit
254fd5aa2e
  1. 16
      sophia_script_versions.json
  2. 6
      src/Sophia_Script_for_Windows_10/Import-TabCompletion.ps1
  3. 2
      src/Sophia_Script_for_Windows_10/Manifest/SophiaScript.psd1
  4. 4
      src/Sophia_Script_for_Windows_10/Module/Sophia.psm1
  5. 6
      src/Sophia_Script_for_Windows_10/Sophia.ps1
  6. 6
      src/Sophia_Script_for_Windows_10_LTSC_2019/Import-TabCompletion.ps1
  7. 2
      src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/SophiaScript.psd1
  8. 4
      src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1
  9. 6
      src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1
  10. 6
      src/Sophia_Script_for_Windows_10_LTSC_2021/Import-TabCompletion.ps1
  11. 2
      src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/SophiaScript.psd1
  12. 4
      src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1
  13. 6
      src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1
  14. 6
      src/Sophia_Script_for_Windows_10_PowerShell_7/Import-TabCompletion.ps1
  15. 2
      src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/SophiaScript.psd1
  16. 4
      src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1
  17. 6
      src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1
  18. 6
      src/Sophia_Script_for_Windows_11/Import-TabCompletion.ps1
  19. 2
      src/Sophia_Script_for_Windows_11/Manifest/SophiaScript.psd1
  20. 6
      src/Sophia_Script_for_Windows_11/Module/Sophia.psm1
  21. 6
      src/Sophia_Script_for_Windows_11/Sophia.ps1
  22. 6
      src/Sophia_Script_for_Windows_11_LTSC_2024/Import-TabCompletion.ps1
  23. 2
      src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/SophiaScript.psd1
  24. 4
      src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1
  25. 6
      src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1
  26. 6
      src/Sophia_Script_for_Windows_11_PowerShell_7/Import-TabCompletion.ps1
  27. 2
      src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/SophiaScript.psd1
  28. 4
      src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1
  29. 6
      src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1

16
sophia_script_versions.json

@ -1,10 +1,10 @@
{
"Sophia_Script_Windows_10_PowerShell_5_1": "5.20.6",
"Sophia_Script_Windows_10_PowerShell_7": "5.20.6",
"Sophia_Script_Windows_10_LTSC2019": "5.10.6",
"Sophia_Script_Windows_10_LTSC2021": "5.20.6",
"Sophia_Script_Windows_11_PowerShell_5_1": "6.8.6",
"Sophia_Script_Windows_11_LTSC2024": "6.8.6",
"Sophia_Script_Windows_11_PowerShell_7": "6.8.6",
"Sophia_Script_Wrapper": "2.7.16"
"Sophia_Script_Windows_10_PowerShell_5_1": "5.20.7",
"Sophia_Script_Windows_10_PowerShell_7": "5.20.7",
"Sophia_Script_Windows_10_LTSC2019": "5.10.7",
"Sophia_Script_Windows_10_LTSC2021": "5.20.7",
"Sophia_Script_Windows_11_PowerShell_5_1": "6.8.7",
"Sophia_Script_Windows_11_LTSC2024": "6.8.7",
"Sophia_Script_Windows_11_PowerShell_7": "6.8.7",
"Sophia_Script_Wrapper": "2.8.1"
}

6
src/Sophia_Script_for_Windows_10/Import-TabCompletion.ps1

@ -2,8 +2,8 @@
.SYNOPSIS
Enable tab completion to invoke for functions if you do not know function name
Version: 5.20.6
Date: 09.05.2025
Version: 5.20.7
Date: 22.06.2025
Copyright (c) 20142025 Team Sophia
@ -49,7 +49,7 @@ function Sophia
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.6 | 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.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
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'
ModuleVersion = '5.20.6'
ModuleVersion = '5.20.7'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia'
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
.VERSION
5.20.6
5.20.7
.DATE
09.05.2025
22.06.2025
.AUTHOR
Team Sophia

6
src/Sophia_Script_for_Windows_10/Sophia.ps1

@ -3,10 +3,10 @@
Default preset file for "Sophia Script for Windows 10"
.VERSION
5.20.6
5.20.7
.DATE
09.05.2025
22.06.2025
.COPYRIGHT
(c) 20142025 Team Sophia
@ -77,7 +77,7 @@ param
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.6 | 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.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 = @(

6
src/Sophia_Script_for_Windows_10_LTSC_2019/Import-TabCompletion.ps1

@ -2,8 +2,8 @@
.SYNOPSIS
Enable tab completion to invoke for functions if you do not know function name
Version: 5.10.6
Date: 09.05.2025
Version: 5.10.7
Date: 22.06.2025
Copyright (c) 20142025 Team Sophia
@ -49,7 +49,7 @@ function Sophia
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.6 | 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.7 | 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
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'
ModuleVersion = '5.10.6'
ModuleVersion = '5.10.7'
GUID = 'a36a65ca-70f9-43df-856c-3048fc5e7f01'
Author = 'Team Sophia'
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
.VERSION
5.10.6
5.10.7
.DATE
09.05.2025
22.06.2025
.AUTHOR
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"
.VERSION
5.10.6
5.10.7
.DATE
09.05.2025
22.06.2025
.COPYRIGHT
(c) 20142025 Team Sophia
@ -75,7 +75,7 @@ param
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.10.6 | 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.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 = @(

6
src/Sophia_Script_for_Windows_10_LTSC_2021/Import-TabCompletion.ps1

@ -2,8 +2,8 @@
.SYNOPSIS
Enable tab completion to invoke for functions if you do not know function name
Version: 5.20.6
Date: 09.05.2025
Version: 5.20.7
Date: 22.06.2025
Copyright (c) 20142025 Team Sophia
@ -49,7 +49,7 @@ function Sophia
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.6 | 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.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
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'
ModuleVersion = '5.20.6'
ModuleVersion = '5.20.7'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia'
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
.VERSION
5.20.6
5.20.7
.DATE
09.05.2025
22.06.2025
.AUTHOR
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"
.VERSION
5.20.6
5.20.7
.DATE
09.05.2025
22.06.2025
.COPYRIGHT
(c) 20142025 Team Sophia
@ -75,7 +75,7 @@ param
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.20.6 | 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.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 = @(

6
src/Sophia_Script_for_Windows_10_PowerShell_7/Import-TabCompletion.ps1

@ -2,8 +2,8 @@
.SYNOPSIS
Enable tab completion to invoke for functions if you do not know function name
Version: 5.20.6
Date: 09.05.2025
Version: 5.20.7
Date: 22.06.2025
Copyright (c) 20142025 Team Sophia
@ -49,7 +49,7 @@ function Sophia
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.6 (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.7 (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
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'
ModuleVersion = '5.20.6'
ModuleVersion = '5.20.7'
GUID = 'aa0b47a7-1770-4b5d-8c9f-cc6c505bcc7a'
Author = 'Team Sophia'
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
.VERSION
5.20.6
5.20.7
.DATE
09.05.2025
22.06.2025
.AUTHOR
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)"
.VERSION
5.20.6
5.20.7
.DATE
09.05.2025
22.06.2025
.COPYRIGHT
(c) 20142025 Team Sophia
@ -77,7 +77,7 @@ param
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.20.6 (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.7 (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 = @(

6
src/Sophia_Script_for_Windows_11/Import-TabCompletion.ps1

@ -2,8 +2,8 @@
.SYNOPSIS
Enable tab completion to invoke for functions if you do not know function name
Version: 6.8.6
Date: 09.05.2025
Version: 6.8.7
Date: 22.06.2025
Copyright (c) 20142025 Team Sophia
@ -49,7 +49,7 @@ function Sophia
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.6 | 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.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
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'
ModuleVersion = '6.8.6'
ModuleVersion = '6.8.7'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia'
Copyright = '(c) 2014—2025 Team Sophia. All rights reserved'

6
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.6
6.8.7
.DATE
09.05.2025
22.06.2025
.AUTHOR
Team Sophia
@ -8340,7 +8340,7 @@ function Set-Association
[string]
$Icon
)
###
# Microsoft has blocked write access to UserChoice key for .pdf extention and http/https protocols with KB5034765 release, so we have to write values with a copy of powershell.exe to bypass a UCPD driver restrictions
# UCPD driver tracks all executables to block the access to the registry so all registry records will be made within powershell_temp.exe in this function just in case
Copy-Item -Path "$env:SystemRoot\System32\WindowsPowerShell\v1.0\powershell.exe" -Destination "$env:SystemRoot\System32\WindowsPowerShell\v1.0\powershell_temp.exe" -Force

6
src/Sophia_Script_for_Windows_11/Sophia.ps1

@ -3,10 +3,10 @@
Default preset file for "Sophia Script for Windows 11"
.VERSION
6.8.6
6.8.7
.DATE
09.05.2025
22.06.2025
.COPYRIGHT
(c) 20142025 Team Sophia
@ -73,7 +73,7 @@ param
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.6 | 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.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 = @(

6
src/Sophia_Script_for_Windows_11_LTSC_2024/Import-TabCompletion.ps1

@ -2,8 +2,8 @@
.SYNOPSIS
Enable tab completion to invoke for functions if you do not know function name
Version: 6.8.6
Date: 09.05.2025
Version: 6.8.7
Date: 22.06.2025
Copyright (c) 20142025 Team Sophia
@ -49,7 +49,7 @@ function Sophia
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.6 | 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.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
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'
ModuleVersion = '6.8.6'
ModuleVersion = '6.8.7'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia'
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
.VERSION
6.8.6
6.8.7
.DATE
09.05.2025
22.06.2025
.AUTHOR
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"
.VERSION
6.8.6
6.8.7
.DATE
09.05.2025
22.06.2025
.COPYRIGHT
(c) 20142025 Team Sophia
@ -74,7 +74,7 @@ param
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 LTSC 2024 v6.8.6 | 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.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 = @(

6
src/Sophia_Script_for_Windows_11_PowerShell_7/Import-TabCompletion.ps1

@ -2,8 +2,8 @@
.SYNOPSIS
Enable tab completion to invoke for functions if you do not know function name
Version: 6.8.6
Date: 09.05.2025
Version: 6.8.7
Date: 22.06.2025
Copyright (c) 20142025 Team Sophia
@ -49,7 +49,7 @@ function Sophia
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.6 | 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.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
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'
ModuleVersion = '6.8.6'
ModuleVersion = '6.8.7'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Team Sophia'
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
.VERSION
6.8.6
6.8.7
.DATE
09.05.2025
22.06.2025
.AUTHOR
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)"
.VERSION
6.8.6
6.8.7
.DATE
09.05.2025
22.06.2025
.COPYRIGHT
(c) 20142025 Team Sophia
@ -76,7 +76,7 @@ param
Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.8.6 (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.7 (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 = @(

Loading…
Cancel
Save