Browse Source

1.1 build 4

pull/174/head 5.10.3
Dmitry Nefedov 3 years ago
committed by GitHub
parent
commit
603c805a63
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 35
      Wrapper/README.txt
  2. BIN
      Wrapper/Sophia Script Wrapper.exe
  3. 5
      Wrapper/data.txt
  4. 2
      Wrapper/default.txt
  5. 9
      Wrapper/tooltip.txt

35
Wrapper/README.txt

@ -27,34 +27,34 @@ the following commands.
Launch PowerShell (Run as administrator) and navigate to where your script is.
1. Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
2. ./Sophia.ps1
2. .\Sophia.ps1
FILES
-----
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 ‘#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.
►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 "#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.
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.
INSTRUCTIONS
------------
UNZIP the files and open the 'Sophia.ps1' file to import your preset and to get the path for files to run.
If you do not open 'Sophia.ps1' then you can not run directly the PowerShell script you create and must run
your script manually via PowerShell command line in console.
***********************************************************************************************************
*** For the file 'Sophia.ps1', you should make a copy/backup of it as the wrapper overwrites this file. ***
***********************************************************************************************************
►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
►Sophia.ps1 : Original Windows PowerShell Script. Make a copy of this file for backup.
►Sophia.psd1 : Windows PowerShell Data File
►Sophia.psm1 : Windows PowerShell Script Module
►Functions.ps1 : 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'
@ -64,7 +64,6 @@ The folders are localized language files for prompts during the PowerShell execu
►es-ES
►fr-FR
►it-IT
►pt-BR
►ru-RU
►tr-TR
►uk-UA

BIN
Wrapper/Sophia Script Wrapper.exe

Binary file not shown.

5
Wrapper/data.txt

@ -96,7 +96,10 @@ ThumbnailCacheRemoval -Disable;ThumbnailCacheRemoval -Enable;
SaveRestartableApps -Enable;SaveRestartableApps -Disable;
NetworkDiscovery -Enable;NetworkDiscovery -Disable;
SmartActiveHours -Enable;SmartActiveHours -Disable;
DeviceRestartAfterUpdate -Enable;DeviceRestartAfterUpdate -Disable;
DeviceRestartAfterUpdate -Enable;DeviceRestartAfterUpdate -Disable
#region WSL
WSL -Enable;WSL -Disable;
EnableWSL2;LeaveAlone

2
Wrapper/default.txt

@ -95,6 +95,8 @@ NetworkDiscovery -Enable;
SmartActiveHours -Enable;
DeviceRestartAfterUpdate -Enable
#region WSL
#region Start menu
RecentlyAddedApps -Hide;

9
Wrapper/tooltip.txt

@ -156,8 +156,8 @@ SetInputMethod -English;Override for default input method: English;
SetInputMethod -Default;Override for default input method: use language list (default value);
WinPrtScrFolder -Desktop;Save screenshots by pressing Win+PrtScr on the Desktop;
WinPrtScrFolder -Default;Save screenshots by pressing Win+PrtScr on the Pictures folder (default value);
RecommendedTroubleshooting -Automatic;Run troubleshooters automatically, then notify. In order this feature to work the OS level of diagnostic data gathering must be set to "Optional diagnostic data";
RecommendedTroubleshooting -Default;Ask me before running troubleshooters (default value). In order this feature to work the OS level of diagnostic data gathering must be set to "Optional diagnostic data";
RecommendedTroubleshooting -Automatic;Run troubleshooters automatically, then notify. In order this feature to work the OS level of diagnostic data gathering will be set to "Optional diagnostic data" and the error reporting feature will be turned on;
RecommendedTroubleshooting -Default;Ask me before running troubleshooters (default value). In order this feature to work the OS level of diagnostic data gathering will be set to "Optional diagnostic data" and the error reporting feature will be turned on;
FoldersLaunchSeparateProcess -Enable;Launch folder windows in a separate process;
FoldersLaunchSeparateProcess -Disable;Do not launch folder windows in a separate process (default value);
ReservedStorage -Disable;Disable and delete reserved storage after the next update installation;
@ -181,7 +181,10 @@ NetworkDiscovery -Disable;Disable "Network Discovery" and "File and Printers Sha
SmartActiveHours -Enable;Automatically adjust active hours for me based on daily usage;
SmartActiveHours -Disable;Do not automatically adjust active hours for me based on daily usage (default value);
DeviceRestartAfterUpdate -Enable;Restart this device as soon as possible when a restart is required to install an update;
DeviceRestartAfterUpdate -Disable;Do not restart this device as soon as possible when a restart is required to install an update (default value);
DeviceRestartAfterUpdate -Disable;Do not restart this device as soon as possible when a restart is required to install an update (default value)
#region WSL
WSL -Enable;Install the Windows Subsystem for Linux (WSL);
WSL -Disable;Uninstall the Windows Subsystem for Linux (WSL);
EnableWSL2;Download and install the Linux kernel update package. Set WSL 2 as the default version when installing a new Linux distribution. Run the function only after WSL installed and PC restart;

Loading…
Cancel
Save