diff --git a/Wrapper/Config/config_Windows_11.json b/Wrapper/Config/config_Windows_11.json index af38bff1..4a3bf187 100644 --- a/Wrapper/Config/config_Windows_11.json +++ b/Wrapper/Config/config_Windows_11.json @@ -2250,22 +2250,6 @@ "Preset": "Zero", "WindowsDefault": "One" }, - { - "Region": "Context menu", - "Control": "cmb", - "Required": "false", - "Function": "Windows10ContextMenu", - "Arg": { - "Zero": { - "Tag": "Disable" - }, - "One": { - "Tag": "Enable" - } - }, - "Preset": "Zero", - "WindowsDefault": "Zero" - }, { "Region": "Update Policies", "Control": "chk", diff --git a/Wrapper/Localizations/de-DE/tooltip_Windows_11.json b/Wrapper/Localizations/de-DE/tooltip_Windows_11.json index 6f1a604d..5161b86c 100644 --- a/Wrapper/Localizations/de-DE/tooltip_Windows_11.json +++ b/Wrapper/Localizations/de-DE/tooltip_Windows_11.json @@ -1973,20 +1973,6 @@ } } }, - { - "Region": "Context menu", - "Function": "Windows10ContextMenu", - "Arg": { - "Zero": { - "Tag": "Disable", - "ToolTip": "Windows 10-Kontextmenüstil deaktivieren (Standardeinstellung)." - }, - "One": { - "Tag": "Enable", - "ToolTip": "Windows 10-Kontextmenüstil aktivieren." - } - } - }, { "Region": "Update Policies", "Function": "UpdateLGPEPolicies", diff --git a/Wrapper/Localizations/en-US/tooltip_Windows_11.json b/Wrapper/Localizations/en-US/tooltip_Windows_11.json index a3a1bc9f..949417d6 100644 --- a/Wrapper/Localizations/en-US/tooltip_Windows_11.json +++ b/Wrapper/Localizations/en-US/tooltip_Windows_11.json @@ -1973,20 +1973,6 @@ } } }, - { - "Region": "Context menu", - "Function": "Windows10ContextMenu", - "Arg": { - "Zero": { - "Tag": "Disable", - "ToolTip": "Disable the Windows 10 context menu style (default value)." - }, - "One": { - "Tag": "Enable", - "ToolTip": "Enable the Windows 10 context menu style" - } - } - }, { "Region": "Update Policies", "Function": "UpdateLGPEPolicies", diff --git a/Wrapper/Localizations/ru-RU/tooltip_Windows_11.json b/Wrapper/Localizations/ru-RU/tooltip_Windows_11.json index cf38aaa4..4c7ed6ba 100644 --- a/Wrapper/Localizations/ru-RU/tooltip_Windows_11.json +++ b/Wrapper/Localizations/ru-RU/tooltip_Windows_11.json @@ -1973,20 +1973,6 @@ } } }, - { - "Region": "Context menu", - "Function": "Windows10ContextMenu", - "Arg": { - "Zero": { - "Tag": "Disable", - "ToolTip": "Отключить стиль контекстного меню из Windows 10 (значение по умолчанию)." - }, - "One": { - "Tag": "Enable", - "ToolTip": "Включить стиль контекстного меню из Windows 10." - } - } - }, { "Region": "Update Policies", "Function": "UpdateLGPEPolicies", diff --git a/src/Sophia_Script_for_Windows_11/Sophia.ps1 b/src/Sophia_Script_for_Windows_11/Sophia.ps1 index a7da4bca..2969a4bc 100644 --- a/src/Sophia_Script_for_Windows_11/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_11/Sophia.ps1 @@ -1382,14 +1382,6 @@ OpenWindowsTerminalAdminContext -Enable # Do not open Windows Terminal in context menu as administrator by default (default value) # Не открывать Windows Terminal из контекстного меню от имени администратора по умолчанию (значение по умолчанию) # OpenWindowsTerminalAdminContext -Disable - -# Disable the Windows 10 context menu style (default value) -# Отключить стиль контекстного меню из Windows 10 (значение по умолчанию) -Windows10ContextMenu -Disable - -# Enable the Windows 10 context menu style -# Включить стиль контекстного меню из Windows 10 -# Windows10ContextMenu -Enable #endregion Context menu #region Update Policies diff --git a/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 b/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 index e6a817da..75794fea 100644 --- a/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 +++ b/src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1 @@ -1393,14 +1393,6 @@ OpenWindowsTerminalAdminContext -Enable # Do not open Windows Terminal in context menu as administrator by default (default value) # Не открывать Windows Terminal из контекстного меню от имени администратора по умолчанию (значение по умолчанию) # OpenWindowsTerminalAdminContext -Disable - -# Disable the Windows 10 context menu style (default value) -# Отключить стиль контекстного меню из Windows 10 (значение по умолчанию) -Windows10ContextMenu -Disable - -# Enable the Windows 10 context menu style -# Включить стиль контекстного меню из Windows 10 -# Windows10ContextMenu -Enable #endregion Context menu #region Update Policies