Browse Source

Removed Windows10ContextMenu function

master
Dmitry Nefedov 3 weeks ago
parent
commit
29de79f3d2
  1. 16
      Wrapper/Config/config_Windows_11.json
  2. 14
      Wrapper/Localizations/de-DE/tooltip_Windows_11.json
  3. 14
      Wrapper/Localizations/en-US/tooltip_Windows_11.json
  4. 14
      Wrapper/Localizations/ru-RU/tooltip_Windows_11.json
  5. 8
      src/Sophia_Script_for_Windows_11/Sophia.ps1
  6. 8
      src/Sophia_Script_for_Windows_11_PowerShell_7/Sophia.ps1

16
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",

14
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",

14
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",

14
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",

8
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

8
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

Loading…
Cancel
Save