Browse Source

Updated Wrapper

pull/625/head
Dmitry Nefedov 2 months ago
parent
commit
03962a55a2
  1. 271
      Wrapper/Config/config_Windows_10.json
  2. 183
      Wrapper/Config/config_Windows_10_LTSC.json
  3. 133
      Wrapper/Config/config_Windows_11.json
  4. 109
      Wrapper/Config/config_Windows_11_LTSC.json
  5. 3
      Wrapper/Localizations/de-DE/ui.json
  6. 14
      Wrapper/Localizations/en-US/tooltip_Windows_10.json
  7. 21
      Wrapper/Localizations/en-US/tooltip_Windows_11.json
  8. 3
      Wrapper/Localizations/en-US/ui.json
  9. 3
      Wrapper/Localizations/ru-RU/ui.json
  10. BIN
      Wrapper/SophiaScriptWrapper.exe

271
Wrapper/Config/config_Windows_10.json

@ -3,6 +3,7 @@
"Region": "Protection", "Region": "Protection",
"Control": "cmb", "Control": "cmb",
"Required": "true", "Required": "true",
"RequiredIndex" : "0",
"Function": "InitialActions", "Function": "InitialActions",
"Arg": { "Arg": {
"Zero": { "Zero": {
@ -941,6 +942,8 @@
"Control": "cmb", "Control": "cmb",
"Required": "false", "Required": "false",
"Function": "UserFolders", "Function": "UserFolders",
"Arg2Width": "110",
"Arg2ArgWidth": "100",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "Show" "Tag": "Show"
@ -949,14 +952,95 @@
"Tag": "Hide" "Tag": "Hide"
} }
}, },
"Arg2": {
"Zero": {
"Function": "ThreeDObjects",
"Arg": {
"Zero": {
"Tag": "Show"
},
"One": {
"Tag": "Hide"
}
}
},
"One": {
"Function": "Desktop",
"Arg": {
"Zero": {
"Tag": "Show"
},
"One": {
"Tag": "Hide"
}
}
},
"Two": {
"Function": "Documents",
"Arg": {
"Zero": {
"Tag": "Show"
},
"One": {
"Tag": "Hide"
}
}
},
"Three": {
"Function": "Downloads",
"Arg": {
"Zero": {
"Tag": "Show"
},
"One": {
"Tag": "Hide"
}
}
},
"Four": {
"Function": "Music",
"Arg": {
"Zero": {
"Tag": "Show"
},
"One": {
"Tag": "Hide"
}
}
},
"Five": {
"Function": "Pictures",
"Arg": {
"Zero": {
"Tag": "Show"
},
"One": {
"Tag": "Hide"
}
}
},
"Six": {
"Function": "Videos",
"Arg": {
"Zero": {
"Tag": "Show"
},
"One": {
"Tag": "Hide"
}
}
}
},
"Preset": "Zero", "Preset": "Zero",
"WindowsDefault": "Zero" "WindowsDefault": "One"
}, },
{ {
"Region": "OneDrive", "Region": "OneDrive",
"Control": "cmb", "Control": "cmbchkalter",
"Required": "false", "Required": "false",
"Function": "OneDrive", "Function": "OneDrive",
"Function2": "OneDrive -AllUsers",
"Function2Selects": "1",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "Uninstall" "Tag": "Uninstall"
@ -968,19 +1052,7 @@
"Preset": "Zero", "Preset": "Zero",
"WindowsDefault": "" "WindowsDefault": ""
}, },
{
"Region": "OneDrive",
"Control": "chk",
"Required": "false",
"Function": "OneDrive -AllUsers",
"Arg": {
"Zero": {
"Tag": ""
}
},
"Preset": "",
"WindowsDefault": ""
},
{ {
"Region": "System", "Region": "System",
"Control": "cmb", "Control": "cmb",
@ -1482,12 +1554,30 @@
}, },
{ {
"Region": "System", "Region": "System",
"Control": "chk", "Control": "tboxtboxtbox",
"Required": "false", "Required": "false",
"Function": "Set-Association", "Function": "Set-Association",
"Width": "170",
"WidthMinus": "35",
"MarginMinus": "5",
"WidthPlus": "35",
"MarginPlus": "5",
"WidthOpen": "75",
"WidthSave": "100",
"MarginSave": "225",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "" "Tag": "ProgramPath",
"Width": "325"
},
"One": {
"Tag": "Extension",
"Width": "85"
},
"Two": {
"Tag": "Icon",
"Width": "250",
"Number": "1000"
} }
}, },
"Preset": "", "Preset": "",
@ -1581,21 +1671,42 @@
"WindowsDefault": "One" "WindowsDefault": "One"
}, },
{ {
"Region": "System", "Region": "System",
"Control": "cmb", "Control": "cmbchk",
"Required": "false", "Required": "false",
"Function": "PreventEdgeShortcutCreation", "Function": "PreventEdgeShortcutCreation",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "Channels" "Tag": "Channels"
}, },
"One": { "One": {
"Tag": "Disable" "Tag": "Disable"
} }
},
"Arg2": {
"Zero": {
"Tag": "Stable",
"Width": "75"
},
"One": {
"Tag": "Beta",
"Width": "65"
},
"Two": {
"Tag": "Dev",
"Width": "62"
},
"Three": {
"Tag": "Canary",
"Width": "80"
}
},
"Preset": "Zero",
"WindowsDefault": "One",
"Preset2": "0123",
"WindowsDefault2": ""
}, },
"Preset": "Zero",
"WindowsDefault": "One"
},
{ {
"Region": "System", "Region": "System",
"Control": "cmb", "Control": "cmb",
@ -1689,11 +1800,13 @@
"Preset": "", "Preset": "",
"WindowsDefault": "" "WindowsDefault": ""
}, },
{ {
"Region": "UWP apps", "Region": "UWP apps",
"Control": "chk", "Control": "chkchkalter",
"Required": "false", "Required": "false",
"Separate": "true",
"Function": "UninstallUWPApps", "Function": "UninstallUWPApps",
"Function2": "UninstallUWPApps -ForAllUsers",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "" "Tag": ""
@ -1701,20 +1814,8 @@
}, },
"Preset": "Zero", "Preset": "Zero",
"WindowsDefault": "" "WindowsDefault": ""
}, },
{
"Region": "UWP apps",
"Control": "chk",
"Required": "false",
"Function": "UninstallUWPApps -ForAllUsers",
"Arg": {
"Zero": {
"Tag": ""
}
},
"Preset": "",
"WindowsDefault": ""
},
{ {
"Region": "UWP apps", "Region": "UWP apps",
"Control": "cmb", "Control": "cmb",
@ -2059,21 +2160,69 @@
"WindowsDefault": "One" "WindowsDefault": "One"
}, },
{ {
"Region": "Microsoft Defender & Security", "Region": "Microsoft Defender & Security",
"Control": "cmb", "Control": "cmbcmbcmb",
"Required": "false", "Required": "false",
"Function": "DNSoverHTTPS", "Function": "DNSoverHTTPS",
"Arg": { "Key": "SYSTEM\\CurrentControlSet\\Services\\Dnscache\\Parameters\\DohWellKnownServers",
"Zero": { "PrefixArg2": "PrimaryDNS",
"Tag": "Enable" "PrefixArg3": "SecondaryDNS",
}, "Arg2_3_Width": "145",
"One": { "Arg": {
"Tag": "Disable" "Zero": {
} "Tag": "Enable"
},
"One": {
"Tag": "Disable"
}
},
"Arg2": {
"Zero": {
"Tag": "1.0.0.1"
},
"One": {
"Tag": "1.1.1.1"
},
"Two": {
"Tag": "149.112.112.112"
},
"Three": {
"Tag": "8.8.4.4"
},
"Four": {
"Tag": "8.8.8.8"
},
"Five": {
"Tag": "9.9.9.9"
}
},
"Arg3": {
"Zero": {
"Tag": "1.0.0.1"
},
"One": {
"Tag": "1.1.1.1"
},
"Two": {
"Tag": "149.112.112.112"
},
"Three": {
"Tag": "8.8.4.4"
},
"Four": {
"Tag": "8.8.8.8"
},
"Five": {
"Tag": "9.9.9.9"
}
},
"Preset": "Zero",
"WindowsDefault": "One",
"Preset2": "Zero",
"WindowsDefault2": "",
"Preset3": "One",
"WindowsDefault3": ""
}, },
"Preset": "Zero",
"WindowsDefault": "One"
},
{ {
"Region": "Context menu", "Region": "Context menu",
"Control": "cmb", "Control": "cmb",

183
Wrapper/Config/config_Windows_10_LTSC.json

@ -3,6 +3,7 @@
"Region": "Protection", "Region": "Protection",
"Control": "cmb", "Control": "cmb",
"Required": "true", "Required": "true",
"RequiredIndex" : "0",
"Function": "InitialActions", "Function": "InitialActions",
"Arg": { "Arg": {
"Zero": { "Zero": {
@ -540,7 +541,7 @@
"Region": "UI & Personalization", "Region": "UI & Personalization",
"Control": "cmb", "Control": "cmb",
"Required": "false", "Required": "false",
"Function": "PeopleTaskbar", "Function": "MeetNow",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "Hide" "Tag": "Hide"
@ -551,14 +552,14 @@
}, },
"Preset": "Zero", "Preset": "Zero",
"WindowsDefault": "One", "WindowsDefault": "One",
"LTSC2019": "true", "LTSC2019": "false",
"LTSC2021": "false" "LTSC2021": "true"
}, },
{ {
"Region": "UI & Personalization", "Region": "UI & Personalization",
"Control": "cmb", "Control": "cmb",
"Required": "false", "Required": "false",
"Function": "MeetNow", "Function": "PeopleTaskbar",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "Hide" "Tag": "Hide"
@ -569,7 +570,7 @@
}, },
"Preset": "Zero", "Preset": "Zero",
"WindowsDefault": "One", "WindowsDefault": "One",
"LTSC2019": "false", "LTSC2019": "true",
"LTSC2021": "true" "LTSC2021": "true"
}, },
{ {
@ -1449,20 +1450,36 @@
"LTSC2021": "true" "LTSC2021": "true"
}, },
{ {
"Region": "System", "Region": "System",
"Control": "chk", "Control": "tboxtboxtbox",
"Required": "false", "Required": "false",
"Function": "Set-Association", "Function": "Set-Association",
"Arg": { "Width": "170",
"Zero": { "WidthMinus": "35",
"Tag": "" "MarginMinus": "5",
} "WidthPlus": "35",
"MarginPlus": "5",
"WidthOpen": "75",
"WidthSave": "100",
"MarginSave": "225",
"Arg": {
"Zero": {
"Tag": "ProgramPath",
"Width": "325"
},
"One": {
"Tag": "Extension",
"Width": "85"
},
"Two": {
"Tag": "Icon",
"Width": "250",
"Number": "1000"
}
},
"Preset": "",
"WindowsDefault": ""
}, },
"Preset": "",
"WindowsDefault": "",
"LTSC2019": "true",
"LTSC2021": "true"
},
{ {
"Region": "System", "Region": "System",
"Control": "chk", "Control": "chk",
@ -1548,23 +1565,41 @@
"LTSC2021": "true" "LTSC2021": "true"
}, },
{ {
"Region": "System", "Region": "System",
"Control": "cmb", "Control": "cmbchk",
"Required": "false", "Required": "false",
"Function": "PreventEdgeShortcutCreation", "Function": "PreventEdgeShortcutCreation",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "Channels" "Tag": "Channels"
}, },
"One": { "One": {
"Tag": "Disable" "Tag": "Disable"
} }
},
"Arg2": {
"Zero": {
"Tag": "Stable",
"Width": "75"
},
"One": {
"Tag": "Beta",
"Width": "65"
},
"Two": {
"Tag": "Dev",
"Width": "62"
},
"Three": {
"Tag": "Canary",
"Width": "80"
}
},
"Preset": "Zero",
"WindowsDefault": "One",
"Preset2": "0123",
"WindowsDefault2": ""
}, },
"Preset": "Zero",
"WindowsDefault": "",
"LTSC2019": "true",
"LTSC2021": "true"
},
{ {
"Region": "System", "Region": "System",
"Control": "cmb", "Control": "cmb",
@ -1965,23 +2000,69 @@
"LTSC2021": "true" "LTSC2021": "true"
}, },
{ {
"Region": "Microsoft Defender & Security", "Region": "Microsoft Defender & Security",
"Control": "cmb", "Control": "cmbcmbcmb",
"Required": "false", "Required": "false",
"Function": "DNSoverHTTPS", "Function": "DNSoverHTTPS",
"Arg": { "Key": "SYSTEM\\CurrentControlSet\\Services\\Dnscache\\Parameters\\DohWellKnownServers",
"Zero": { "PrefixArg2": "PrimaryDNS",
"Tag": "Enable" "PrefixArg3": "SecondaryDNS",
}, "Arg2_3_Width": "145",
"One": { "Arg": {
"Tag": "Disable" "Zero": {
} "Tag": "Enable"
},
"One": {
"Tag": "Disable"
}
},
"Arg2": {
"Zero": {
"Tag": "1.0.0.1"
},
"One": {
"Tag": "1.1.1.1"
},
"Two": {
"Tag": "149.112.112.112"
},
"Three": {
"Tag": "8.8.4.4"
},
"Four": {
"Tag": "8.8.8.8"
},
"Five": {
"Tag": "9.9.9.9"
}
},
"Arg3": {
"Zero": {
"Tag": "1.0.0.1"
},
"One": {
"Tag": "1.1.1.1"
},
"Two": {
"Tag": "149.112.112.112"
},
"Three": {
"Tag": "8.8.4.4"
},
"Four": {
"Tag": "8.8.8.8"
},
"Five": {
"Tag": "9.9.9.9"
}
},
"Preset": "Zero",
"WindowsDefault": "One",
"Preset2": "Zero",
"WindowsDefault2": "",
"Preset3": "One",
"WindowsDefault3": ""
}, },
"Preset": "Zero",
"WindowsDefault": "One",
"LTSC2019": "false",
"LTSC2021": "true"
},
{ {
"Region": "Context menu", "Region": "Context menu",
"Control": "cmb", "Control": "cmb",
@ -2231,4 +2312,4 @@
"LTSC2019": "true", "LTSC2019": "true",
"LTSC2021": "true" "LTSC2021": "true"
} }
] ]

