diff --git a/Wrapper/README.txt b/Wrapper/README.txt index 5590495f..6f6f826f 100644 --- a/Wrapper/README.txt +++ b/Wrapper/README.txt @@ -10,9 +10,9 @@ BenchTweakGaming.com now works with the farag team. This program create a PowerShell script file that you can run to tweak/'Debloat' Windows 10 based on farag2 Windows 10 Sophia Script. It serves as a front-end GUI for the Sophia script (Wrapper). -The options are arranged in different tabs and there is a Default preset in the Options menu so you can debloat a +The options are arranged in different tabs and there is a Default preset in the menu so you can debloat a set of options. You can choose the Default preset first and then add your own choices. You can also create your own -radiobutton presets and share. There is also a ‘Opposite’ menu choice to select the alternate radiobutton choices. +Sophia script to share and open it up. There is also a ‘Opposite’ menu choice to select the alternate radiobutton choices. This is good to revert the changes into a script to run. There are ToolTips balloon message popups for detailed info for each radiobutton. There is also a square button with each radiobutton for you to go launch a text window and read or edit the function in the PowerShell 'Sophia.psm1' file module. @@ -35,14 +35,18 @@ There needs to be 5 files for this program to run properly. ►Sophia Script Wrapper.exe : The GUI program. ►data.txt : Contains the options (function names) to select from (usually only 2 options that - something is Enable or Disable or ‘LeaveAlone’). Notice the sections ‘<#something#>’ - and how a comma separate the function commands. The last command option in each - section does not have a comma. Add or substract from the set. + something is Enable or Disable or ‘LeaveAlone’). Notice the sections ‘#region Xxx’ + and how a semi colon separate the function commands. The last command option in each + section does not have a semi colon. Add or substract from the set. ►default.txt : Contains Default preset to debloat. Click this preset from Option menu in program. ►tooltip.txt : Contains ToolTips for each radiobutton option. In English. ►README.txt : This documentation. -Download these above files into the main directory containing the Sophia scripts with the ones listed below. + +UNZIP the files and open the 'Sophia.ps1' file to import your preset and to get the path to run. +If you do not open 'Sophia.ps1' then you can not run directly the PowerShell script you create and +must run manually via command line in console. + *********************************************************************************************************** *** For the file 'Sophia.ps1', you should make a copy/backup of it as the wrapper overwrites this file. *** *********************************************************************************************************** @@ -50,6 +54,7 @@ Download these above files into the main directory containing the Sophia scripts ►Sophia.ps1 : farag2 Original Windows PowerShell Script. Make a copy of this file for backup. ►Sophia.psd1 : farag2 Windows PowerShell Data File ►Sophia.psm1 : farag2 Windows PowerShell Script Module +►Functions.ps1 : farag2 PS script to run functions with tab autocompletion The folders are localized language files for prompts during the PowerShell execution each with a PowerShell Data File 'Sophia.psd1' diff --git a/Wrapper/Sophia Script Wrapper.exe b/Wrapper/Sophia Script Wrapper.exe index 76c1958a..cf2b1574 100644 Binary files a/Wrapper/Sophia Script Wrapper.exe and b/Wrapper/Sophia Script Wrapper.exe differ