You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ Made with <img src="https://raw.githubusercontent.com/farag2/Sophia-Script-for-W
49
49
50
50
*[How to use](#how-to-use)
51
51
*[Download via PowerShell](#download-via-powershell)
52
+
*[Download via Chocolatey](#download-via-chocolatey)
52
53
*[Manual method](#manual-method)
53
54
*[How to run the specific function(s)](#how-to-run-the-specific-functions)
54
55
*[Wrapper](#wrapper)
@@ -85,6 +86,20 @@ The command will download and expand the latest Sophia Script archive (`without
85
86
iwr sl.sophia.team -useb | iex
86
87
```
87
88
89
+
### Download via Chocolatey
90
+
91
+
The command will download and expand the latest Sophia Script archive (`without running`) according which Windows it is run on. If you run it on Windows 11, it will download Sophia Script for `Windows 11`. For `PowerShell 5.1` by default is not otherwise specified.
92
+
93
+
```powershell
94
+
choco install sophia --force -y
95
+
```
96
+
97
+
Download `Sophia Script for Windows` for `PowerShell 7`.
98
+
99
+
```powershell
100
+
choco install sophia --params "/PS7" --force -y
101
+
```
102
+
88
103
### Manual method
89
104
90
105
* Download an [archive](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest) according to your Windows and PowerShell versions;
Copy file name to clipboardExpand all lines: docs/README_de-de.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ Mit <img src="https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows
49
49
50
50
*[Verwendung](#verwendung)
51
51
*[Herunterladen über PowerShell](#herunterladen-über-powershell)
52
+
*[Herunterladen über Chocolatey](#herunterladen-über-chocolatey)
52
53
*[Manuelle Methode](#manuelle-methode)
53
54
*[Verwendung von spezifischen Funktionen](#verwendung-von-spezifischen-funktionen)
54
55
*[Wrapper](#wrapper)
@@ -79,12 +80,26 @@ Der Befehl lädt das neueste Sophia Script-Archiv herunter und extrahiert es (`o
79
80
iwr script.sophia.team -useb | iex
80
81
```
81
82
82
-
Der Befehl lädt das neueste Sophia Script-Archiv (ohne es auszuführen) aus dem letzten verfügbaren Commit herunter und erweitert es, je nachdem, auf welchen Windows- und PowerShell-Versionen es ausgeführt wird.
83
+
Der Befehl lädt das neueste Sophia Script-Archiv (`ohne es auszuführen`) aus dem letzten verfügbaren Commit herunter und erweitert es, je nachdem, auf welchen Windows- und PowerShell-Versionen es ausgeführt wird.
83
84
84
85
```powershell
85
86
iwr sl.sophia.team -useb | iex
86
87
```
87
88
89
+
### Herunterladen über Chocolatey
90
+
91
+
Der Befehl lädt das neueste Sophia Script-Archiv herunter und erweitert es (`ohne es auszuführen)`, je nachdem, unter welchem Windows er ausgeführt wird. Wenn Sie ihn unter Windows 11 ausführen, wird Sophia Script für `Windows 11` heruntergeladen. Für `PowerShell 5.1` ist standardmäßig nichts anderes angegeben.
92
+
93
+
```powershell
94
+
choco install sophia --force -y
95
+
```
96
+
97
+
Download `Sophia Script for Windows` for `PowerShell 7`.
98
+
99
+
```powershell
100
+
choco install sophia --params "/PS7" --force -y
101
+
```
102
+
88
103
### Manuelle Methode
89
104
90
105
* Laden Sie ein [Archiv](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest) entsprechend Ihrer Windows- und PowerShell-Version herunter;
Команда скачает и распакуют последнюю версию архива Sophia Script (`без последующего запуска`) согласно версии Windows, на которой она запускалась. Допустим, если вы запустите ее на Windows 11, то скачается Sophia Script для `Windows 11`. По умолчанию для `PowerShell 5.1`, если не указано обратное.
92
+
93
+
```powershell
94
+
choco install sophia --force -y
95
+
```
96
+
97
+
Скачать `Sophia Script for Windows` для `PowerShell 7`.
98
+
99
+
```powershell
100
+
choco install sophia --params "/PS7" --force -y
101
+
```
102
+
88
103
### Вручную
89
104
90
105
* Скачайте [архив](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest) согласно версиям вашей Windows и PowerShell;
Copy file name to clipboardExpand all lines: docs/README_uk-ua.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,8 @@
48
48
## Зміст
49
49
50
50
*[Як користуватися](#як-користуватися)
51
-
*[Як завантажити Sophia Script через PowerShell](#завантажити-через-powershell)
51
+
*[Завантажити через PowerShell](#завантажити-через-powershell)
52
+
*[Завантажити через Chocolatey](#завантажити-через-chocolatey)
52
53
*[Вручну](#вручну)
53
54
*[Як запустити певну функцію(ї)](#як-запустити-певну-функціюї)
54
55
*[Wrapper](#wrapper)
@@ -71,7 +72,7 @@
71
72
>
72
73
> `Sophia Script для Windows` може не працювати на "самопальних" збірках Windows. Особливо, якщо збірка була створена так, що в ній спеціально було зламано Microsoft Defender і вимкнено телеметрію, вирізавши системні компоненти.
73
74
74
-
## Завантажити через PowerShell
75
+
###Завантажити через PowerShell
75
76
76
77
Команда завантажить і розпакує останній архів Sophia Script (`без запуску`) відповідно до того, під якою версією Windows і PowerShell він запускається. Якщо запустити її, наприклад, в Windows 11 через PowerShell 5.1, вона завантажить Sophia Script для `Windows 11 PowerShell 5.1`.
TКоманда завантажить і розпакує останню версію архіву Sophia Script (`без подальшого запуску`) згідно з версією Windows, на якій вона запускалася. Припустимо, якщо ви запустите її на Windows 11, то завантажиться Sophia Script для `Windows 11`. За замовчуванням для `PowerShell 5.1`, якщо не вказано зворотне.
92
+
93
+
```powershell
94
+
choco install sophia --force -y
95
+
```
96
+
97
+
Завантажити `Sophia Script for Windows` для `PowerShell 7`.
98
+
99
+
```powershell
100
+
choco install sophia --params "/PS7" --force -y
101
+
```
102
+
88
103
### Вручну
89
104
90
105
* Завантажити [архів](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest) згідно з вашою версією Windows і PowerShell;
0 commit comments