Browse Source

Update and rename README.txt to README.md

pull/222/head
BenchTweakGaming 3 years ago
committed by GitHub
parent
commit
ad72ea8500
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 36
      Wrapper/README.md
  2. 66
      Wrapper/README.txt

36
Wrapper/README.md

@ -0,0 +1,36 @@
README.md for 'Sophia Script Wrapper v2.1' created by [BenchTweakGaming.com](https://benchtweakgaming.com/2020/10/10/windows-10-debloat-tool/).
Created for [farag2 Windows 10 Sophia Script](https://github.com/farag2/Windows-10-Sophia-Script).
# INTRODUCTION
Please read this document to understand how to use this program.
[BenchTweakGaming.com](https://benchtweakgaming.com) now works with the [farag2 team](https://github.com/farag2).
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. It is called a Wrapper.
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 Sophia script to share and open it up. There is a Opposite menu option to select the alternative selections. There are ToolTips balloon message popups for detailed info for each item. There are different languages in menu.
After choosing your options, you can directly run the PowerShell script from the program after creating your script. To do so, import preset `Sophia.ps1`, as this also gets the path for files to run directly, then fill in your choices, click the `Refresh Console` button and then click `Run Powershell` button. The `Run PowerShell` button creates a PowerShell script called `Sophia_edited.ps1` in the same directory as `Sophia.ps1` and runs it.
OR save the PowerShell script as `Sophia.ps1` with the farag2 Sophia files (see heading SOPHIA FILES below) and run it using 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`
# WRAPPER FILES
The all settings are stored in JSON file stored in a folder 'Config'. There are currently 2 languages for ToolTips:
English and Russian in JSON. More will be added later. Please help with translations for everyone to use.
1.`Sophia Script Wrapper.exe`: The GUI program.
2.`config.json`: JSON that contains the options (function names), Sophia preset and Windows Default preset. LTSC version.
3.`tooltip.json`: ToolTips in JSON format. Currently 8 languages EN, RU, DE, ES, FR, PT, ZH and VI translations.
4.`ui.json`: UI in JSON format. Currently 8 languages EN, RU, DE, ES, FR, PT, ZH and VI translations.
5.`README.txt`: This documentation.
# INSTRUCTIONS
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 open `Sophia.ps1` then you can not run directly the PowerShell script you create (Run PowerShell button is disabled) and must run your script manually via PowerShell command line in console.

66
Wrapper/README.txt

@ -1,66 +0,0 @@
File: README.TXT for 'Sophia Script Wrapper v2.1' created by https://benchtweakgaming.com/2020/10/10/windows-10-debloat-tool/
Created for farag2 Windows 10 Sophia Script: https://github.com/farag2/Windows-10-Sophia-Script
INTRODUCTION
------------
Please read this document to understand how to use this program.
BenchTweakGaming.com now works with the farag2 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. It is called a Wrapper.
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
Sophia script to share and open it up. There is a Opposite menu option to select the alternative selections.
There are ToolTips balloon message popups for detailed info for each item. There are different languages in menu.
After choosing your options, you can directly run the PowerShell script from the program after creating your script.
To do so, import preset 'Sophia.ps1', as this also gets the path for files to run directly, then fill in your choices,
click the ‘Refresh Console’ button and then click ‘Run Powershell’ button. The “Run PowerShell” button
creates a PowerShell script called ‘Sophia_edited.ps1’ in the same directory as 'Sophia.ps1' and runs it.
OR save the PowerShell script as 'Sophia.ps1' with the farag2 Sophia files (see heading SOPHIA FILES below)
and run it using 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
WRAPPER FILES
-------------
The all settings are stored in JSON file stored in a folder 'Config'. There are currently 2 languages for ToolTips:
English and Russian in JSON. More will be added later. Please help with translations for everyone to use.
►Sophia Script Wrapper.exe: The GUI program.
►config.json: JSON that contains the options (function names), Sophia preset and Windows Default preset.
ToolTips in EN and RU. LTSC version.
►README.txt: This documentation.
INSTRUCTIONS
------------
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 open 'Sophia.ps1' then you can not run directly the PowerShell script you create (Run PowerShell
button is disabled) and must run your script manually via PowerShell command line in console.
SOPHIA FILES
------------
►Sophia.ps1: farag2 Original Windows PowerShell Script
►Sophia.psd1: farag2 Windows PowerShell Data File
►Sophia.psm1: farag2 Windows PowerShell Script Module
►Functions.ps1: farag2 Windows PowerShell Script to run functions with tab autocompletion
The 'Localizations' folder contains folders that are localized language files for prompts during the PowerShell
execution each with a PowerShell Data File 'Sophia.psd1'.
►de-DE
►en-US
►es-ES
►fr-FR
►hu-HU
►it-IT
►ru-RU
►tr-TR
►uk-UA
►zh-CN
Loading…
Cancel
Save