Skip to content

Commit c1269fe

Browse files
committed
Updated links
1 parent ec62619 commit c1269fe

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

sophia_script_versions.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"Sophia_Script_Windows_10_PowerShell_5_1": "5.14.3",
3-
"Sophia_Script_Windows_10_PowerShell_7": "5.14.3",
4-
"Sophia_Script_Windows_10_LTSC2019": "5.4.3",
5-
"Sophia_Script_Windows_10_LTSC2021": "5.14.3",
6-
"Sophia_Script_Windows_11_PowerShell_5_1": "6.2.3",
7-
"Sophia_Script_Windows_11_PowerShell_7": "6.2.3",
8-
"Sophia_Script_Wrapper": "2.5.7"
2+
"Sophia_Script_Windows_10_PowerShell_5_1": "5.14.4",
3+
"Sophia_Script_Windows_10_PowerShell_7": "5.14.4",
4+
"Sophia_Script_Windows_10_LTSC2019": "5.4.4",
5+
"Sophia_Script_Windows_10_LTSC2021": "5.14.4",
6+
"Sophia_Script_Windows_11_PowerShell_5_1": "6.2.4",
7+
"Sophia_Script_Windows_11_PowerShell_7": "6.2.4",
8+
"Sophia_Script_Wrapper": "2.5.8"
99
}

src/Sophia_Script_for_Windows_10/Module/Sophia.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9025,7 +9025,7 @@ function UninstallPCHealthCheck
90259025
{
90269026
$File = $Folder.Items() | Where-Object -FilterScript {$_.Name -eq $MSI.Name}
90279027

9028-
# https://learn.microsoft.com/en-us/previous-versions/tn-archive/ee176615(v=technet.10) ###
9028+
# https://learn.microsoft.com/en-us/previous-versions/tn-archive/ee176615(v=technet.10)
90299029
# "22" is the "Subject" file property
90309030
if ($Folder.GetDetailsOf($File, 22) -eq "Windows PC Health Check")
90319031
{

src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9033,7 +9033,7 @@ function UninstallPCHealthCheck
90339033
{
90349034
$File = $Folder.Items() | Where-Object -FilterScript {$_.Name -eq $MSI.Name}
90359035

9036-
# https://docs.microsoft.com/en-us/previous-versions/tn-archive/ee200615(v=technet.10)
9036+
# # https://learn.microsoft.com/en-us/previous-versions/tn-archive/ee176615(v=technet.10)
90379037
# "22" is the "Subject" file property
90389038
if ($Folder.GetDetailsOf($File, 22) -eq "Windows PC Health Check")
90399039
{

0 commit comments

Comments
 (0)