Browse Source

Add files via upload

pull/197/head
Dmitry Nefedov 3 years ago
committed by GitHub
parent
commit
fce8a69929
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 48
      Wrapper/README.txt

48
Wrapper/README.txt

@ -1,4 +1,4 @@
File: README.TXT for 'Sophia Script Wrapper' created by https://benchtweakgaming.com/2020/10/10/windows-10-debloat-tool/ File: README.TXT for 'Sophia Script Wrapper v2.0' 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 Created for farag2 Windows 10 Sophia Script: https://github.com/farag2/Windows-10-Sophia-Script
INTRODUCTION INTRODUCTION
@ -12,51 +12,47 @@ Windows 10 Sophia Script. It serves as a front-end GUI for the Sophia script (Wr
The options are arranged in different tabs and there is a Default preset in the 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 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 also a ‘Opposite’ menu choice to select the alternate radiobutton choices. Sophia script to share and open it up. There are ToolTips balloon message popups for detailed info for each item.
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.
After choosing your options you can directly run the PowerShell script from the program after creating your script. After choosing your options you can directly run the PowerShell script from the program after creating your script.
Click the ‘Run Powershell’ button after you fill in the radiobutton choices and click the ‘Output PowerShell’ button. To do so, open up 'Sophia.ps1' preset, this also gets the path for files to run directly, then fill in your combobox
The “Run PowerShell” button creates a PowerShell script called ‘Sophia.ps1’ in the same directory and runs it. choices, click the ‘Output PowerShell’ button and then click ‘Run Powershell’ button. The “Run PowerShell” button
creates a PowerShell script called ‘Sophia_edited.ps1’ in the same directory and runs it.
OR save the PowerShell script as ‘Sophia.ps1’ with the other files (see heading FILES below) and run it using OR save the PowerShell script as 'Sophia.ps1' with the farag2 Sophia files (see heading FILES below)
the following commands. and run it using the following commands.
Launch PowerShell (Run as administrator) and navigate to where your script is. Launch PowerShell (Run as administrator) and navigate to where your script is.
1. Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force 1. Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
2. .\Sophia.ps1 2. ./Sophia.ps1
FILES FILES
----- -----
There needs to be 5 files for this program to run properly. There needs to be 6 files for this program to run properly. The txt files are stored in a folder 'Config'.
►Sophia Script Wrapper.exe: The GUI program. ►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"). ►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 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.
section does not have a semi colon. Add or substract from the set. Add or substract from the set.
►dataltsc.txt : LTSC version of data.txt
►default.txt : Contains Default preset to debloat. Click this preset from Option menu in program. ►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. ►tooltip.txt : Contains ToolTips for each combobox item. In English.
►README.txt : This documentation. ►README.txt : This documentation.
INSTRUCTIONS INSTRUCTIONS
------------ ------------
UNZIP the files and open the 'Sophia.ps1' file to import your preset and to get the path for files to run. UNZIP all 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 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. your script manually via PowerShell command line in console.
*********************************************************************************************************** ►Sophia.ps1 : farag2 Original Windows PowerShell Script.
*** For the file 'Sophia.ps1', you should make a copy/backup of it as the wrapper overwrites this file. *** ►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
►Sophia.ps1 : Original Windows PowerShell Script The 'Localizations' folder contains folders that are localized language files for prompts during the PowerShell
►Sophia.psd1 : Windows PowerShell Data File execution each with a PowerShell Data File 'Sophia.psd1'.
►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'
►cn-CN ►cn-CN
►de-DE ►de-DE

Loading…
Cancel
Save