133
Wrapper/Config/config_Windows_11.json

@ -3,6 +3,7 @@
"Region": "Protection", "Region": "Protection",
"Control": "cmb", "Control": "cmb",
"Required": "true", "Required": "true",
"RequiredIndex" : "0",
"Function": "InitialActions", "Function": "InitialActions",
"Arg": { "Arg": {
"Zero": { "Zero": {
@ -890,9 +891,11 @@
}, },
{ {
"Region": "OneDrive", "Region": "OneDrive",
"Control": "cmb", "Control": "cmbchkalter",
"Required": "false", "Required": "false",
"Function": "OneDrive", "Function": "OneDrive",
"Function2": "OneDrive -AllUsers",
"Function2Selects": "1",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "Uninstall" "Tag": "Uninstall"
@ -904,19 +907,6 @@
"Preset": "Zero", "Preset": "Zero",
"WindowsDefault": "" "WindowsDefault": ""
}, },
{
"Region": "OneDrive",
"Control": "chk",
"Required": "false",
"Function": "OneDrive -AllUsers",
"Arg": {
"Zero": {
"Tag": ""
}
},
"Preset": "",
"WindowsDefault": ""
},
{ {
"Region": "System", "Region": "System",
"Control": "cmb", "Control": "cmb",
@ -1418,12 +1408,30 @@
}, },
{ {
"Region": "System", "Region": "System",
"Control": "chk", "Control": "tboxtboxtbox",
"Required": "false", "Required": "false",
"Function": "Set-Association", "Function": "Set-Association",
"Width": "170",
"WidthMinus": "35",
"MarginMinus": "5",
"WidthPlus": "35",
"MarginPlus": "5",
"WidthOpen": "75",
"WidthSave": "100",
"MarginSave": "225",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "" "Tag": "ProgramPath",
"Width": "325"
},
"One": {
"Tag": "Extension",
"Width": "85"
},
"Two": {
"Tag": "Icon",
"Width": "250",
"Number": "1000"
} }
}, },
"Preset": "", "Preset": "",
@ -1521,7 +1529,7 @@
}, },
{ {
"Region": "System", "Region": "System",
"Control": "cmb", "Control": "cmbchk",
"Required": "false", "Required": "false",
"Function": "PreventEdgeShortcutCreation", "Function": "PreventEdgeShortcutCreation",
"Arg": { "Arg": {
@ -1532,8 +1540,28 @@
"Tag": "Disable" "Tag": "Disable"
} }
}, },
"Arg2": {
"Zero": {
"Tag": "Stable",
"Width": "75"
},
"One": {
"Tag": "Beta",
"Width": "65"
},
"Two": {
"Tag": "Dev",
"Width": "62"
},
"Three": {
"Tag": "Canary",
"Width": "80"
}
},
"Preset": "Zero", "Preset": "Zero",
"WindowsDefault": "One" "WindowsDefault": "One",
"Preset2": "0123",
"WindowsDefault2": ""
}, },
{ {
"Region": "System", "Region": "System",
@ -1585,9 +1613,11 @@
}, },
{ {
"Region": "UWP apps", "Region": "UWP apps",
"Control": "chk", "Control": "chkchkalter",
"Required": "false", "Required": "false",
"Separate": "true",
"Function": "UninstallUWPApps", "Function": "UninstallUWPApps",
"Function2": "UninstallUWPApps -ForAllUsers",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "" "Tag": ""
@ -1596,19 +1626,6 @@
"Preset": "Zero", "Preset": "Zero",
"WindowsDefault": "" "WindowsDefault": ""
}, },
{
"Region": "UWP apps",
"Control": "chk",
"Required": "false",
"Function": "UninstallUWPApps -ForAllUsers",
"Arg": {
"Zero": {
"Tag": ""
}
},
"Preset": "",
"WindowsDefault": ""
},
{ {
"Region": "Gaming", "Region": "Gaming",
"Control": "cmb", "Control": "cmb",
@ -1906,9 +1923,13 @@
}, },
{ {
"Region": "Microsoft Defender & Security", "Region": "Microsoft Defender & Security",
"Control": "cmb", "Control": "cmbcmbcmb",
"Required": "false", "Required": "false",
"Function": "DNSoverHTTPS", "Function": "DNSoverHTTPS",
"Key": "SYSTEM\\CurrentControlSet\\Services\\Dnscache\\Parameters\\DohWellKnownServers",
"PrefixArg2": "PrimaryDNS",
"PrefixArg3": "SecondaryDNS",
"Arg2_3_Width": "145",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "Enable" "Tag": "Enable"
@ -1917,8 +1938,52 @@
"Tag": "Disable" "Tag": "Disable"
} }
}, },
"Arg2": {
"Zero": {
"Tag": "1.0.0.1"
},
"One": {
"Tag": "1.1.1.1"
},
"Two": {
"Tag": "149.112.112.112"
},
"Three": {
"Tag": "8.8.4.4"
},
"Four": {
"Tag": "8.8.8.8"
},
"Five": {
"Tag": "9.9.9.9"
}
},
"Arg3": {
"Zero": {
"Tag": "1.0.0.1"
},
"One": {
"Tag": "1.1.1.1"
},
"Two": {
"Tag": "149.112.112.112"
},
"Three": {
"Tag": "8.8.4.4"
},
"Four": {
"Tag": "8.8.8.8"
},
"Five": {
"Tag": "9.9.9.9"
}
},
"Preset": "Zero", "Preset": "Zero",
"WindowsDefault": "One" "WindowsDefault": "One",
"Preset2": "Zero",
"WindowsDefault2": "",
"Preset3": "One",
"WindowsDefault3": ""
}, },
{ {
"Region": "Microsoft Defender & Security", "Region": "Microsoft Defender & Security",

109
Wrapper/Config/config_Windows_11_LTSC.json

@ -3,6 +3,7 @@
"Region": "Protection", "Region": "Protection",
"Control": "cmb", "Control": "cmb",
"Required": "true", "Required": "true",
"RequiredIndex" : "0",
"Function": "InitialActions", "Function": "InitialActions",
"Arg": { "Arg": {
"Zero": { "Zero": {
@ -1441,12 +1442,32 @@
}, },
{ {
"Region": "System", "Region": "System",
"Control": "chk", "Control": "tboxtboxtbox",
"Required": "false", "Required": "false",
"Function": "Set-Association", "Function": "Set-Association",
"Arg": { "Width": "170",
"Zero": { "WidthMinus": "35",
"Tag": "" "MarginMinus": "5",
"WidthPlus": "35",
"MarginPlus": "5",
"WidthOpen": "75",
"WidthSave": "100",
"MarginSave": "225",
"Arg": {
"Zero": {
"Tag": "ProgramPath",
"Width": "325"
},
"One": {
"Tag": "Extension",
"Width": "85"
},
"Two": {
"Tag": "Icon",
"Width": "250",
"Number": "1000"
}
}
} }
}, },
"Preset": "", "Preset": "",
@ -1534,19 +1555,39 @@
}, },
{ {
"Region": "System", "Region": "System",
"Control": "cmb", "Control": "cmbchk",
"Required": "false", "Required": "false",
"Function": "PreventEdgeShortcutCreation", "Function": "PreventEdgeShortcutCreation",
"Arg": { "Arg": {
"Zero": {
"Tag": "Channels"
},
"One": {
"Tag": "Disable"
}
},
"Arg2": {
"Zero": { "Zero": {
"Tag": "Channels" "Tag": "Stable",
"Width": "75"
}, },
"One": { "One": {
"Tag": "Disable" "Tag": "Beta",
"Width": "65"
},
"Two": {
"Tag": "Dev",
"Width": "62"
},
"Three": {
"Tag": "Canary",
"Width": "80"
} }
}, },
"Preset": "Zero", "Preset": "Zero",
"WindowsDefault": "One", "WindowsDefault": "One",
"Preset2": "0123",
"WindowsDefault": "One",
"LTSC2024": "true" "LTSC2024": "true"
}, },
{ {
@ -1602,9 +1643,11 @@
}, },
{ {
"Region": "UWP apps", "Region": "UWP apps",
"Control": "chk", "Control": "chkchkalter",
"Required": "false", "Required": "false",
"Separate": "true",
"Function": "UninstallUWPApps", "Function": "UninstallUWPApps",
"Function2": "UninstallUWPApps -ForAllUsers",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "" "Tag": ""
@ -1910,9 +1953,13 @@
}, },
{ {
"Region": "Microsoft Defender & Security", "Region": "Microsoft Defender & Security",
"Control": "cmb", "Control": "cmbcmbcmb",
"Required": "false", "Required": "false",
"Function": "DNSoverHTTPS", "Function": "DNSoverHTTPS",
"Key": "SYSTEM\\CurrentControlSet\\Services\\Dnscache\\Parameters\\DohWellKnownServers",
"PrefixArg2": "PrimaryDNS",
"PrefixArg3": "SecondaryDNS",
"Arg2_3_Width": "145",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "Enable" "Tag": "Enable"
@ -1921,8 +1968,52 @@
"Tag": "Disable" "Tag": "Disable"
} }
}, },
"Arg2": {
"Zero": {
"Tag": "1.0.0.1"
},
"One": {
"Tag": "1.1.1.1"
},
"Two": {
"Tag": "149.112.112.112"
},
"Three": {
"Tag": "8.8.4.4"
},
"Four": {
"Tag": "8.8.8.8"
},
"Five": {
"Tag": "9.9.9.9"
}
},
"Arg3": {
"Zero": {
"Tag": "1.0.0.1"
},
"One": {
"Tag": "1.1.1.1"
},
"Two": {
"Tag": "149.112.112.112"
},
"Three": {
"Tag": "8.8.4.4"
},
"Four": {
"Tag": "8.8.8.8"
},
"Five": {
"Tag": "9.9.9.9"
}
},
"Preset": "Zero", "Preset": "Zero",
"WindowsDefault": "One", "WindowsDefault": "One",
"Preset2": "Zero",
"WindowsDefault2": "",
"Preset3": "One",
"WindowsDefault3": "",
"LTSC2024": "true" "LTSC2024": "true"
}, },
{ {

3
Wrapper/Localizations/de-DE/ui.json

@ -14,7 +14,8 @@
"menuThemeDark": "Dunkel", "menuThemeDark": "Dunkel",
"menuThemeLight": "Hell", "menuThemeLight": "Hell",
"menuLanguage": "Sprache", "menuLanguage": "Sprache",
"menuAbout": "Über" "menuAbout": "Über",
"menuDonate": "Spenden"
} }
}, },
{ {

14
Wrapper/Localizations/en-US/tooltip_Windows_10.json

@ -1299,20 +1299,17 @@
{ {
"Region": "System", "Region": "System",
"Function": "Set-Association", "Function": "Set-Association",
"Arg": { "ToolTip": "Register app, calculate hash, and associate with an extension with the 'How do you want to open this' pop-up hidden.",
"Arg": {
"Zero": { "Zero": {
"Tag": "",
"ToolTip": "Register app, calculate hash, and associate with an extension with the 'How do you want to open this' pop-up hidden."
},
"One": {
"Tag": "ProgramPath", "Tag": "ProgramPath",
"ToolTip": "Path to executable file." "ToolTip": "Path to executable file."
}, },
"Two": { "One": {
"Tag": "Extension", "Tag": "Extension",
"ToolTip": "Extension." "ToolTip": "Extension."
}, },
"Three": { "Two": {
"Tag": "Icon", "Tag": "Icon",
"ToolTip": "Path to icon." "ToolTip": "Path to icon."
} }
@ -1500,10 +1497,11 @@
{ {
"Region": "UWP apps", "Region": "UWP apps",
"Function": "UninstallUWPApps -ForAllUsers", "Function": "UninstallUWPApps -ForAllUsers",
"ToolTip": "Uninstall UWP apps using the pop-up dialog box. If the \"For all users\" is checked apps packages will not be installed for new users. The \"ForAllUsers\" argument sets a checkbox to unistall packages for all users.",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "", "Tag": "",
"ToolTip": "Uninstall UWP apps using the pop-up dialog box. If the \"For all users\" is checked apps packages will not be installed for new users. The \"ForAllUsers\" argument sets a checkbox to unistall packages for all users." "ToolTip": ""
} }
} }
}, },

21
Wrapper/Localizations/en-US/tooltip_Windows_11.json

@ -1251,10 +1251,29 @@
{ {
"Region": "System", "Region": "System",
"Function": "Set-Association", "Function": "Set-Association",
"ToolTip": "Register app, calculate hash, and associate with an extension with the 'How do you want to open this' pop-up hidden.",
"Arg": {
"Zero": {
"Tag": "ProgramPath",
"ToolTip": "Path to executable file."
},
"One": {
"Tag": "Extension",
"ToolTip": "Extension."
},
"Two": {
"Tag": "Icon",
"ToolTip": "Path to icon."
}
}
},
{
"Region": "System",
"Function": "Get-Association",
"Arg": { "Arg": {
"Zero": { "Zero": {
"Tag": "", "Tag": "",
"ToolTip": "Register app, calculate hash, and associate with an extension with the 'How do you want to open this' pop-up hidden." "ToolTip": "Get app, calculate hash, and associate with an extension with the 'How do you want to open this' pop-up hidden."
}, },
"One": { "One": {
"Tag": "ProgramPath", "Tag": "ProgramPath",

3
Wrapper/Localizations/en-US/ui.json

@ -14,7 +14,8 @@
"menuThemeDark": "Dark", "menuThemeDark": "Dark",
"menuThemeLight": "Light", "menuThemeLight": "Light",
"menuLanguage": "Language", "menuLanguage": "Language",
"menuAbout": "About" "menuAbout": "About",
"menuDonate": "Donate"
} }
}, },
{ {

3
Wrapper/Localizations/ru-RU/ui.json

@ -14,7 +14,8 @@
"menuThemeDark": "Тёмная", "menuThemeDark": "Тёмная",
"menuThemeLight": "Светлая", "menuThemeLight": "Светлая",
"menuLanguage": "Язык", "menuLanguage": "Язык",
"menuAbout": "О программе" "menuAbout": "О программе",
"menuDonate": "Пожертвовать"
} }
}, },
{ {

BIN
Wrapper/SophiaScriptWrapper.exe

Binary file not shown.
Loading…
Cancel
Save