Dmitry Nefedov 3 years ago
parent
commit
6d56c7b67c
  1. 40
      CHANGELOG.md
  2. 27
      README.md
  3. 49
      img/SSdownloadbutton.svg
  4. 12
      sophia_script_versions.json

40
CHANGELOG.md

@ -5,8 +5,32 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 5.12.7 | 6.0.8 — 05.12.2021
## Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | Enterprise LTSC 2021 | Enterprise LTSC 2019
Diff from v6.0.7
[6.0.7...6.0.8](https://github.com/farag2/Sophia-Script-for-Windows/compare/6.0.7...6.0.8)
* Fixed small bug in the `OneDrive` function that prevents a folder to be removed;
* Fixed small bug in the `OneDrive` function that prevents OneDrive to be downloaded (Microsoft changed the cloud XML silently);
* The `WinPrtScrFolder` function was improved;
* Now it doesn't matter how your preset was named: the fucntion will parse the preset that was loaded into session to find whether the `OneDrive -Uninstall` function was commented out or not;
* Minor changes.
* [Check out](https://t.me/SophiaNews/396) the 4th [SophiApp](https://github.com/Sophia-Community/SophiApp) 0.0.0.70 public alpha build :rocket:
![SophiApp](https://hsto.org/r/w780/getpro/habr/upload_files/be9/060/0b6/be90600b648639aa85d755fe10677cb2.jpg)
## Sophia Script Wrapper 2.5.3
* More validation for JSON added;
* Backup of `Sophia.ps1` to `Sophia-original.ps1` if using import ps1 file called `Sophia.ps1`;
* Otherwise if importing `x.ps1`, the file will be overwritten if the `Run PowerShell` button is used.
## 5.12.6 | 6.0.7 — 23.11.2021
## Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | Enterprise LTSC 2021 | Enterprise LTSC 2019
Diff from v6.0.6
[6.0.6...6.0.7](https://github.com/farag2/Sophia-Script-for-Windows/compare/5.12.4...5.12.5)
* Added support for Windows 10 Enterprise LTSC 2021;
@ -20,8 +44,6 @@ Diff from v6.0.6
* Minor changes.
* [Check out](https://t.me/SophiaNews/396) the 4th [SophiApp](https://github.com/Sophia-Community/SophiApp) 0.0.0.70 public alpha build :rocket:
![SophiApp](https://hsto.org/r/w780/getpro/habr/upload_files/be9/060/0b6/be90600b648639aa85d755fe10677cb2.jpg)
## Sophia Script Wrapper 2.5.2
* Cleaned up JSONs;
@ -34,7 +56,7 @@ Diff from v6.0.6
## 5.12.5 | 6.0.6 — 24.10.2021
## Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | LTSC 1809
## Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | Enterprise LTSC 2019
* The `NotificationAreaIcons`, `TaskbarSize`, `RecentlyAddedAppsAdded` funtions were removed due to lack of necessity;
* Fixed typo in `FileExplorerCompactMode`;
@ -87,7 +109,7 @@ Diff from v6.0.6
## 5.12.4 | 6.0.5 — 06.10.2021
## Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | LTSC 1809
## Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | Enterprise LTSC 2019
* Now you can download the always latest Sophia Script archive by invoking (`not as administrator too`) in PowerShell console
@ -139,7 +161,7 @@ Invoke-RestMethod -Uri script.sophi.app | Invoke-Expression
## 5.12.3 | 6.0.4 — 19.09.2021
## Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | LTSC 1809
## Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | Enterprise LTSC 2019
* Now you can download the always latest Sophia Script archive by invoking (`not as administrator too`) in PowerShell console
@ -174,7 +196,7 @@ Invoke-RestMethod -Uri script.sophi.app | Invoke-Expression
## 5.12.2 | 6.0.3 — 25.08.2021
## Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | LTSC 1809
## Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | Enterprise LTSC 2019
* Fixed bug when the `Errors output` function couldn't get path to a file with an error;
* Updated translations;
@ -192,14 +214,14 @@ Invoke-RestMethod -Uri script.sophi.app | Invoke-Expression
## 5.12.1 | 6.0.2 — 06.08.2021
## Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | LTSC
## Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | Enterprise LTSC 2019
* Fixed typo that prevets script from showing the error description;
* Fixed typos in descriptions.
## 5.12 | 6.0.1 — 05.08.2021
## Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | LTSC
## Windows 11 21H2 | Windows 10 2004/20H2/21H1/21H2 | Enterprise LTSC 2019
* Added the `IPv6Component -Enable`, `IPv6Component -Disable` functions;
* Disable the Internet Protocol Version 6 (TCP/IPv6) component for all network connections. Before invoking the function, a check will be run whether your ISP supports the IPv6 protocol using https://ipv6-test.com
@ -302,7 +324,7 @@ Invoke-RestMethod -Uri script.sophi.app | Invoke-Expression
## 5.11.1 — 13.07.2021
## Windows 10 2004/20H2/21H1 | LTSC
## Windows 10 2004/20H2/21H1 | Enterprise LTSC 2019
Diff from v5.11
[5.11...5.11.1](https://github.com/farag2/Windows-10-Sophia-Script/compare/5.11...5.11.1)

27
README.md

@ -8,7 +8,7 @@
<p align="left">
<a href="https://github.com/farag2/Sophia-Script-for-Windows/actions"><img src="https://img.shields.io/github/workflow/status/farag2/Sophia-Script-for-Windows/Build?label=GitHub%20Actions&logo=GitHub"></a>
<img src="https://img.shields.io/badge/PowerShell%205.1%20&%207.1-Ready-blue.svg?color=5391FE&style=flat&logo=powershell">
<img src="https://img.shields.io/badge/PowerShell%205.1%20&%207.2-Ready-blue.svg?color=5391FE&style=flat&logo=powershell">
<a href="https://github.com/farag2/Sophia-Script-for-Windows/releases"><img src="https://img.shields.io/github/downloads/farag2/Sophia-Script-for-Windows/total?label=downloads%20%28since%20May%202020%29"></a>
<a href="https://github.com/farag2/Sophia-Script-for-Windows/releases"><img src="https://img.shields.io/github/v/release/farag2/Sophia-Script-for-Windows"></a>
@ -23,7 +23,7 @@
Available in: <img src="https://upload.wikimedia.org/wikipedia/commons/a/ae/Flag_of_the_United_Kingdom.svg" height="11px"/> <img src="https://upload.wikimedia.org/wikipedia/commons/f/fa/Flag_of_the_People's_Republic_of_China.svg" height="11px"/> <img src="https://upload.wikimedia.org/wikipedia/commons/b/ba/Flag_of_Germany.svg" height="11px"/>
<img src="https://upload.wikimedia.org/wikipedia/commons/c/c3/Flag_of_France.svg" height="11px"/> <img src="https://upload.wikimedia.org/wikipedia/commons/0/03/Flag_of_Italy.svg" height="11px"/> <img src="https://upload.wikimedia.org/wikipedia/commons/f/f3/Flag_of_Russia.svg" height="11px"/> <img src="https://upload.wikimedia.org/wikipedia/commons/4/49/Flag_of_Ukraine.svg" height="11px"/> <img src="https://upload.wikimedia.org/wikipedia/commons/b/b4/Flag_of_Turkey.svg" height="11px"/> <img src="https://upload.wikimedia.org/wikipedia/commons/9/9a/Flag_of_Spain.svg" height="11px"/> <img src="https://upload.wikimedia.org/wikipedia/commons/5/5c/Flag_of_Portugal.svg" height="11px"/> <img src="https://upload.wikimedia.org/wikipedia/commons/c/c1/Flag_of_Hungary.svg" height="11px"/>
<a href="https://github.com/farag2/Sophia-Script-for-Windows/releases/latest"><img src="https://i.imgur.com/B8KGCa7.jpeg" width=220px height=55px></a>
<a href="https://github.com/farag2/Sophia-Script-for-Windows/releases/latest"><img src="https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/master/img/SSdownloadbutton.svg" width=220px height=55px></a>
***
@ -45,7 +45,7 @@ Available in: <img src="https://upload.wikimedia.org/wikipedia/commons/a/ae/Flag
&bull;
<a href="#how-to-translate">How to translate</a>
&bull;
<a href="#supported-windows-versions">Supported Windows 10 & 11 versions</a>
<a href="#minimum-supported-windows-versions-and-builds">Supported Windows 10 & 11 versions</a>
&bull;
<a href="https://github.com/farag2/Sophia-Script-for-Windows/blob/master/CHANGELOG.md">Changelog</a>
</p>
@ -85,10 +85,15 @@ Available in: <img src="https://upload.wikimedia.org/wikipedia/commons/a/ae/Flag
</a>
</td>
<td>
<a href="https://www.deskmodder.de/blog/2021/08/07/sophia-script-for-windows-jetzt-fuer-windows-11-und-10//">
<a href="https://www.deskmodder.de/blog/2021/08/07/sophia-script-for-windows-jetzt-fuer-windows-11-und-10/">
<img src="https://i.imgur.com/6sAI2wZ.png">
</a>
</td>
<td>
<a href="https://www.pcsoleil.fr/successeur-de-win10-initial-setup-script-sophia-script-comment-lutiliser/">
<img src="https://i.imgur.com/xBHWMkU.png">
</a>
</td>
</tr>
</table>
@ -103,17 +108,17 @@ Available in: <img src="https://upload.wikimedia.org/wikipedia/commons/a/ae/Flag
|Version| Build | Editions | Script version |
|:-----:|:---------:|:-----------------:|:--------------:|
| 21H2 | 22000.318 |Home/Pro/Enterprise|[6.0.7](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest)|
| 21H2 | 22000.318 |Home/Pro/Enterprise|[6.0.8](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest)|
# Windows 10
|Version| Marketing name | Build | Arch| Editions | Script version |
|:-----:|:-------------------:|:----------:|:---:|:----------------------:|:--------------:|
| 21H2 | October 2021 Update | 19044.1151 | x64 |Home/Pro/Enterprise|[5.12.6](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest)|
| 21H2 | Enterprise LTSC 2021| 19044.1348 | x64 | Enterprise |[5.12.6](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest)|
| 21H1 | May 2021 Update | 19043.1151 | x64 |Home/Pro/Enterprise|[5.12.6](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest)|
| 20H2 | October 2020 Update | 19042.1151 | x64 |Home/Pro/Enterprise|[5.12.6](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest)|
| 2004 | May 2020 Update | 19041.1151 | x64 |Home/Pro/Enterprise|[5.12.6](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest)|
| 21H2 | October 2021 Update | 19044.1151 | x64 |Home/Pro/Enterprise|[5.12.7](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest)|
| 21H2 | Enterprise LTSC 2021| 19044.1348 | x64 | Enterprise |[5.12.7](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest)|
| 21H1 | May 2021 Update | 19043.1151 | x64 |Home/Pro/Enterprise|[5.12.7](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest)|
| 20H2 | October 2020 Update | 19042.1151 | x64 |Home/Pro/Enterprise|[5.12.7](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest)|
| 2004 | May 2020 Update | 19041.1151 | x64 |Home/Pro/Enterprise|[5.12.7](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest)|
| 1809 | Enterprise LTSC 2019| 17763 | x64 | Enterprise |[5.2.17](https://github.com/farag2/Sophia-Script-for-Windows/releases/latest)|
## Screenshots
@ -265,7 +270,7 @@ Or use an old-style format without the TAB functions autocomplete (the quotation
irm script.sophi.app | iex
```
* The command will download and expand the archive (`without running`) the latest Sophia Script according which Windows and PowerShell versions it is run on. For example, if you run it on Windows 11 via PowerShell 5.1, it will download Sophia Script for `Windows 11 PowerShell 5.1`.
* The command will download and expand the latest Sophia Script archive (`without running`) according which Windows and PowerShell versions it is run on. If you run it on, e.g., Windows 11 via PowerShell 5.1, it will download Sophia Script for `Windows 11 PowerShell 5.1`.
# Supported variations to launch the command on

49
img/SSdownloadbutton.svg

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="950px" height="225px" viewBox="0 0 950 225" enable-background="new 0 0 950 225" xml:space="preserve">
<rect x="10.353" y="10.378" fill="#2F2F2F" stroke="#11ADE4" stroke-width="20.3794" stroke-miterlimit="10" width="929.895" height="204.807"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FEFEFF" d="M117.809,181.121c-18.977,0-37.953,0-56.93-0.002
c-3.446,0-6.645-0.809-9.426-2.941c-2.098-1.609-3.295-3.701-3.298-6.379c-0.014-11.821-0.048-23.644,0.007-35.464
c0.022-4.714,3.667-8.059,8.483-8.013c4.852,0.047,8.341,3.369,8.37,8.131c0.05,8.274,0.055,16.551-0.022,24.824
c-0.014,1.525,0.336,1.973,1.925,1.97c34.034-0.05,68.066-0.054,102.1,0.01c1.761,0.003,1.991-0.579,1.979-2.106
c-0.069-8.149-0.037-16.301-0.03-24.451c0.003-3.908,1.718-6.586,5.042-7.921c3.458-1.389,7.271-0.584,9.793,2.027
c1.475,1.528,2.041,3.383,2.043,5.438c0.01,11.387,0.067,22.773-0.02,34.158c-0.048,6.312-4.923,10.551-12.153,10.689
c-4.977,0.096-9.955,0.029-14.933,0.029C146.43,181.122,132.119,181.121,117.809,181.121z"/>
<path fill-rule="evenodd" clip-rule="evenodd" fill="#FEFEFF" d="M110.357,128.203c0-1.035,0-1.637,0-2.238
c0-23.396,0.003-46.794-0.002-70.19c-0.001-3.281,1.31-5.811,4.31-7.243c2.819-1.345,5.583-1.053,8.072,0.851
c2.133,1.631,2.927,3.901,2.923,6.548c-0.019,15.806-0.009,31.611-0.009,47.417c0,8.137,0,16.274,0,24.829
c3.133-3.404,6.018-6.526,8.891-9.66c4.667-5.092,9.267-10.244,14.006-15.266c4.295-4.551,11.161-3.36,13.047,2.203
c1.08,3.187,0.232,5.977-2.067,8.386c-10.396,10.893-20.784,21.793-31.171,32.694c-1.374,1.44-2.71,2.917-4.088,4.354
c-4.69,4.89-7.675,4.953-12.376,0.108c-5.156-5.313-10.227-10.71-15.333-16.071c-6.695-7.029-13.394-14.053-20.08-21.09
c-3.081-3.242-3.407-7.577-0.838-10.635c3.07-3.653,8.293-3.705,11.798,0.03c4.684,4.99,9.26,10.08,13.884,15.125
C104.224,121.518,107.125,124.679,110.357,128.203z"/>
<path fill="#00AEE0" d="M215.651,66.497c7.076-1.068,15.488-1.869,24.7-1.869c16.689,0,28.572,3.872,36.45,11.215
c8.011,7.343,12.684,17.757,12.684,32.311c0,14.687-4.54,26.702-12.951,34.981c-8.412,8.41-22.297,12.949-39.788,12.949
c-8.278,0-15.221-0.4-21.095-1.066V66.497z M227.267,146.07c2.938,0.535,7.21,0.668,11.75,0.668
c24.833,0,38.318-13.885,38.318-38.185c0.134-21.229-11.883-34.714-36.449-34.714c-6.008,0-10.548,0.534-13.619,1.202V146.07z"/>
<path fill="#00AEE0" d="M381.473,109.355c0,30.975-18.825,47.397-41.79,47.397c-23.766,0-40.455-18.424-40.455-45.662
c0-28.572,17.757-47.264,41.79-47.264C365.584,63.826,381.473,82.652,381.473,109.355z M311.645,110.823
c0,19.226,10.415,36.45,28.706,36.45c18.425,0,28.839-16.957,28.839-37.385c0-17.891-9.346-36.583-28.706-36.583
C321.258,73.306,311.645,91.063,311.645,110.823z"/>
<path fill="#00AEE0" d="M411.245,155.283l-22.831-89.988h12.283l10.681,45.528c2.67,11.216,5.073,22.431,6.676,31.108h0.267
c1.468-8.945,4.272-19.627,7.343-31.242l12.016-45.395h12.15l10.948,45.662c2.537,10.682,4.94,21.361,6.275,30.842h0.267
c1.869-9.881,4.406-19.895,7.21-31.109l11.883-45.395h11.882l-25.501,89.988h-12.15l-11.349-46.863
c-2.804-11.482-4.673-20.294-5.875-29.373h-0.267c-1.602,8.946-3.605,17.757-6.943,29.373l-12.817,46.863H411.245z"/>
<path fill="#00AEE0" d="M509.509,155.283V65.295h12.684l28.839,45.528c6.676,10.548,11.883,20.026,16.155,29.239l0.268-0.133
c-1.068-12.016-1.336-22.965-1.336-36.984V65.295h10.948v89.988h-11.749l-28.572-45.662c-6.275-10.013-12.283-20.294-16.822-30.041
l-0.4,0.133c0.667,11.349,0.935,22.164,0.935,37.118v38.451H509.509z"/>
<path fill="#00AEE0" d="M597.359,65.295h11.615v80.242h38.452v9.746h-50.067V65.295z"/>
<path fill="#00AEE0" d="M732.074,109.355c0,30.975-18.826,47.397-41.79,47.397c-23.766,0-40.455-18.424-40.455-45.662
c0-28.572,17.757-47.264,41.79-47.264C716.186,63.826,732.074,82.652,732.074,109.355z M662.246,110.823
c0,19.226,10.414,36.45,28.705,36.45c18.425,0,28.84-16.957,28.84-37.385c0-17.891-9.347-36.583-28.706-36.583
C671.858,73.306,662.246,91.063,662.246,110.823z"/>
<path fill="#00AEE0" d="M759.844,126.979l-9.346,28.305h-12.017l30.575-89.988h14.019l30.708,89.988h-12.416l-9.613-28.305H759.844z
M789.351,117.9l-8.813-25.902c-2.002-5.875-3.338-11.215-4.673-16.422h-0.267c-1.335,5.34-2.804,10.814-4.54,16.289l-8.812,26.036
H789.351z"/>
<path fill="#00AEE0" d="M827.001,66.497c7.076-1.068,15.487-1.869,24.7-1.869c16.688,0,28.571,3.872,36.449,11.215
c8.011,7.343,12.684,17.757,12.684,32.311c0,14.687-4.539,26.702-12.951,34.981c-8.411,8.41-22.297,12.949-39.787,12.949
c-8.277,0-15.221-0.4-21.095-1.066V66.497z M838.616,146.07c2.938,0.535,7.21,0.668,11.749,0.668
c24.834,0,38.319-13.885,38.319-38.185c0.133-21.229-11.883-34.714-36.45-34.714c-6.008,0-10.547,0.534-13.618,1.202V146.07z"/>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

12
sophia_script_versions.json

@ -1,9 +1,9 @@
{
"Sophia_Script_Windows_10_PowerShell_5_1": "5.12.6",
"Sophia_Script_Windows_10_PowerShell_7": "5.12.6",
"Sophia_Script_Windows_10_PowerShell_5_1": "5.12.7",
"Sophia_Script_Windows_10_PowerShell_7": "5.12.7",
"Sophia_Script_Windows_10_LTSC2019": "5.2.17",
"Sophia_Script_Windows_10_LTSC2021": "5.12.6",
"Sophia_Script_Windows_11_PowerShell_5_1": "6.0.7",
"Sophia_Script_Windows_11_PowerShell_7": "6.0.7",
"Sophia_Script_Wrapper": "2.5.2"
"Sophia_Script_Windows_10_LTSC2021": "5.12.7",
"Sophia_Script_Windows_11_PowerShell_5_1": "6.0.8",
"Sophia_Script_Windows_11_PowerShell_7": "6.0.8",
"Sophia_Script_Wrapper": "2.5.3"
}

Loading…
Cancel
Save