@@ -7837,7 +7837,7 @@ function Import-Associations
78377837 https://support.microsoft.com/en-us/windows/how-to-use-the-pc-health-check-app-9c8abd9b-03ba-4e67-81ef-36f37caa7844
78387838
78397839 . NOTES
7840- This application is installed with the KB5005463 update to СЃheck whether PC meets the system requirements of Windows 11
7840+ This application is installed with the KB5005463 update to check whether PC meets the system requirements of Windows 11
78417841
78427842 . NOTES
78437843 Machine-wide
@@ -9437,7 +9437,7 @@ function CleanupTask
94379437 # Checking if we're trying to create the task when it was already created as another user
94389438 if (Get-ScheduledTask - TaskPath " \Sophia\" - TaskName " Windows Cleanup" - ErrorAction Ignore)
94399439 {
9440- # Also we can parse "$env:SystemRoot\System32\Tasks\Sophia\Windows Cleanup" to СЃheck whether the task was created
9440+ # Also we can parse "$env:SystemRoot\System32\Tasks\Sophia\Windows Cleanup" to check whether the task was created
94419441 $ScheduleService = New-Object - ComObject Schedule.Service
94429442 $ScheduleService.Connect ()
94439443 $ScheduleService.GetFolder (" \Sophia" ).GetTasks(0 ) | Where-Object - FilterScript {$_.Name -eq " Windows Cleanup" } | Foreach-Object {
@@ -9886,7 +9886,7 @@ function SoftwareDistributionTask
98869886 # Checking if we're trying to create the task when it was already created as another user
98879887 if (Get-ScheduledTask - TaskPath " \Sophia\" - TaskName SoftwareDistribution - ErrorAction Ignore)
98889888 {
9889- # Also we can parse $env:SystemRoot\System32\Tasks\Sophia\SoftwareDistribution to СЃheck whether the task was created
9889+ # Also we can parse $env:SystemRoot\System32\Tasks\Sophia\SoftwareDistribution to check whether the task was created
98909890 $ScheduleService = New-Object - ComObject Schedule.Service
98919891 $ScheduleService.Connect ()
98929892 $ScheduleService.GetFolder (" \Sophia" ).GetTasks(0 ) | Where-Object - FilterScript {$_.Name -eq " SoftwareDistribution" } | Foreach-Object {
@@ -10207,7 +10207,7 @@ function TempTask
1020710207 # Checking if we're trying to create the task when it was already created as another user
1020810208 if (Get-ScheduledTask - TaskPath " \Sophia\" - TaskName Temp - ErrorAction Ignore)
1020910209 {
10210- # Also we can parse $env:SystemRoot\System32\Tasks\Sophia\Temp to СЃheck whether the task was created
10210+ # Also we can parse $env:SystemRoot\System32\Tasks\Sophia\Temp to check whether the task was created
1021110211 $ScheduleService = New-Object - ComObject Schedule.Service
1021210212 $ScheduleService.Connect ()
1021310213 $ScheduleService.GetFolder (" \Sophia" ).GetTasks(0 ) | Where-Object - FilterScript {$_.Name -eq " Temp" } | Foreach-Object {
0 commit comments