diff --git a/sophia_script_versions.json b/sophia_script_versions.json index a57fe547..42058337 100644 --- a/sophia_script_versions.json +++ b/sophia_script_versions.json @@ -1,9 +1,9 @@ { - "Sophia_Script_Windows_10_PowerShell_5_1": "5.14.3", - "Sophia_Script_Windows_10_PowerShell_7": "5.14.3", - "Sophia_Script_Windows_10_LTSC2019": "5.4.3", - "Sophia_Script_Windows_10_LTSC2021": "5.14.3", - "Sophia_Script_Windows_11_PowerShell_5_1": "6.2.3", - "Sophia_Script_Windows_11_PowerShell_7": "6.2.3", - "Sophia_Script_Wrapper": "2.5.7" + "Sophia_Script_Windows_10_PowerShell_5_1": "5.14.4", + "Sophia_Script_Windows_10_PowerShell_7": "5.14.4", + "Sophia_Script_Windows_10_LTSC2019": "5.4.4", + "Sophia_Script_Windows_10_LTSC2021": "5.14.4", + "Sophia_Script_Windows_11_PowerShell_5_1": "6.2.4", + "Sophia_Script_Windows_11_PowerShell_7": "6.2.4", + "Sophia_Script_Wrapper": "2.5.8" } diff --git a/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 index 0caf6a57..144b4f5c 100644 --- a/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 @@ -9025,7 +9025,7 @@ function UninstallPCHealthCheck { $File = $Folder.Items() | Where-Object -FilterScript {$_.Name -eq $MSI.Name} - # https://learn.microsoft.com/en-us/previous-versions/tn-archive/ee176615(v=technet.10) ### + # https://learn.microsoft.com/en-us/previous-versions/tn-archive/ee176615(v=technet.10) # "22" is the "Subject" file property if ($Folder.GetDetailsOf($File, 22) -eq "Windows PC Health Check") { diff --git a/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 index 78e26de1..82b09a09 100644 --- a/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1 @@ -9033,7 +9033,7 @@ function UninstallPCHealthCheck { $File = $Folder.Items() | Where-Object -FilterScript {$_.Name -eq $MSI.Name} - # https://docs.microsoft.com/en-us/previous-versions/tn-archive/ee200615(v=technet.10) + # # https://learn.microsoft.com/en-us/previous-versions/tn-archive/ee176615(v=technet.10) # "22" is the "Subject" file property if ($Folder.GetDetailsOf($File, 22) -eq "Windows PC Health Check") {