Browse Source

fixed typos

fixed typos
pull/469/head 6.4.2
Dmitry Nefedov 1 year ago
parent
commit
a38e68e9a8
  1. 2
      src/Sophia_Script_for_Windows_10/Module/Sophia.psm1
  2. 12
      src/Sophia_Script_for_Windows_10/Sophia.ps1
  3. 2
      src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1
  4. 2
      src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1
  5. 2
      src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1
  6. 12
      src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1
  7. 2
      src/Sophia_Script_for_Windows_11/Module/Sophia.psm1
  8. 2
      src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

2
src/Sophia_Script_for_Windows_10/Module/Sophia.psm1

@ -567,7 +567,7 @@ public static string GetString(uint strId)
Get-Service -Name SysMain | Set-Service -StartupType Automatic
Get-Service -Name SysMain | Start-Service
Start-Process -FileName "https://www.outsidethebox.ms/19318/"
Start-Process -FilePath "https://www.outsidethebox.ms/19318/"
}
# PowerShell 5.1 (7.3 too) interprets 8.3 file name literally, if an environment variable contains a non-latin word

12
src/Sophia_Script_for_Windows_10/Sophia.ps1

@ -1040,17 +1040,17 @@ AppSuggestions -Hide
# AppSuggestions -Show
<#
Pin to Start the following shortcuts: Control Panel, Devices and Printers, PowerShell
Valid shortcuts values: ControlPanel, DevicesPrinters and PowerShell
Pin to Start the following shortcuts: Control Panel, Devices and Printers
Valid shortcuts values: ControlPanel and DevicesPrinters
Закрепить на начальном экране следующие ярлыки: Панель управления, Устройства и принтеры, PowerShell
Валидные значения ярлыков: ControlPanel, DevicesPrinters, PowerShell
Закрепить на начальном экране следующие ярлыки: Панель управления, Устройства и принтеры
Валидные значения ярлыков: ControlPanel и DevicesPrinters
#>
PinToStart -Tiles ControlPanel, DevicesPrinters, PowerShell
PinToStart -Tiles ControlPanel, DevicesPrinters
# Unpin all tiles first and pin necessary ones
# Открепить все ярлыки сначала и закрепить необходимые
# PinToStart -UnpinAll -Tiles ControlPanel, DevicesPrinters, PowerShell
# PinToStart -UnpinAll -Tiles ControlPanel, DevicesPrinters
# Unpin all the Start tiles
# Открепить все ярлыки от начального экрана

2
src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1

@ -527,7 +527,7 @@ public static string GetString(uint strId)
Get-Service -Name SysMain | Set-Service -StartupType Automatic
Get-Service -Name SysMain | Start-Service
Start-Process -FileName "https://www.outsidethebox.ms/19318/"
Start-Process -FilePath "https://www.outsidethebox.ms/19318/"
}
# PowerShell 5.1 (7.3 too) interprets 8.3 file name literally, if an environment variable contains a non-latin word

2
src/Sophia_Script_for_Windows_10_LTSC_2021/Module/Sophia.psm1

@ -527,7 +527,7 @@ public static string GetString(uint strId)
Get-Service -Name SysMain | Set-Service -StartupType Automatic
Get-Service -Name SysMain | Start-Service
Start-Process -FileName "https://www.outsidethebox.ms/19318/"
Start-Process -FilePath "https://www.outsidethebox.ms/19318/"
}
# PowerShell 5.1 (7.3 too) interprets 8.3 file name literally, if an environment variable contains a non-latin word

2
src/Sophia_Script_for_Windows_10_PowerShell_7/Module/Sophia.psm1

@ -573,7 +573,7 @@ public static string GetString(uint strId)
Get-Service -Name SysMain | Set-Service -StartupType Automatic
Get-Service -Name SysMain | Start-Service
Start-Process -FileName "https://www.outsidethebox.ms/19318/"
Start-Process -FilePath "https://www.outsidethebox.ms/19318/"
}
# PowerShell 5.1 (7.3 too) interprets 8.3 file name literally, if an environment variable contains a non-latin word

12
src/Sophia_Script_for_Windows_10_PowerShell_7/Sophia.ps1

@ -1049,17 +1049,17 @@ AppSuggestions -Hide
# AppSuggestions -Show
<#
Pin to Start the following shortcuts: Control Panel, Devices and Printers, PowerShell
Valid shortcuts values: ControlPanel, DevicesPrinters and PowerShell
Pin to Start the following shortcuts: Control Panel, Devices and Printers
Valid shortcuts values: ControlPanel and DevicesPrinters
Закрепить на начальном экране следующие ярлыки: Панель управления, Устройства и принтеры, PowerShell
Валидные значения ярлыков: ControlPanel, DevicesPrinters, PowerShell
Закрепить на начальном экране следующие ярлыки: Панель управления, Устройства и принтеры
Валидные значения ярлыков: ControlPanel и DevicesPrinters
#>
PinToStart -Tiles ControlPanel, DevicesPrinters, PowerShell
PinToStart -Tiles ControlPanel, DevicesPrinters
# Unpin all tiles first and pin necessary ones
# Открепить все ярлыки сначала и закрепить необходимые
# PinToStart -UnpinAll -Tiles ControlPanel, DevicesPrinters, PowerShell
# PinToStart -UnpinAll -Tiles ControlPanel, DevicesPrinters
# Unpin all the Start tiles
# Открепить все ярлыки от начального экрана

2
src/Sophia_Script_for_Windows_11/Module/Sophia.psm1

@ -622,7 +622,7 @@ public static string GetString(uint strId)
Get-Service -Name SysMain | Set-Service -StartupType Automatic
Get-Service -Name SysMain | Start-Service
Start-Process -FileName "https://www.outsidethebox.ms/19318/"
Start-Process -FilePath "https://www.outsidethebox.ms/19318/"
}
# PowerShell 5.1 (7.3 too) interprets 8.3 file name literally, if an environment variable contains a non-latin word

2
src/Sophia_Script_for_Windows_11_PowerShell_7/Module/Sophia.psm1

@ -626,7 +626,7 @@ public static string GetString(uint strId)
Get-Service -Name SysMain | Set-Service -StartupType Automatic
Get-Service -Name SysMain | Start-Service
Start-Process -FileName "https://www.outsidethebox.ms/19318/"
Start-Process -FilePath "https://www.outsidethebox.ms/19318/"
}
# PowerShell 5.1 (7.3 too) interprets 8.3 file name literally, if an environment variable contains a non-latin word

Loading…
Cancel
Save