Browse Source

Closes #470

pull/486/head
Dmitry Nefedov 1 year ago
parent
commit
9fd593361e
  1. 12
      src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1

12
src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1

@ -935,17 +935,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
# Открепить все ярлыки от начального экрана

Loading…
Cancel
Save