Opposites for functions now have an opposite selection in JSON. This is for comboboxes that have 3 or more selections. Fixed: LTSC versions can now run without Internet - still pass 'go' when no Internet connection is found. Previously LTSC versions needed Internet active. Normal Windows Versions did not have this problem at all.
Added: Opposite Tab and Opposite Everything in menu, Fixed: 'PinToStart -Tiles' Sophia preset on 'config_Windows_10_LTSC.json' only has '01', not '012', Removed 'control.Uid' usage and just rely on 'control.Tag' usage, Refactor more.
Fixed proper ToolTips for labels. What was broken: The ToolTips for labels added ToolTips based only on function name. The function name sometimes occurred in the tag like in 'ThisPC'. 'ThisPC' is a function but 'ThisPC' is also a tag in 'OpenFileExplorerTo'. Labels for ToolTips is based on Function name and its Tag: "OpenFileExplorerTo -ThisPC". So "ThisPC" occurs 3 times when using '.Contains("ThisPC")' making a 3 bullets ToolTips for "ThisPC" function label. Fixed but may need to find another way than using the function '.Contains(x)' later.
Name change "Install-VCRedist -Redistributables" support and 'main' tooltip in Localizations for all languages. Install-DotNetRuntimes -Runtimes name change support.