Browse Source

6.7.2 — 29.10.2024

master
Dmitry Nefedov 3 weeks ago
parent
commit
ae59a8a6c7
  1. 14
      sophia_script_versions.json
  2. 6
      src/Sophia_Script_for_Windows_10/Functions.ps1
  3. 2
      src/Sophia_Script_for_Windows_10/Manifest/Sophia.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/Functions.ps1
  7. 2
      src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/Sophia.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/Functions.ps1
  11. 2
      src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/Sophia.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/Functions.ps1
  15. 2
      src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/Sophia.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/Functions.ps1
  19. 2
      src/Sophia_Script_for_Windows_11/Manifest/Sophia.psd1
  20. 4
      src/Sophia_Script_for_Windows_11/Module/Sophia.psm1
  21. 6
      src/Sophia_Script_for_Windows_11/Sophia.ps1
  22. 4
      src/Sophia_Script_for_Windows_11_LTSC_2024/Functions.ps1
  23. 2
      src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/Sophia.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/Functions.ps1
  27. 2
      src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/Sophia.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

14
sophia_script_versions.json

@ -1,10 +1,10 @@
{ {
"Sophia_Script_Windows_10_PowerShell_5_1": "5.19.1", "Sophia_Script_Windows_10_PowerShell_5_1": "5.19.2",
"Sophia_Script_Windows_10_PowerShell_7": "5.19.1", "Sophia_Script_Windows_10_PowerShell_7": "5.19.2",
"Sophia_Script_Windows_10_LTSC2019": "5.9.1", "Sophia_Script_Windows_10_LTSC2019": "5.9.2",
"Sophia_Script_Windows_10_LTSC2021": "5.19.1", "Sophia_Script_Windows_10_LTSC2021": "5.19.2",
"Sophia_Script_Windows_11_PowerShell_5_1": "6.7.1", "Sophia_Script_Windows_11_PowerShell_5_1": "6.7.2",
"Sophia_Script_Windows_11_LTSC2024": "6.7.1", "Sophia_Script_Windows_11_LTSC2024": "6.7.2",
"Sophia_Script_Windows_11_PowerShell_7": "6.7.1", "Sophia_Script_Windows_11_PowerShell_7": "6.7.2",
"Sophia_Script_Wrapper": "2.7.4" "Sophia_Script_Wrapper": "2.7.4"
} }

6
src/Sophia_Script_for_Windows_10/Functions.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
The TAB completion for functions and their arguments The TAB completion for functions and their arguments
Version: 5.19.1 Version: 5.19.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3
@ -49,7 +49,7 @@ function Sophia
Clear-Host Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.19.1 | 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.19.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
Remove-Module -Name Sophia -Force -ErrorAction Ignore Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

2
src/Sophia_Script_for_Windows_10/Manifest/Sophia.psd1

