Skip to content

Commit 2090dbe

Browse files
committed
Updated Readmes
1 parent fc2bc1d commit 2090dbe

File tree

4 files changed

+65
-89
lines changed

4 files changed

+65
-89
lines changed

README.md

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Made with <img src="https://raw.githubusercontent.com/farag2/Sophia-Script-for-W
4141
* [How to use](#how-to-use)
4242
* [Download via PowerShell](#download-via-powershell)
4343
* [Manual method](#manual-method)
44-
* [Wrapper](#wrapper)
4544
* [How to run the specific function(s)](#how-to-run-the-specific-functions)
45+
* [Wrapper](#wrapper)
4646
* [Donations](#donations)
4747
* [System Requirements](#system-requirements)
4848
* [Key features](#key-features)
@@ -109,29 +109,9 @@ https://github.com/user-attachments/assets/2654b005-9577-4e56-ac9e-501d3e8a18bd
109109

110110
https://github.com/user-attachments/assets/f5bda68f-9509-41dc-b3b1-1518aeaee36f
111111

112-
## Wrapper
113-
114-
![Wrapper](https://i.imgur.com/AiuCUvW.png)
115-
116-
@BenchTweakGaming
117-
118-
* Download the [latest](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest) Wrapper version;
119-
* Expand archive;
120-
* Run `SophiaScriptWrapper.exe` and import `Sophia.ps1`;
121-
* `Sophia.ps1` has to be in `Sophia Script` folder;
122-
* The Wrapper has a real time UI rendering;
123-
* Configure every function;
124-
* Open the `Console Output` tab and press `Run PowerShell`.
125-
126112
### How to run the specific function(s)
127113

128114
* Do all steps from [Manual method](#manual-method) section and stop at setting execution policy in `PowerShell`;
129-
* Set execution policy to be able to run scripts only in the current PowerShell session;
130-
131-
```powershell
132-
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
133-
```
134-
135115
* [Dot source](https://docs.microsoft.com/ru-ru/powershell/module/microsoft.powershell.core/about/about_operators#dot-sourcing-operator) the `Functions.ps1` file first:
136116

137117
```powershell
@@ -151,12 +131,26 @@ Sophia -Functions "DiagTrackService -Disable", "DiagnosticDataLevel -Minimal", U
151131
UninstallUWPApps, "PinToStart -UnpinAll"
152132
```
153133

154-
Or use an old-style format without the TAB functions autocomplete (the quotation marks required)
134+
Or use an old-style format without the <kbd>TAB</kbd> functions autocomplete (the quotation marks required)
155135

156136
```powershell
157137
.\Sophia.ps1 -Functions CreateRestorePoint, "ScheduledTasks -Disable", "WindowsCapabilities -Uninstall"
158138
```
159139

140+
## Wrapper
141+
142+
![Wrapper](https://i.imgur.com/AiuCUvW.png)
143+
144+
@BenchTweakGaming
145+
146+
* Download the [latest](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest) Wrapper version;
147+
* Expand archive;
148+
* Run `SophiaScriptWrapper.exe` and import `Sophia.ps1`;
149+
* `Sophia.ps1` has to be in `Sophia Script` folder;
150+
* The Wrapper has a real time UI rendering;
151+
* Configure every function;
152+
* Open the `Console Output` tab and press `Run PowerShell`.
153+
160154
## Donations
161155

162156
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/farag)

docs/README_de-de.md

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Mit <img src="https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows
4141
* [Verwendung](#verwendung)
4242
* [Herunterladen über PowerShell](#herunterladen-über-powershell)
4343
* [Manuelle Methode](#manuelle-methode)
44-
* [Wrapper](#wrapper)
4544
* [Verwendung von spezifischen Funktionen](#verwendung-von-spezifischen-funktionen)
45+
* [Wrapper](#wrapper)
4646
* [Spenden](#spenden)
4747
* [System-Voraussetzungen](#system-voraussetzungen)
4848
* [Haupt-Features](#haupt-features)
@@ -109,29 +109,9 @@ https://github.com/user-attachments/assets/2654b005-9577-4e56-ac9e-501d3e8a18bd
109109

110110
https://github.com/user-attachments/assets/f5bda68f-9509-41dc-b3b1-1518aeaee36f
111111

112-
## Wrapper
113-
114-
![Wrapper](https://i.imgur.com/AiuCUvW.png)
115-
116-
@BenchTweakGaming
117-
118-
* Laden Sie die (neueste)(<https://github.com/farag2/Sophia-Script-for-Windows/releases/latest>) Wrapper-Version herunter.
119-
* Das Archiv extrahieren;
120-
* Führe `SophiaScriptWrapper.exe` aus und importiere `Sophia.ps1`;
121-
* `Sophia.ps1`muss im `Sophia Script` Ordner enthalten sein;
122-
* Der Wrapper hat ein Echtzeit-UI-Rendering;
123-
* Konfiguriere jede Funktion;
124-
* Öffne das `Console Output` Tab und drücke `Run PowerShell`.
125-
126112
### Verwendung von spezifischen Funktionen
127113

128114
* Führen Sie alle Schritte aus dem Abschnitt [Manuelle Methode](#manuelle-methode) aus und stoppen Sie bei den Einstellungen der Ausführungsrichtlinie in PowerShell.
129-
* Legen Sie die Ausführungsrichtlinie so fest, dass Skripts nur in der aktuellen PowerShell-Sitzung ausgeführt werden können;
130-
131-
```powershell
132-
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
133-
```
134-
135115
* Um spezifische Funktionen auszuführen [dot source](https://docs.microsoft.com/ru-ru/powershell/module/microsoft.powershell.core/about/about_operators#dot-sourcing-operator) die `Functions.ps1` datei zuerst:
136116

137117
```powershell
@@ -151,12 +131,26 @@ Sophia -Functions "DiagTrackService -Disable", "DiagnosticDataLevel -Minimal", U
151131
UninstallUWPApps, "PinToStart -UnpinAll"
152132
```
153133

154-
Oder verwenden Sie ein Format im alten Stil ohne die TAB-Funktionen zum automatischen Ausfüllen (die Anführungszeichen sind erforderlich)
134+
Oder verwenden Sie ein Format im alten Stil ohne die <kbd>TAB</kbd>-Funktionen zum automatischen Ausfüllen (die Anführungszeichen sind erforderlich)
155135

156136
```powershell
157137
.\Sophia.ps1 -Functions CreateRestorePoint, "ScheduledTasks -Disable", "WindowsCapabilities -Uninstall"
158138
```
159139

140+
## Wrapper
141+
142+
![Wrapper](https://i.imgur.com/AiuCUvW.png)
143+
144+
@BenchTweakGaming
145+
146+
* Laden Sie die (neueste)(<https://github.com/farag2/Sophia-Script-for-Windows/releases/latest>) Wrapper-Version herunter.
147+
* Das Archiv extrahieren;
148+
* Führe `SophiaScriptWrapper.exe` aus und importiere `Sophia.ps1`;
149+
* `Sophia.ps1`muss im `Sophia Script` Ordner enthalten sein;
150+
* Der Wrapper hat ein Echtzeit-UI-Rendering;
151+
* Konfiguriere jede Funktion;
152+
* Öffne das `Console Output` Tab und drücke `Run PowerShell`.
153+
160154
## Spenden
161155

162156
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/farag)

docs/README_ru-ru.md

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
* [Как использовать](#как-использовать)
4242
* [Скачать через PowerShell](#скачать-через-powershell)
4343
* [Вручную](#вручную)
44-
* [Wrapper](#wrapper)
4544
* [Как выполните конкретную функцию(и)](#как-выполните-конкретную-функциюи)
45+
* [Wrapper](#wrapper)
4646
* [Пожертвования](#пожертвования)
4747
* [Системные требования](#системные-требования)
4848
* [Ключевые возможности](#ключевые-возможности)
@@ -109,29 +109,9 @@ https://github.com/user-attachments/assets/2654b005-9577-4e56-ac9e-501d3e8a18bd
109109

110110
https://github.com/user-attachments/assets/f5bda68f-9509-41dc-b3b1-1518aeaee36f
111111

112-
## Wrapper
113-
114-
![Wrapper](https://i.imgur.com/AiuCUvW.png)
115-
116-
@BenchTweakGaming
117-
118-
* Скачайте [последнюю](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest) версию version;
119-
* Распакуйте архив;
120-
* Запустите `SophiaScriptWrapper.exe` и импортируйте `Sophia.ps1`;
121-
* Файл `Sophia.ps1` должен находиться в папке `Sophia Script`;
122-
* Wrapper имеет рендеринг UI в режиме реального времени;
123-
* Настройте каждую функцию;
124-
* Откройте раздел `Вывод консоли` и нажмите `Запустить PowerShell`.
125-
126112
### Как выполните конкретную функцию(и)
127113

128114
* Выполните все шаги из пукнта [Вручную](#вручную) и остановитесь на пункте по изменнию политики выполнения скриптов в `PowerShell`;
129-
* Установите политику выполнения, чтобы можно было выполнять скрипты в текущей сессии PowerShell;
130-
131-
```powershell
132-
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
133-
```
134-
135115
* Сначала загрузите файл `Functions.ps1` через [дот сорсинг](https://docs.microsoft.com/ru-ru/powershell/module/microsoft.powershell.core/about/about_operators#dot-sourcing-operator):
136116

137117
```powershell
@@ -151,12 +131,26 @@ Sophia -Functions "DiagTrackService -Disable", "DiagnosticDataLevel -Minimal", U
151131
UninstallUWPApps, "PinToStart -UnpinAll"
152132
```
153133

154-
Или используйте старый формат автопродления функций через Tab (необходимы кавычки)
134+
Или используйте старый формат без автопродления функций через <kbd>TAB</kbd> (необходимы кавычки)
155135

156136
```powershell
157137
.\Sophia.ps1 -Functions CreateRestorePoint, "ScheduledTasks -Disable", "WindowsCapabilities -Uninstall"
158138
```
159139

140+
## Wrapper
141+
142+
![Wrapper](https://i.imgur.com/AiuCUvW.png)
143+
144+
@BenchTweakGaming
145+
146+
* Скачайте [последнюю](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest) версию version;
147+
* Распакуйте архив;
148+
* Запустите `SophiaScriptWrapper.exe` и импортируйте `Sophia.ps1`;
149+
* Файл `Sophia.ps1` должен находиться в папке `Sophia Script`;
150+
* Wrapper имеет рендеринг UI в режиме реального времени;
151+
* Настройте каждую функцию;
152+
* Откройте раздел `Вывод консоли` и нажмите `Запустить PowerShell`.
153+
160154
## Пожертвования
161155

162156
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/farag)

docs/README_uk-ua.md

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
* [Як користуватися](#як-користуватися)
4242
* [Як завантажити Sophia Script через PowerShell](#завантажити-через-powershell)
4343
* [Вручну](#вручну)
44-
* [Wrapper](#wrapper)
4544
* [Як запустити певну функцію(ї)](#як-запустити-певну-функціюї)
45+
* [Wrapper](#wrapper)
4646
* [Пожертвування](#пожертвування)
4747
* [Системні вимоги](#системні-вимоги)
4848
* [Ключові особливості](#ключові-особливості)
@@ -109,29 +109,9 @@ https://github.com/user-attachments/assets/2654b005-9577-4e56-ac9e-501d3e8a18bd
109109

110110
https://github.com/user-attachments/assets/f5bda68f-9509-41dc-b3b1-1518aeaee36f
111111

112-
## Wrapper
113-
114-
![Wrapper](https://i.imgur.com/AiuCUvW.png)
115-
116-
@BenchTweakGaming
117-
118-
* Завантажте [останню](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest) версію Wrapper
119-
* Завантажте та розпакуйте архів;
120-
* Запустіть `SophiaScriptWrapper.exe` та імпортуйте `Sophia.ps1`;
121-
* `Sophia.ps1` повинен знаходитись у тій папці `Sophia Script`;
122-
* Wrapper має рендеринг інтерфейсу в реальному часі
123-
* Налаштуйте кожну функцію;
124-
* Відкрийте вкладку `Console Output` і натисніть `Run PowerShell`.
125-
126112
### Як запустити певну функцію(ї)
127113

128-
* Повторіть усі кроки з розділу [Вручну](#manual-method) і зупиніться на кроці встановлення політики виконання скриптів у `PowerShell`;
129-
* Встановіть політику виконання, щоб мати змогу запускати сценарії лише у поточному сеансі PowerShell;
130-
131-
```powershell
132-
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
133-
```
134-
114+
* Повторіть усі кроки з розділу [Вручну](#вручну) і зупиніться на кроці встановлення політики виконання скриптів у `PowerShell`;
135115
* Для запуску певної функції(й) [запустити](https://docs.microsoft.com/ru-ru/powershell/module/microsoft.powershell.core/about/about_operators#dot-sourcing-operator) необхідно запустити файл `Functions.ps1`:
136116

137117
```powershell
@@ -151,12 +131,26 @@ Sophia -Functions "DiagTrackService -Disable", "DiagnosticDataLevel -Minimal", U
151131
UninstallUWPApps, "PinToStart -UnpinAll"
152132
```
153133

154-
Або використовуйте формат старого зразка без автозаповнення функцій TAB (лапки обов'язкові)
134+
Або використовуйте формат старого зразка без автозаповнення функцій <kbd>TAB</kbd> (лапки обов'язкові)
155135

156136
```powershell
157137
.\Sophia.ps1 -Functions CreateRestorePoint, "ScheduledTasks -Disable", "WindowsCapabilities -Uninstall"
158138
```
159139

140+
## Wrapper
141+
142+
![Wrapper](https://i.imgur.com/AiuCUvW.png)
143+
144+
@BenchTweakGaming
145+
146+
* Завантажте [останню](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest) версію Wrapper
147+
* Завантажте та розпакуйте архів;
148+
* Запустіть `SophiaScriptWrapper.exe` та імпортуйте `Sophia.ps1`;
149+
* `Sophia.ps1` повинен знаходитись у тій папці `Sophia Script`;
150+
* Wrapper має рендеринг інтерфейсу в реальному часі
151+
* Налаштуйте кожну функцію;
152+
* Відкрийте вкладку `Console Output` і натисніть `Run PowerShell`.
153+
160154
## Пожертвування
161155

162156
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/farag)

0 commit comments

Comments
 (0)