Browse Source

Merge pull request #674 from BenchTweakGaming/master

Update README.md
pull/675/head
Dmitry Nefedov 5 months ago
committed by GitHub
parent
commit
a2f3fdaf44
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 10
      Wrapper/README.md

10
Wrapper/README.md

@ -1,12 +1,13 @@
## Sophia Script Wrapper
Created by David from [BenchTweakGaming.com](https://benchtweakgaming.com/2020/10/10/windows-10-debloat-tool/).
Created by David from [BenchTweakGaming.com](https://benchtweakgaming.com/sophia-script-wrapper-for-sophia-script-for-windows/).
This program creates a PowerShell script file that you can run to customize Windows based on Sophia Script. It serves as a front-end GUI for the Sophia Script. It is called a Wrapper.
## Wrapper Files
* `Sophia Script Wrapper.exe`: The GUI program.
* `wrapper_config.json`: JSON that contatins the configuration settings for the GUI program.
* `wrapper_config.json`: JSON that contains the configuration settings for the GUI program.
* `wrapper_localizations.json`: JSON that contains the configuration settings for the all the language settings.
* `Set-ConsoleFont.ps1`: PS1 that is run to set PS console to correct font when running 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.
@ -16,8 +17,9 @@ This program creates a PowerShell script file that you can run to customize Wind
# How to translate UI into another language
Copy and translate the `en-US` folder files in `Localizations` to your language. You also need to translate the `tag.json` from either the `ru-RU` or `de-DE` folders in `Localizations` to your language and submit to us to add the language entry.
UPDATE: Adding languages is created now. Copy and translate the `en-US` folder files in `Localizations` to your language. You also need to translate the `tag.json` from either the `ru-RU` or `de-DE` folders in `Localizations` to your language and edit the `wrapper_localizations.json` file to add the language entry with control sizing.
# How to Use
Unzip all the files and import the `Sophia.ps1` preset file to import and to get the path for files to run. If you do not import `Sophia.ps1` then you can not run directly the PowerShell script you create and all controls in Wrapper are disabled.
Download both the `Wrapper` and `Sophia Script for Windows` zip files. Unzip all both files. Import the `Sophia.ps1` preset file from script folder to import settings and to get the path for files to run. If you do not import `Sophia.ps1` then you can not run directly the PowerShell script you create and all controls in Wrapper are disabled.

Loading…
Cancel
Save