@ -1,6 +1,6 @@
@{ @{
RootModule = '..\Module\Sophia.psm1' RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.19.1' ModuleVersion = '5.19.2'
GUID = '109cc881-c42b-45af-a74a-550781989d6a' GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Dmitry "farag" Nefedov' Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved' Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved'

4
src/Sophia_Script_for_Windows_10/Module/Sophia.psm1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
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: 5.19.1 Version: 5.19.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3

6
src/Sophia_Script_for_Windows_10/Sophia.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
Default preset file for "Sophia Script for Windows 10" Default preset file for "Sophia Script for Windows 10"
Version: 5.19.1 Version: 5.19.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3
@ -69,7 +69,7 @@ param
Clear-Host Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.19.1 | 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.19.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
# Check whether all files were expanded before running # Check whether all files were expanded before running
$ScriptFiles = @( $ScriptFiles = @(

6
src/Sophia_Script_for_Windows_10_LTSC_2019/Functions.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
The TAB completion for functions and their arguments The TAB completion for functions and their arguments
Version: 5.9.1 Version: 5.9.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3
@ -49,7 +49,7 @@ function Sophia
Clear-Host Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.9.1 | 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.9.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
Remove-Module -Name Sophia -Force -ErrorAction Ignore Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

2
src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/Sophia.psd1

@ -1,6 +1,6 @@
@{ @{
RootModule = '..\Module\Sophia.psm1' RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.9.1' ModuleVersion = '5.9.2'
GUID = 'a36a65ca-70f9-43df-856c-3048fc5e7f01' GUID = 'a36a65ca-70f9-43df-856c-3048fc5e7f01'
Author = 'Dmitry "farag" Nefedov' Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved' Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved'

4
src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
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: 5.9.1 Version: 5.9.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3

6
src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
Default preset file for "Sophia Script for Windows 10 LTSC 2019" Default preset file for "Sophia Script for Windows 10 LTSC 2019"
Version: 5.9.1 Version: 5.9.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3
@ -67,7 +67,7 @@ param
Clear-Host Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.9.1 | 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.9.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
# Check whether all files were expanded before running # Check whether all files were expanded before running
$ScriptFiles = @( $ScriptFiles = @(

6
src/Sophia_Script_for_Windows_10_LTSC_2021/Functions.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
The TAB completion for functions and their arguments The TAB completion for functions and their arguments
Version: 5.19.1 Version: 5.19.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3
@ -49,7 +49,7 @@ function Sophia
Clear-Host Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.19.1 | 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.19.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
Remove-Module -Name Sophia -Force -ErrorAction Ignore Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

2
src/Sophia_Script_for_Windows_10_LTSC_2021/Manifest/Sophia.psd1

@ -1,6 +1,6 @@
@{ @{
RootModule = '..\Module\Sophia.psm1' RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.19.1' ModuleVersion = '5.19.2'
GUID = '109cc881-c42b-45af-a74a-550781989d6a' GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Dmitry "farag" Nefedov' Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved' Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved'

4
src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
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: 5.19.1 Version: 5.19.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3

6
src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
Default preset file for "Sophia Script for Windows 10 LTSC 2021" Default preset file for "Sophia Script for Windows 10 LTSC 2021"
Version: 5.19.1 Version: 5.19.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3
@ -67,7 +67,7 @@ param
Clear-Host Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.19.1 | 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.19.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
# Check whether all files were expanded before running # Check whether all files were expanded before running
$ScriptFiles = @( $ScriptFiles = @(

6
src/Sophia_Script_for_Windows_10_PowerShell_7/Functions.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
The TAB completion for functions and their arguments The TAB completion for functions and their arguments
Version: 5.19.1 Version: 5.19.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3
@ -49,7 +49,7 @@ function Sophia
Clear-Host Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.19.1 (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.19.2 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
Remove-Module -Name Sophia -Force -ErrorAction Ignore Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

2
src/Sophia_Script_for_Windows_10_PowerShell_7/Manifest/Sophia.psd1

@ -1,6 +1,6 @@
@{ @{
RootModule = '..\Module\Sophia.psm1' RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.19.1' ModuleVersion = '5.19.2'
GUID = 'aa0b47a7-1770-4b5d-8c9f-cc6c505bcc7a' GUID = 'aa0b47a7-1770-4b5d-8c9f-cc6c505bcc7a'
Author = 'Dmitry "farag" Nefedov' Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved' Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved'

4
src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
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: 5.19.1 Version: 5.19.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3

6
src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
Default preset file for "Sophia Script for Windows 10 (PowerShell 7)" Default preset file for "Sophia Script for Windows 10 (PowerShell 7)"
Version: 5.19.1 Version: 5.19.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3
@ -69,7 +69,7 @@ param
Clear-Host Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.19.1 (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.19.2 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
# Check whether all files were expanded before running # Check whether all files were expanded before running
$ScriptFiles = @( $ScriptFiles = @(

6
src/Sophia_Script_for_Windows_11/Functions.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
The TAB completion for functions and their arguments The TAB completion for functions and their arguments
Version: 6.7.1 Version: 6.7.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3
@ -49,7 +49,7 @@ function Sophia
Clear-Host Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.7.1 | 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.7.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
Remove-Module -Name Sophia -Force -ErrorAction Ignore Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

2
src/Sophia_Script_for_Windows_11/Manifest/Sophia.psd1

@ -1,6 +1,6 @@
@{ @{
RootModule = '..\Module\Sophia.psm1' RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '6.7.1' ModuleVersion = '6.7.2'
GUID = '109cc881-c42b-45af-a74a-550781989d6a' GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Dmitry "farag" Nefedov' Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved' Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved'

4
src/Sophia_Script_for_Windows_11/Module/Sophia.psm1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
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: 6.7.1 Version: 6.7.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3

6
src/Sophia_Script_for_Windows_11/Sophia.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
Default preset file for "Sophia Script for Windows 11" Default preset file for "Sophia Script for Windows 11"
Version: 6.7.1 Version: 6.7.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3
@ -68,7 +68,7 @@ param
Clear-Host Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.7.1 | 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.7.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
# Check whether all files were expanded before running # Check whether all files were expanded before running
$ScriptFiles = @( $ScriptFiles = @(

4
src/Sophia_Script_for_Windows_11_LTSC_2024/Functions.ps1

@ -2,7 +2,7 @@
.SYNOPSIS .SYNOPSIS
The TAB completion for functions and their arguments The TAB completion for functions and their arguments
Version: 6.7.1 Version: 6.7.2
Date: 04.10.2024 Date: 04.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3
@ -49,7 +49,7 @@ function Sophia
Clear-Host Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.7.1 | 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.7.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
Remove-Module -Name Sophia -Force -ErrorAction Ignore Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

2
src/Sophia_Script_for_Windows_11_LTSC_2024/Manifest/Sophia.psd1

@ -1,6 +1,6 @@
@{ @{
RootModule = '..\Module\Sophia.psm1' RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '6.7.1' ModuleVersion = '6.7.2'
GUID = '109cc881-c42b-45af-a74a-550781989d6a' GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Dmitry "farag" Nefedov' Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved' Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved'

4
src/Sophia_Script_for_Windows_11_LTSC_2024/Module/Sophia.psm1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
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: 6.7.1 Version: 6.7.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3

6
src/Sophia_Script_for_Windows_11_LTSC_2024/Sophia.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
Default preset file for "Sophia Script for Windows 11 LTSC 2024" Default preset file for "Sophia Script for Windows 11 LTSC 2024"
Version: 6.7.1 Version: 6.7.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3
@ -66,7 +66,7 @@ param
Clear-Host Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 LTSC 2024 v6.7.1 | 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 LTSC 2024 v6.7.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
# Check whether all files were expanded before running # Check whether all files were expanded before running
$ScriptFiles = @( $ScriptFiles = @(

6
src/Sophia_Script_for_Windows_11_PowerShell_7/Functions.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
The TAB completion for functions and their arguments The TAB completion for functions and their arguments
Version: 6.7.1 Version: 6.7.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3
@ -49,7 +49,7 @@ function Sophia
Clear-Host Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.7.1 | 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.7.2 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
Remove-Module -Name Sophia -Force -ErrorAction Ignore Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

2
src/Sophia_Script_for_Windows_11_PowerShell_7/Manifest/Sophia.psd1

@ -1,6 +1,6 @@
@{ @{
RootModule = '..\Module\Sophia.psm1' RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '6.7.1' ModuleVersion = '6.7.2'
GUID = '109cc881-c42b-45af-a74a-550781989d6a' GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Dmitry "farag" Nefedov' Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved' Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved'

4
src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
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: 6.7.1 Version: 6.7.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3

6
src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
Default preset file for "Sophia Script for Windows 11 (PowerShell 7)" Default preset file for "Sophia Script for Windows 11 (PowerShell 7)"
Version: 6.7.1 Version: 6.7.2
Date: 20.10.2024 Date: 29.10.2024
Copyright (c) 20142024 farag, Inestic & lowl1f3 Copyright (c) 20142024 farag, Inestic & lowl1f3
@ -68,7 +68,7 @@ param
Clear-Host Clear-Host
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.7.1 (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 11 v6.7.2 (PowerShell 7) | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
# Check whether all files were expanded before running # Check whether all files were expanded before running
$ScriptFiles = @( $ScriptFiles = @(

Loading…
Cancel
Save