Skip to content

Commit

Permalink
15.12.2021 6.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Dec 15, 2021
1 parent af0da65 commit 329ee04
Show file tree
Hide file tree
Showing 24 changed files with 66 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
The TAB completion for functions and their arguments
Version: v5.2.18
Date: 14.12.2021
Version: v5.2.19
Date: 15.12.2021
Copyright (c) 2014—2021 farag
Copyright (c) 2019—2021 farag & Inestic
Expand Down Expand Up @@ -54,7 +54,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC v5.2.18 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC v5.2.19 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"

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,6 +1,6 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.2.18'
ModuleVersion = '5.2.19'
GUID = 'a36a65ca-70f9-43df-856c-3048fc5e7f01'
Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2021 farag & Inestic. All rights reserved'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
Version: v5.2.18
Date: 14.12.2021
Version: v5.2.19
Date: 15.12.2021
Copyright (c) 2014—2021 farag
Copyright (c) 2019—2021 farag & Inestic
Expand Down Expand Up @@ -176,7 +176,7 @@ function Checkings
if ($Warning)
{
# Get the name of a preset (e.g Sophia.ps1) regardless it was named
$PresetName = Split-Path -Path ((Get-PSCallStack).Position | Where-Object -FilterScript {$null -eq $_.File}).Text -Leaf
$PresetName = Split-Path -Path ((Get-PSCallStack).Position | Where-Object -FilterScript {$_.File -match ".ps1"}).File -Leaf

$Title = ""
$Message = $Localization.CustomizationWarning -f $PresetName
Expand All @@ -190,7 +190,7 @@ function Checkings
{
"0"
{
Invoke-Item -Path $PSScriptRoot\..\$PresetName.ps1
Invoke-Item -Path $PSScriptRoot\..\$PresetName

Start-Sleep -Seconds 5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
Default preset file for "Sophia Script for Windows 10 LTSC 2019"
Version: v5.2.18
Date: 14.12.2021
Version: v5.2.19
Date: 15.12.2021
Copyright (c) 2014—2021 farag
Copyright (c) 2019—2021 farag & Inestic
Expand Down Expand Up @@ -71,7 +71,7 @@ param

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC v5.2.18 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC v5.2.19 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"

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
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
The TAB completion for functions and their arguments
Version: v5.12.8
Date: 14.12.2021
Version: v5.12.9
Date: 15.12.2021
Copyright (c) 2014—2021 farag
Copyright (c) 2019—2021 farag & Inestic
Expand Down Expand Up @@ -54,7 +54,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.8 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.9 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"

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,6 +1,6 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.12.8'
ModuleVersion = '5.12.9'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2021 farag & Inestic. All rights reserved'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
Version: v5.12.8
Date: 14.12.2021
Version: v5.12.9
Date: 15.12.2021
Copyright (c) 2014—2021 farag
Copyright (c) 2019—2021 farag & Inestic
Expand Down Expand Up @@ -201,7 +201,7 @@ function Checkings
if ($Warning)
{
# Get the name of a preset (e.g Sophia.ps1) regardless it was named
$PresetName = Split-Path -Path ((Get-PSCallStack).Position | Where-Object -FilterScript {$null -eq $_.File}).Text -Leaf
$PresetName = Split-Path -Path ((Get-PSCallStack).Position | Where-Object -FilterScript {$_.File -match ".ps1"}).File -Leaf

$Title = ""
$Message = $Localization.CustomizationWarning -f $PresetName
Expand All @@ -215,7 +215,7 @@ function Checkings
{
"0"
{
Invoke-Item -Path $PSScriptRoot\..\$PresetName.ps1
Invoke-Item -Path $PSScriptRoot\..\$PresetName

Start-Sleep -Seconds 5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
Default preset file for "Sophia Script for Windows 10 LTSC 2021"
Version: v5.12.8
Date: 14.12.2021
Version: v5.12.9
Date: 15.12.2021
Copyright (c) 2014—2021 farag
Copyright (c) 2019—2021 farag & Inestic
Expand Down Expand Up @@ -71,7 +71,7 @@ param

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.8 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.9 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"

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
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
The TAB completion for functions and their arguments
Version: v5.12.8
Date: 14.12.2021
Version: v5.12.9
Date: 15.12.2021
Copyright (c) 2014—2021 farag
Copyright (c) 2019—2021 farag & Inestic
Expand Down Expand Up @@ -54,7 +54,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.8 (PowerShell 7) | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.9 (PowerShell 7) | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"

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,6 +1,6 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.12.8'
ModuleVersion = '5.12.9'
GUID = 'aa0b47a7-1770-4b5d-8c9f-cc6c505bcc7a'
Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2021 farag & Inestic. All rights reserved'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
Version: v5.12.8
Date: 14.12.2021
Version: v5.12.9
Date: 15.12.2021
Copyright (c) 2014—2021 farag
Copyright (c) 2019—2021 farag & Inestic
Expand Down Expand Up @@ -213,7 +213,7 @@ function Checkings
if ($Warning)
{
# Get the name of a preset (e.g Sophia.ps1) regardless it was named
$PresetName = Split-Path -Path ((Get-PSCallStack).Position | Where-Object -FilterScript {$null -eq $_.File}).Text -Leaf
$PresetName = Split-Path -Path ((Get-PSCallStack).Position | Where-Object -FilterScript {$_.File -match ".ps1"}).File -Leaf

$Title = ""
$Message = $Localization.CustomizationWarning -f $PresetName
Expand All @@ -227,7 +227,7 @@ function Checkings
{
"0"
{
Invoke-Item -Path $PSScriptRoot\..\$PresetName.ps1
Invoke-Item -Path $PSScriptRoot\..\$PresetName

Start-Sleep -Seconds 5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
Default preset file for "Sophia Script for Windows 10 (PowerShell 7)"
Version: v5.12.8
Date: 14.12.2021
Version: v5.12.9
Date: 15.12.2021
Copyright (c) 2014—2021 farag
Copyright (c) 2019—2021 farag & Inestic
Expand Down Expand Up @@ -71,7 +71,7 @@ param

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.8 (PowerShell 7) | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.9 (PowerShell 7) | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"

Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force
Expand Down
6 changes: 3 additions & 3 deletions Sophia Script/Sophia Script for Windows 10/Functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
The TAB completion for functions and their arguments
Version: v5.12.8
Date: 14.12.2021
Version: v5.12.9
Date: 15.12.2021
Copyright (c) 2014—2021 farag
Copyright (c) 2019—2021 farag & Inestic
Expand Down Expand Up @@ -54,7 +54,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.8 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.9 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"

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,6 +1,6 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '5.12.8'
ModuleVersion = '5.12.9'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2021 farag & Inestic. All rights reserved'
Expand Down
8 changes: 4 additions & 4 deletions Sophia Script/Sophia Script for Windows 10/Module/Sophia.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
Version: v5.12.8
Date: 14.12.2021
Version: v5.12.9
Date: 15.12.2021
Copyright (c) 2014—2021 farag
Copyright (c) 2019—2021 farag & Inestic
Expand Down Expand Up @@ -201,7 +201,7 @@ function Checkings
if ($Warning)
{
# Get the name of a preset (e.g Sophia.ps1) regardless it was named
$PresetName = Split-Path -Path ((Get-PSCallStack).Position | Where-Object -FilterScript {$null -eq $_.File}).Text -Leaf
$PresetName = Split-Path -Path ((Get-PSCallStack).Position | Where-Object -FilterScript {$_.File -match ".ps1"}).File -Leaf

$Title = ""
$Message = $Localization.CustomizationWarning -f $PresetName
Expand All @@ -215,7 +215,7 @@ function Checkings
{
"0"
{
Invoke-Item -Path $PSScriptRoot\..\$PresetName.ps1
Invoke-Item -Path $PSScriptRoot\..\$PresetName

Start-Sleep -Seconds 5

Expand Down
6 changes: 3 additions & 3 deletions Sophia Script/Sophia Script for Windows 10/Sophia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
Default preset file for "Sophia Script for Windows 10"
Version: v5.12.8
Date: 14.12.2021
Version: v5.12.9
Date: 15.12.2021
Copyright (c) 2014—2021 farag
Copyright (c) 2019—2021 farag & Inestic
Expand Down Expand Up @@ -71,7 +71,7 @@ param

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.8 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.12.9 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"

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
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
The TAB completion for functions and their arguments
Version: v6.0.9
Date: 14.12.2021
Version: v6.0.10
Date: 15.12.2021
Copyright (c) 2014—2021 farag
Copyright (c) 2019—2021 farag & Inestic
Expand Down Expand Up @@ -54,7 +54,7 @@ function Sophia

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.0.9 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.0.10 | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"

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,6 +1,6 @@
@{
RootModule = '..\Module\Sophia.psm1'
ModuleVersion = '6.0.9'
ModuleVersion = '6.0.10'
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
Author = 'Dmitry "farag" Nefedov'
Copyright = '(c) 2014—2021 farag & Inestic. All rights reserved'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
Version: v6.0.9
Date: 14.12.2021
Version: v6.0.10
Date: 15.12.2021
Copyright (c) 2014—2021 farag
Copyright (c) 2019—2021 farag & Inestic
Expand Down Expand Up @@ -202,7 +202,7 @@ function Checkings
if ($Warning)
{
# Get the name of a preset (e.g Sophia.ps1) regardless it was named
$PresetName = Split-Path -Path ((Get-PSCallStack).Position | Where-Object -FilterScript {$null -eq $_.File}).Text -Leaf
$PresetName = Split-Path -Path ((Get-PSCallStack).Position | Where-Object -FilterScript {$_.File -match ".ps1"}).File -Leaf

$Title = ""
$Message = $Localization.CustomizationWarning -f $PresetName
Expand All @@ -216,7 +216,7 @@ function Checkings
{
"0"
{
Invoke-Item -Path $PSScriptRoot\..\$PresetName.ps1
Invoke-Item -Path $PSScriptRoot\..\$PresetName

Start-Sleep -Seconds 5

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.SYNOPSIS
Default preset file for "Sophia Script for Windows 11"
Version: v6.0.9
Date: 14.12.2021
Version: v6.0.10
Date: 15.12.2021
Copyright (c) 2014—2021 farag
Copyright (c) 2019—2021 farag & Inestic
Expand Down Expand Up @@ -70,7 +70,7 @@ param

Clear-Host

$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.0.9 (PowerShell 7) | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 11 v6.0.10 (PowerShell 7) | Made with $([char]::ConvertFromUtf32(0x1F497)) of Windows | $([char]0x00A9) farag & Inestic, 2014$([char]0x2013)2021"

Remove-Module -Name Sophia -Force -ErrorAction Ignore
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force
Expand Down
Loading

0 comments on commit 329ee04

Please sign in to comment.