Skip to content

Commit b123852

Browse files
committed
Updated localizations
1 parent c95d56d commit b123852

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

  • src
    • Sophia_Script_for_Windows_10_PowerShell_7/Module
    • Sophia_Script_for_Windows_11_ARM_PowerShell_7/Module
    • Sophia_Script_for_Windows_11_PowerShell_7/Module

src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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 {

src/Sophia_Script_for_Windows_11_ARM_PowerShell_7/Module/Sophia.psm1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8627,7 +8627,7 @@ function CleanupTask
86278627
# Checking if we're trying to create the task when it was already created as another user
86288628
if (Get-ScheduledTask -TaskPath "\Sophia\" -TaskName "Windows Cleanup" -ErrorAction Ignore)
86298629
{
8630-
# Also we can parse "$env:SystemRoot\System32\Tasks\Sophia\Windows Cleanup" to СЃheck whether the task was created
8630+
# Also we can parse "$env:SystemRoot\System32\Tasks\Sophia\Windows Cleanup" to check whether the task was created
86318631
$ScheduleService = New-Object -ComObject Schedule.Service
86328632
$ScheduleService.Connect()
86338633
$ScheduleService.GetFolder("\Sophia").GetTasks(0) | Where-Object -FilterScript {$_.Name -eq "Windows Cleanup"} | Foreach-Object {
@@ -9099,7 +9099,7 @@ function SoftwareDistributionTask
90999099
# Checking if we're trying to create the task when it was already created as another user
91009100
if (Get-ScheduledTask -TaskPath "\Sophia\" -TaskName SoftwareDistribution -ErrorAction Ignore)
91019101
{
9102-
# Also we can parse $env:SystemRoot\System32\Tasks\Sophia\SoftwareDistribution to СЃheck whether the task was created
9102+
# Also we can parse $env:SystemRoot\System32\Tasks\Sophia\SoftwareDistribution to check whether the task was created
91039103
$ScheduleService = New-Object -ComObject Schedule.Service
91049104
$ScheduleService.Connect()
91059105
$ScheduleService.GetFolder("\Sophia").GetTasks(0) | Where-Object -FilterScript {$_.Name -eq "SoftwareDistribution"} | Foreach-Object {
@@ -9443,7 +9443,7 @@ function TempTask
94439443
# Checking if we're trying to create the task when it was already created as another user
94449444
if (Get-ScheduledTask -TaskPath "\Sophia\" -TaskName Temp -ErrorAction Ignore)
94459445
{
9446-
# Also we can parse $env:SystemRoot\System32\Tasks\Sophia\Temp to СЃheck whether the task was created
9446+
# Also we can parse $env:SystemRoot\System32\Tasks\Sophia\Temp to check whether the task was created
94479447
$ScheduleService = New-Object -ComObject Schedule.Service
94489448
$ScheduleService.Connect()
94499449
$ScheduleService.GetFolder("\Sophia").GetTasks(0) | Where-Object -FilterScript {$_.Name -eq "Temp"} | Foreach-Object {

src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8699,7 +8699,7 @@ function CleanupTask
86998699
# Checking if we're trying to create the task when it was already created as another user
87008700
if (Get-ScheduledTask -TaskPath "\Sophia\" -TaskName "Windows Cleanup" -ErrorAction Ignore)
87018701
{
8702-
# Also we can parse "$env:SystemRoot\System32\Tasks\Sophia\Windows Cleanup" to СЃheck whether the task was created
8702+
# Also we can parse "$env:SystemRoot\System32\Tasks\Sophia\Windows Cleanup" to check whether the task was created
87038703
$ScheduleService = New-Object -ComObject Schedule.Service
87048704
$ScheduleService.Connect()
87058705
$ScheduleService.GetFolder("\Sophia").GetTasks(0) | Where-Object -FilterScript {$_.Name -eq "Windows Cleanup"} | Foreach-Object {
@@ -9171,7 +9171,7 @@ function SoftwareDistributionTask
91719171
# Checking if we're trying to create the task when it was already created as another user
91729172
if (Get-ScheduledTask -TaskPath "\Sophia\" -TaskName SoftwareDistribution -ErrorAction Ignore)
91739173
{
9174-
# Also we can parse $env:SystemRoot\System32\Tasks\Sophia\SoftwareDistribution to СЃheck whether the task was created
9174+
# Also we can parse $env:SystemRoot\System32\Tasks\Sophia\SoftwareDistribution to check whether the task was created
91759175
$ScheduleService = New-Object -ComObject Schedule.Service
91769176
$ScheduleService.Connect()
91779177
$ScheduleService.GetFolder("\Sophia").GetTasks(0) | Where-Object -FilterScript {$_.Name -eq "SoftwareDistribution"} | Foreach-Object {
@@ -9515,7 +9515,7 @@ function TempTask
95159515
# Checking if we're trying to create the task when it was already created as another user
95169516
if (Get-ScheduledTask -TaskPath "\Sophia\" -TaskName Temp -ErrorAction Ignore)
95179517
{
9518-
# Also we can parse $env:SystemRoot\System32\Tasks\Sophia\Temp to СЃheck whether the task was created
9518+
# Also we can parse $env:SystemRoot\System32\Tasks\Sophia\Temp to check whether the task was created
95199519
$ScheduleService = New-Object -ComObject Schedule.Service
95209520
$ScheduleService.Connect()
95219521
$ScheduleService.GetFolder("\Sophia").GetTasks(0) | Where-Object -FilterScript {$_.Name -eq "Temp"} | Foreach-Object {

0 commit comments

Comments
 (0)