Skip to content

Commit d961c41

Browse files
committed
7.1.4 — 24.02.2026
1 parent aa4cccd commit d961c41

File tree

91 files changed

+190
-191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+190
-191
lines changed

sophia_script_versions.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
2-
"Sophia_Script_Windows_10_PowerShell_5_1": "6.1.3",
3-
"Sophia_Script_Windows_10_PowerShell_7": "6.1.3",
4-
"Sophia_Script_Windows_10_LTSC2019": "6.1.3",
5-
"Sophia_Script_Windows_10_LTSC2021": "6.1.3",
6-
"Sophia_Script_Windows_11_PowerShell_5_1": "7.1.3",
7-
"Sophia_Script_Windows_11_LTSC2024": "7.1.3",
8-
"Sophia_Script_Windows_11_PowerShell_7": "7.1.3",
9-
"Sophia_Script_Windows_11_Arm_PowerShell_5_1": "7.1.3",
10-
"Sophia_Script_Windows_11_Arm_PowerShell_7": "7.1.3",
11-
"Sophia_Script_Wrapper": "2.8.21"
2+
"Sophia_Script_Windows_10_PowerShell_5_1": "6.1.4",
3+
"Sophia_Script_Windows_10_PowerShell_7": "6.1.4",
4+
"Sophia_Script_Windows_10_LTSC2019": "6.1.4",
5+
"Sophia_Script_Windows_10_LTSC2021": "6.1.4",
6+
"Sophia_Script_Windows_11_PowerShell_5_1": "7.1.4",
7+
"Sophia_Script_Windows_11_LTSC2024": "7.1.4",
8+
"Sophia_Script_Windows_11_PowerShell_7": "7.1.4",
9+
"Sophia_Script_Windows_11_Arm_PowerShell_5_1": "7.1.4",
10+
"Sophia_Script_Windows_11_Arm_PowerShell_7": "7.1.4",
11+
"Sophia_Script_Wrapper": "2.8.21"
1212
}
13-

src/Sophia_Script_for_Windows_10/Import-TabCompletion.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Enable tab completion to invoke for functions if you do not know function name
44
55
.VERSION
6-
6.1.3
6+
6.1.4
77
88
.DATE
9-
21.02.2026
9+
24.02.2026
1010
1111
.COPYRIGHT
1212
(c) 2014—2026 Team Sophia

src/Sophia_Script_for_Windows_10/Manifest/SophiaScript.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = '..\Module\Sophia.psm1'
3-
ModuleVersion = '6.1.3'
3+
ModuleVersion = '6.1.4'
44
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
55
Author = 'Team Sophia'
66
Copyright = '(c) 2014—2026 Team Sophia. All rights reserved'

src/Sophia_Script_for_Windows_10/Module/Private/Get-Hash.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Calculate hash for Set-Association function
44
55
.VERSION
6-
7.1.3
6+
7.1.4
77
88
.DATE
9-
21.02.2026
9+
24.02.2026
1010
1111
.COPYRIGHT
1212
(c) 2014—2026 Team Sophia

src/Sophia_Script_for_Windows_10/Module/Private/InitialActions.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Initial checks before proceeding to module execution
44
55
.VERSION
6-
6.1.3
6+
6.1.4
77
88
.DATE
9-
21.02.2026
9+
24.02.2026
1010
1111
.COPYRIGHT
1212
(c) 2014—2026 Team Sophia
@@ -28,7 +28,7 @@ function InitialActions
2828

2929
Set-StrictMode -Version Latest
3030

31-
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v6.1.3 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2026"
31+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v6.1.4 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) Team Sophia, 2014$([System.Char]0x2013)2026"
3232

3333
# Unblock all files in the script folder by removing the Zone.Identifier alternate data stream with a value of "3"
3434
Get-ChildItem -Path $PSScriptRoot\..\..\ -File -Recurse -Force | Unblock-File

src/Sophia_Script_for_Windows_10/Module/Private/PostActions.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Post actions
44
55
.VERSION
6-
7.1.3
6+
7.1.4
77
88
.DATE
9-
21.02.2026
9+
24.02.2026
1010
1111
.COPYRIGHT
1212
(c) 2014—2026 Team Sophia

src/Sophia_Script_for_Windows_10/Module/Private/Set-Policy.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
https://techcommunity.microsoft.com/t5/microsoft-security-baselines/lgpo-exe-local-group-policy-object-utility-v1-0/ba-p/701045
1616
1717
.VERSION
18-
7.1.3
18+
7.1.4
1919
2020
.DATE
21-
21.02.2026
21+
24.02.2026
2222
2323
.COPYRIGHT
2424
(c) 2014—2026 Team Sophia

src/Sophia_Script_for_Windows_10/Module/Private/Write-AdditionalKeys.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Write registry keys for Set-Association function
44
55
.VERSION
6-
7.1.3
6+
7.1.4
77
88
.DATE
9-
21.02.2026
9+
24.02.2026
1010
1111
.COPYRIGHT
1212
(c) 2014—2026 Team Sophia

src/Sophia_Script_for_Windows_10/Module/Private/Write-ExtensionKeys.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Write registry keys for extensions for Set-Association function
44
55
.VERSION
6-
7.1.3
6+
7.1.4
77
88
.DATE
9-
21.02.2026
9+
24.02.2026
1010
1111
.COPYRIGHT
1212
(c) 2014—2026 Team Sophia

src/Sophia_Script_for_Windows_10/Module/Sophia.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Sophia Script is a PowerShell module for fine-tuning Windows and automating routine tasks
44
55
.VERSION
6-
6.1.3
6+
6.1.4
77
88
.DATE
9-
21.02.2026
9+
24.02.2026
1010
1111
.COPYRIGHT
1212
(c) 2014—2026 Team Sophia

0 commit comments

Comments
 (0)