Skip to content

Commit 0de556d

Browse files
committed
7.0.4 — 05.01.2026
1 parent cb2d6f2 commit 0de556d

File tree

73 files changed

+153
-153
lines changed

Some content is hidden

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

73 files changed

+153
-153
lines changed

sophia_script_versions.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"Sophia_Script_Windows_10_PowerShell_5_1": "6.0.3",
3-
"Sophia_Script_Windows_10_PowerShell_7": "6.0.3",
4-
"Sophia_Script_Windows_10_LTSC2019": "6.0.3",
5-
"Sophia_Script_Windows_10_LTSC2021": "6.0.3",
6-
"Sophia_Script_Windows_11_PowerShell_5_1": "7.0.3",
7-
"Sophia_Script_Windows_11_LTSC2024": "7.0.3",
8-
"Sophia_Script_Windows_11_PowerShell_7": "7.0.3",
9-
"Sophia_Script_Windows_11_Arm_PowerShell_5_1": "7.0.3",
10-
"Sophia_Script_Windows_11_Arm_PowerShell_7": "7.0.3",
2+
"Sophia_Script_Windows_10_PowerShell_5_1": "6.0.4",
3+
"Sophia_Script_Windows_10_PowerShell_7": "6.0.4",
4+
"Sophia_Script_Windows_10_LTSC2019": "6.0.4",
5+
"Sophia_Script_Windows_10_LTSC2021": "6.0.4",
6+
"Sophia_Script_Windows_11_PowerShell_5_1": "7.0.4",
7+
"Sophia_Script_Windows_11_LTSC2024": "7.0.4",
8+
"Sophia_Script_Windows_11_PowerShell_7": "7.0.4",
9+
"Sophia_Script_Windows_11_Arm_PowerShell_5_1": "7.0.4",
10+
"Sophia_Script_Windows_11_Arm_PowerShell_7": "7.0.4",
1111
"Sophia_Script_Wrapper": "2.8.15"
1212
}

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.0.3
6+
6.0.4
77
88
.DATE
9-
30.12.2025
9+
05.01.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.0.3'
3+
ModuleVersion = '6.0.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/Errors.ps1

Lines changed: 2 additions & 2 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-
7.0.3
6+
7.0.4
77
88
.DATE
9-
30.12.2025
9+
05.01.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.0.3
6+
6.0.4
77
88
.DATE
9-
30.12.2025
9+
05.01.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.0.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.0.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
Initial checks before proceeding to module execution
44
55
.VERSION
6-
7.0.3
6+
7.0.4
77
88
.DATE
9-
30.12.2025
9+
05.01.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.0.3
18+
7.0.4
1919
2020
.DATE
21-
30.12.2025
21+
05.01.2026
2222
2323
.COPYRIGHT
2424
(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 Windows 10 & Windows 11 fine-tuning and automating the routine tasks
44
55
.VERSION
6-
6.0.3
6+
6.0.4
77
88
.DATE
9-
30.12.2025
9+
05.01.2026
1010
1111
.COPYRIGHT
1212
(c) 2014—2026 Team Sophia

src/Sophia_Script_for_Windows_10/Sophia.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Default preset file for "Sophia Script for Windows 10"
44
55
.VERSION
6-
6.0.3
6+
6.0.4
77
88
.DATE
9-
30.12.2025
9+
05.01.2026
1010
1111
.COPYRIGHT
1212
(c) 2014—2026 Team Sophia

src/Sophia_Script_for_Windows_10_LTSC_2019/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.0.3
6+
6.0.4
77
88
.DATE
9-
30.12.2025
9+
05.01.2026
1010
1111
.COPYRIGHT
1212
(c) 2014—2026 Team Sophia

0 commit comments

Comments
 (0)