Browse Source

Updated links

pull/429/head 6.2.4
Dmitry Nefedov 1 year ago
parent
commit
c1269fe216
  1. 14
      sophia_script_versions.json
  2. 2
      src/Sophia_Script_for_Windows_10/Module/Sophia.psm1
  3. 2
      src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1

14
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"
}

2
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")
{

2
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")
{

Loading…
Cancel
Save