File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -282,10 +282,10 @@ Thanks to @gtumanyan
282282
283283``` powershell
284284# Download a PowerShell 5.1 version of Sophia Script by default
285- choco install sophia --force -y
285+ choco install sophia --force --yes
286286
287287# Download a PowerShell 7 version of Sophia Script
288- choco install sophia --params "/PS7" --force -y
288+ choco install sophia --params "/PS7" --force --yes
289289```
290290
291291* Added ` MeetNow ` function for ` Windows 10 x64 Enterprise LTSC 2021 `
Original file line number Diff line number Diff line change @@ -166,18 +166,18 @@ iwr sl.sophia.team -useb | iex
166166Download and expand to Downloads folder latest ` Sophia Script for Windows ` version depending to your Windows version you use.
167167
168168``` powershell
169- choco install sophia --force -y
169+ choco install sophia --version=7.1.4 -- force --yes
170170```
171171
172172Download and expand to Downloads folder latest ` Sophia Script for Windows ` version for PowerShell 7 depending to your Windows version you use.
173173
174174``` powershell
175- choco install sophia --params "/PS7" --force -y
175+ choco install sophia --version=7.1.4 -- params "/PS7" --force --yes
176176```
177177
178178``` powershell
179179# Uninstall and then remove downloaded folder manually
180- choco uninstall sophia --force -y
180+ choco uninstall sophia --force --yes
181181```
182182
183183### WinGet
Original file line number Diff line number Diff line change @@ -166,18 +166,18 @@ iwr sl.sophia.team -useb | iex
166166Laden Sie die neueste Version von ` Sophia Script for Windows ` entsprechend Ihrer Windows-Version herunter und entpacken Sie sie in den Ordner Downloads.
167167
168168``` powershell
169- choco install sophia --force -y
169+ choco install sophia --version=7.1.4 -- force --yes
170170```
171171
172172Laden Sie die neueste Version von ` Sophia Script for Windows ` für PowerShell 7 entsprechend Ihrer Windows-Version herunter und entpacken Sie sie in den Ordner Downloads.
173173
174174``` powershell
175- choco install sophia --params "/PS7" --force -y
175+ choco install sophia --version=7.1.4 -- params "/PS7" --force --yes
176176```
177177
178178``` powershell
179179# Deinstallieren Sie die Anwendung und löschen Sie anschließend den heruntergeladenen Ordner manuell
180- choco uninstall sophia --force -y
180+ choco uninstall sophia --force --yes
181181```
182182
183183### WinGet
Original file line number Diff line number Diff line change @@ -169,18 +169,18 @@ iwr sl.sophia.team -useb | iex
169169Скачать и распаковать в папку Загрузки последнюю версию ` Sophia Script for Windows ` в зависимости от вашей версии Windows.
170170
171171``` powershell
172- choco install sophia --force -y
172+ choco install sophia --version=7.1.4 -- force --yes
173173```
174174
175175Скачать и распаковать в папку Загрузки последнюю версию ` Sophia Script for Windows ` для PowerShell 7 в зависимости от вашей версии Windows.
176176
177177``` powershell
178- choco install sophia --params "/PS7" --force -y
178+ choco install sophia --version=7.1.4 -- params "/PS7" --force --yes
179179```
180180
181181``` powershell
182182# Удалить, а затем удалить вручную скачанную папку
183- choco uninstall sophia --force -y
183+ choco uninstall sophia --force --yes
184184```
185185
186186### WinGet
Original file line number Diff line number Diff line change @@ -168,18 +168,18 @@ iwr sl.sophia.team -useb | iex
168168Завантажте та розпакуйте в папку Завантаження останню версію ` Sophia Script for Windows ` залежно від вашої версії Windows.
169169
170170``` powershell
171- choco install sophia --force -y
171+ choco install sophia --version=7.1.4 -- force --yes
172172```
173173
174174Завантажте та розпакуйте в папку Завантаження останню версію ` Sophia Script for Windows ` для PowerShell 7 залежно від вашої версії Windows.
175175
176176``` powershell
177- choco install sophia --params "/PS7" --force -y
177+ choco install sophia --version=7.1.4 -- params "/PS7" --force --yes
178178```
179179
180180``` powershell
181181# Видалити, а потім видалити вручну завантажену папку
182- choco uninstall sophia --force -y
182+ choco uninstall sophia --force --yes
183183```
184184
185185### WinGet
You can’t perform that action at this time.
0 commit comments