From 3e14108ce75b524a753900feb33af1c48a875dce Mon Sep 17 00:00:00 2001 From: BenchTweakGaming <76974127+BenchTweakGaming@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:26:20 -0400 Subject: [PATCH 1/2] Update README.md Set-ConsoleFont update --- Wrapper/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Wrapper/README.md b/Wrapper/README.md index 6adc5234..364ccd8a 100644 --- a/Wrapper/README.md +++ b/Wrapper/README.md @@ -6,6 +6,7 @@ This program creates a PowerShell script file that you can run to customize Wind ## Wrapper Files * `Sophia Script Wrapper.exe`: The GUI program. +* `Set-ConsoleFont.ps1`: Changes to correct font in PS console window when using PS version 5.x. * `config_Windows_1x.json`: JSON that contains the options (function names), Sophia preset and Windows Default preset, LTSC version. * `before_after.json`: JSON that contains the options (function names) for before and after the user selections for PowerShell script output. * `tooltip_Windows_1x.json`: ToolTips in JSON format. From fe84606fbb694f26dce1a7ba062cfb1f1132505f Mon Sep 17 00:00:00 2001 From: BenchTweakGaming <76974127+BenchTweakGaming@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:27:27 -0400 Subject: [PATCH 2/2] Add files via upload The 'UserFolders' function have extra JSON items: 'Arg2' --- Wrapper/Config/config_Windows_10.json | 20 +---- Wrapper/Config/config_Windows_10_LTSC.json | 85 +++++++++++++++++++++- 2 files changed, 85 insertions(+), 20 deletions(-) diff --git a/Wrapper/Config/config_Windows_10.json b/Wrapper/Config/config_Windows_10.json index 3f5ae837..c60eabfb 100644 --- a/Wrapper/Config/config_Windows_10.json +++ b/Wrapper/Config/config_Windows_10.json @@ -458,22 +458,6 @@ "Preset": "Zero", "WindowsDefault": "One" }, - { - "Region": "UI & Personalization", - "Control": "cmbcmb", - "Required": "false", - "Function": "UserFolders", - "Arg": { - "Zero": { - "Tag": "Hide" - }, - "One": { - "Tag": "Show" - } - }, - "Preset": "Zero", - "WindowsDefault": "One" - }, { "Region": "UI & Personalization", "Control": "cmb", @@ -923,7 +907,7 @@ }, { "Region": "UI & Personalization", - "Control": "cmb", + "Control": "cmbcmb", "Required": "false", "Function": "UserFolders", "Arg2Width": "110", @@ -2444,4 +2428,4 @@ "Preset": "Zero", "WindowsDefault": "" } -] +] \ No newline at end of file diff --git a/Wrapper/Config/config_Windows_10_LTSC.json b/Wrapper/Config/config_Windows_10_LTSC.json index 92d07305..66183f71 100644 --- a/Wrapper/Config/config_Windows_10_LTSC.json +++ b/Wrapper/Config/config_Windows_10_LTSC.json @@ -449,14 +449,95 @@ "Control": "cmbcmb", "Required": "false", "Function": "UserFolders", + "Arg2Width": "110", + "Arg2ArgWidth": "100", "Arg": { "Zero": { - "Tag": "Hide" + "Tag": "Show" }, "One": { - "Tag": "Show" + "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", "WindowsDefault": "One", "LTSC2019": "true",