Skip to content

Commit 13d17ee

Browse files
committed
7.0.3 — 30.12.2025
1 parent fe23867 commit 13d17ee

File tree

83 files changed

+163
-162
lines changed

Some content is hidden

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

83 files changed

+163
-162
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @farag2

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.2",
3-
"Sophia_Script_Windows_10_PowerShell_7": "6.0.2",
4-
"Sophia_Script_Windows_10_LTSC2019": "6.0.2",
5-
"Sophia_Script_Windows_10_LTSC2021": "6.0.2",
6-
"Sophia_Script_Windows_11_PowerShell_5_1": "7.0.2",
7-
"Sophia_Script_Windows_11_LTSC2024": "7.0.2",
8-
"Sophia_Script_Windows_11_PowerShell_7": "7.0.2",
9-
"Sophia_Script_Windows_11_Arm_PowerShell_5_1": "7.0.2",
10-
"Sophia_Script_Windows_11_Arm_PowerShell_7": "7.0.2",
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",
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.2
6+
6.0.3
77
88
.DATE
9-
28.12.2025
9+
30.12.2025
1010
1111
.COPYRIGHT
1212
(c) 2014—2026 Team Sophia

src/Sophia_Script_for_Windows_10/Localizations/en-US/Sophia.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ EventViewerCustomViewDescription = Process creation and command-line au
5050
RestartWarning = Make sure to restart your PC.
5151
ErrorsLine = Line
5252
ErrorsMessage = Errors/Warnings
53-
DialogBoxOpening = Displaying the dialog box...
53+
DialogBoxOpening = Displaying dialog box...
5454
Disable = Disable
5555
Enable = Enable
5656
AllFilesFilter = All Files

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.2'
3+
ModuleVersion = '6.0.3'
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.2
6+
7.0.3
77
88
.DATE
9-
28.12.2025
9+
30.12.2025
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.2
6+
6.0.3
77
88
.DATE
9-
28.12.2025
9+
30.12.2025
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.2 | 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.3 | 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.2
6+
7.0.3
77
88
.DATE
9-
28.12.2025
9+
30.12.2025
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.2
18+
7.0.3
1919
2020
.DATE
21-
28.12.2025
21+
30.12.2025
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.2
6+
6.0.3
77
88
.DATE
9-
28.12.2025
9+
30.12.2025
1010
1111
.COPYRIGHT
1212
(c) 2014—2026 Team Sophia

0 commit comments

Comments
 (0)