Browse Source

Update Readmes

pull/707/head
Dmitry Nefedov 2 months ago
parent
commit
14700e42fb
  1. 19
      README.md
  2. 19
      README_de-de.md
  3. 19
      README_ru-ru.md
  4. 25
      README_uk-ua.md
  5. BIN
      img/uwpapps.png

19
README.md

@ -232,7 +232,12 @@ scoop uninstall sophia-script --purge
* Place the `#` char before function if you don't want it to be run
* Remove the `#` char before function if you want it to be run
* Copy path of downloaded `Sophia Script for Windows` folder
* Right click on `Windows` button and open Terminal (PowerShell) as admin
* Right click on `Windows` button, open Terminal (PowerShell) as admin, and paste copied path to folder
```batch
cd path\to\folder
```
* Set execution policy to be able to run scripts only in the current PowerShell session
```powershell
@ -271,7 +276,7 @@ Uninstall-UWPApps, "PinToStart -UnpinAll"
## Wrapper
![Image](https://github.com/farag2/Sophia-Script-for-Windows/raw/master/img/Wrapper.png)
<img src="./img/Wrapper.png" width='600'>
Read more [here](./Wrapper/README.md)
@ -303,11 +308,12 @@ Read more [here](./Wrapper/README.md)
## Screenshots
![Image](./img/uwpapps.png)
![Image](./img/WSL.png)
<div class="row">
<img src="./img/uwpapps.png" width='314'>
<img src="./img/WSL.png" width='350'>
</div>
![Image](https://github.com/farag2/Sophia-Script-for-Windows/raw/master/img/Toasts.png)
<img src="./img/Toasts.png" width='400'>
## Videos
@ -334,7 +340,6 @@ Read more [here](./Wrapper/README.md)
* [Deskmodder.de](https://www.deskmodder.de/blog/2021/08/07/sophia-script-for-windows-jetzt-fuer-windows-11-und-10/)
* [PCsoleil Informatique](https://www.pcsoleil.fr/successeur-de-win10-initial-setup-script-sophia-script-comment-lutiliser/)
* [Reddit (archived)](https://www.reddit.com/r/PowerShell/comments/go2n5v/powershell_script_setup_windows_10/)
* PM [me](https://www.reddit.com/user/farag2/)
* [Ru-Board](https://forum.ru-board.com/topic.cgi?forum=62&topic=30617#15)
* [rutracker](https://rutracker.org/forum/viewtopic.php?t=5996011)
* [My Digital Life](https://forums.mydigitallife.net/threads/powershell-windows-10-sophia-script.81675/)

19
README_de-de.md

@ -231,7 +231,12 @@ scoop uninstall sophia-script --purge
* Schauen Sie sich die Datei `Sophia.ps1` an, um die Funktionen zu konfigurieren, die Sie ausführen möchten
* Setzen Sie das `#`-Zeichen vor die Funktion, wenn Sie nicht möchten, dass sie ausgeführt wird
* Entfernen Sie das `#`-Zeichen vor der Funktion, wenn sie ausgeführt werden soll
* Klicken Sie mit der rechten Maustaste auf die Schaltfläche `Windows` und öffnen Sie das Terminal (PowerShell) als Administrator
* Klicken Sie mit der rechten Maustaste auf die Schaltfläche `Windows`, öffnen Sie das Terminal (PowerShell) als Administrator und fügen Sie den kopierten Pfad zum Ordner ein
```batch
cd pfad\zum\ordner
```
* Legen Sie die Ausführungsrichtlinie so fest, dass Skripte nur in der aktuellen PowerShell-Sitzung ausgeführt werden können
```powershell
@ -270,7 +275,7 @@ Uninstall-UWPApps, "PinToStart -UnpinAll"
## Wrapper
![Image](https://github.com/farag2/Sophia-Script-for-Windows/raw/master/img/Wrapper.png)
<img src="./img/Wrapper.png" width='600'>
Lesen Sie [hier mehr dazu](./Wrapper/README.md)
@ -302,11 +307,12 @@ Lesen Sie [hier mehr dazu](./Wrapper/README.md)
## Screenshots
![Image](./img/uwpapps.png)
![Image](./img/WSL.png)
<div class="row">
<img src="./img/uwpapps.png" width='314'>
<img src="./img/WSL.png" width='350'>
</div>
![Image](https://github.com/farag2/Sophia-Script-for-Windows/raw/master/img/Toasts.png)
<img src="./img/Toasts.png" width='400'>
## Videos
@ -333,7 +339,6 @@ Lesen Sie [hier mehr dazu](./Wrapper/README.md)
* [Deskmodder.de](https://www.deskmodder.de/blog/2021/08/07/sophia-script-for-windows-jetzt-fuer-windows-11-und-10/)
* [PCsoleil Informatique](https://www.pcsoleil.fr/successeur-de-win10-initial-setup-script-sophia-script-comment-lutiliser/)
* [Reddit (archived)](https://www.reddit.com/r/PowerShell/comments/go2n5v/powershell_script_setup_windows_10/)
* PM [me](https://www.reddit.com/user/farag2/)
* [Ru-Board](https://forum.ru-board.com/topic.cgi?forum=62&topic=30617#15)
* [rutracker](https://rutracker.org/forum/viewtopic.php?t=5996011)
* [My Digital Life](https://forums.mydigitallife.net/threads/powershell-windows-10-sophia-script.81675/)

19
README_ru-ru.md

@ -232,7 +232,12 @@ scoop uninstall sophia-script --purge
* Поставьте символ `#` перед функцией, если не хотите, чтобы она не запускалась
* Удалите символ `#` перед функцией, если хотите, чтобы она запускалась
* Скопируйте путь до папки `Sophia Script for Windows`
* Нажмите правой кнопкой по кнопке Windows и откройте Терминал (PowerShell) от имени администратора
* Нажмите правой кнопкой по кнопке Windows и откройте Терминал (PowerShell) от имени администратора и вставьте скопированный путь
```batch
cd путь\до\папки
```
* Установите политику выполнения, чтобы можно было выполнять скрипты в текущей сессии PowerShell
```powershell
@ -273,7 +278,7 @@ Uninstall-UWPApps, "PinToStart -UnpinAll"
## Wrapper
![Image](https://github.com/farag2/Sophia-Script-for-Windows/raw/master/img/Wrapper.png)
<img src="./img/Wrapper.png" width='600'>
Подробнее [здесь](./Wrapper/README.md)
@ -305,11 +310,12 @@ Uninstall-UWPApps, "PinToStart -UnpinAll"
## Скриншоты
![Image](./img/uwpapps.png)
![Image](./img/WSL.png)
<div class="row">
<img src="./img/uwpapps.png" width='314'>
<img src="./img/WSL.png" width='350'>
</div>
![Image](https://github.com/farag2/Sophia-Script-for-Windows/raw/master/img/Toasts.png)
<img src="./img/Toasts.png" width='400'>
## Видео
@ -336,7 +342,6 @@ Uninstall-UWPApps, "PinToStart -UnpinAll"
* [Deskmodder.de](https://www.deskmodder.de/blog/2021/08/07/sophia-script-for-windows-jetzt-fuer-windows-11-und-10/)
* [PCsoleil Informatique](https://www.pcsoleil.fr/successeur-de-win10-initial-setup-script-sophia-script-comment-lutiliser/)
* [Reddit (archived)](https://www.reddit.com/r/PowerShell/comments/go2n5v/powershell_script_setup_windows_10/)
* PM [me](https://www.reddit.com/user/farag2/)
* [Ru-Board](https://forum.ru-board.com/topic.cgi?forum=62&topic=30617#15)
* [rutracker](https://rutracker.org/forum/viewtopic.php?t=5996011)
* [My Digital Life](https://forums.mydigitallife.net/threads/powershell-windows-10-sophia-script.81675/)

25
README_uk-ua.md

@ -232,7 +232,12 @@ scoop uninstall sophia-script --purge
* Помістіть символ `#` перед функцією, якщо ви не бажаєте, щоб вона виконувалась
* Приберіть символ `#` перед функцією, якщо ви бажаєте, щоб вона виконувалась
* Скопіюйте шлях до папки `Sophia Script for Windows`
* Клацніть правою кнопкою миші на кнопці Windows і відкрийте Термінал (PowerShell) від імені адміністратора.
* Клацніть правою кнопкою миші на кнопці `Windows` і відкрийте Термінал (PowerShell) від імені адміністратора та вставте скопійований шлях
```batch
cd путь\до\папки
```
* Встановіть політику виконання, щоб можна було виконувати скрипти в поточній сесії PowerShell
```powershell
@ -271,7 +276,7 @@ Uninstall-UWPApps, "PinToStart -UnpinAll"
## Wrapper
![Image](https://github.com/farag2/Sophia-Script-for-Windows/raw/master/img/Wrapper.png)
<img src="./img/Wrapper.png" width='600'>
Детальніше [тут](./Wrapper/README.md)
@ -303,17 +308,12 @@ Uninstall-UWPApps, "PinToStart -UnpinAll"
## Скріншоти
### Локалізовані назви UWP-пакетів
![Image](./img/uwpapps.png)
### Завантажте та встановіть будь-який підтримуваний дистрибутив Linux в автоматичному режимі
![Image](./img/WSL.png)
### Інтерактивні тости для запланованих завдань
<div class="row">
<img src="./img/uwpapps.png" width='314'>
<img src="./img/WSL.png" width='350'>
</div>
![Image](https://github.com/farag2/Sophia-Script-for-Windows/raw/master/img/Toasts.png)
<img src="./img/Toasts.png" width='400'>
## Відео
@ -340,7 +340,6 @@ Uninstall-UWPApps, "PinToStart -UnpinAll"
* [Deskmodder.de](https://www.deskmodder.de/blog/2021/08/07/sophia-script-for-windows-jetzt-fuer-windows-11-und-10/)
* [PCsoleil Informatique](https://www.pcsoleil.fr/successeur-de-win10-initial-setup-script-sophia-script-comment-lutiliser/)
* [Reddit (архівовано)](https://www.reddit.com/r/PowerShell/comments/go2n5v/powershell_script_setup_windows_10/)
* Написати в [особисті](https://www.reddit.com/user/farag2/)
* [Ru-Board](https://forum.ru-board.com/topic.cgi?forum=62&topic=30617#15)
* [rutracker](https://rutracker.org/forum/viewtopic.php?t=5996011)
* [My Digital Life](https://forums.mydigitallife.net/threads/powershell-windows-10-sophia-script.81675/)

BIN
img/uwpapps.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Loading…
Cancel
Save