File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Sophia_Script_for_Windows_10_PowerShell_7/Module
Sophia_Script_for_Windows_10/Module Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments