From 9fd593361eb87f5eeb427b6728e5d55324df8e96 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Fri, 31 Mar 2023 11:32:26 +0300 Subject: [PATCH] Closes #470 --- .../Sophia.ps1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1 b/src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1 index e64279c9..423af678 100644 --- a/src/Sophia_Script_for_Windows_10_LTSC_2021/Sophia.ps1 +++ b/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 # Открепить все ярлыки от начального экрана