Releases: farag2/Sophia-Script-for-Windows
06.03.2024
Donate
Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 23H2
Diff from v6.6.1
6.6.1...6.6.2
- Initial checks simplified;
- Script now relies on parsing https://github.com/farag2/Sophia-Script-for-Windows/blob/master/supported_windows_builds.json to check the actual supported Windows build;
- If there's no Internet connection established, the check will be skipped.
- In anticipation of providing an ability to remove Edge from Microsoft, the Edge check was removed.
- Script now relies on parsing https://github.com/farag2/Sophia-Script-for-Windows/blob/master/supported_windows_builds.json to check the actual supported Windows build;
InstallDotNetRuntimes
function has now onlyNET6x64, NET7x64, NET8x64
supported arguments- Minor changes.
Wrapper 2.6.18
- Fixed Set-Association;
- Can include spaces in filepath.
- More organized output console.
03.03.2024
Donate
Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 23H2
Diff from v6.6.0
6.6.0...6.6.1
- Code refactoring;
- Improved initial checks;
- Fixed small bug when explorer process didn't load back after restating in
OneDrive -Uninstall
function; - Closed #554;
- Added
SearchHighlights
function to show or hide hightlights in the search on the taskbar; - Fixed bug in all creating scheduled tasks where a wrong encoding were used that cased mojibake;
- You may re-create them if you've encountered such bug.
- Thanks to @lowl1f3.
- Fixed typos;
- Minor changes.
Wrapper 2.6.17
- Added
InstallDotNetRuntimes -Runtimes
function to install latest.NET 6, 7, 8 frameworks
- Fixed bug crash when searching in Windows 10 src.
02.02.2024
Donate
Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 23H2
Diff from v6.5.9
6.5.9...6.6.0
Regarding SophiApp 2.0
development: https://t.me/SophiaNews/2566
- Improved initial checks;
- Extended harmful tweakers list checks;
- Improved HEVC package downloading function;
- Added
RegistryBackup
function to back up the system registry to %SystemRoot%\System32\config\RegBack folder when PC restarts and create a RegIdleBackup in the Task Scheduler task to manage subsequent backups; - Fixed typos;
- Minor changes.
Wrapper 2.6.15
- Added search function
Note: Please note that Wrapper doesn't have all functions as CLI
Sophia Script
provides. If you want to apply all functions, you need to configureSophia.ps1
file.
26.12.2023
Donate
Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 23H2
Diff from v6.5.8
6.5.8...6.5.9
Note: Please note that there's a bug in the latest stable Terminal which prevents script from running. Please temporarily use Terminal Preview.
- Fixed bug in
HEVC
function that prevented package downloading; - Removed
WaitNetworkStartup
function as unnecessary one; - Renamed
TaskbarChat
function intoPreventTeamsInstallation
; - Fixed typos;
- Minor changes.
Wrapper 2.6.13
- Added compatibility with the latest
Sophia Script
version; - Bug fix.
Note: Please note that Wrapper doesn't have all functions as CLI
Sophia Script
provides. If you want to apply all functions, you need to configureSophia.ps1
file.
With best wishes for a happy New Year from Team Sophia
Regarding SophiApp 2.0
development: https://t.me/SophiaNews/2566
08.12.2023
Donate
Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 23H2
Diff from v6.5.7
6.5.7...6.5.8
Note: Please note that there's a bug in the latest stable Terminal which prevents script from running. Please temporarily use Terminal Preview.
🔥 🔥🔥 We've changed the short URL
for fast downloading the latest Sophia Script
to iwr app.sophia.team | iex
.
- The
InitialActions
function simplified; - Fixed bug in
TempTask
when$env:SystemDrive\Recovery
folder wasn't removed;- Just in case re-create
Temp
scheduled task via. .\Functions.ps1
method. - Thanks to
linchel23
.
- Just in case re-create
- Added
CopilotButton
function forWindows 10
to hide ot show Copilot button on the taskbar as Windows starts supporting it with the latest available build; - Added
WindowsLatestUpdate
function forWindows 10
to let user get Windows updates as soon as they're available for your device as Windows starts supporting it with the latest available build; - Removed
HEVC
function forWindows 11
as unnecessary one asWindows 11
already hasMicrosoft.HEVCVideoExtension
package pre-installed; - Fixed typos;
- Minor changes.
Note: Please note that Wrapper doesn't have all functions as CLI
Sophia Script
provides. If you want to apply all functions, you need to configureSophia.ps1
file.
22.10.2023
Donate
Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 22H2
Diff from v6.5.6
6.5.6...6.5.7
Note: Please note that there's a bug in the latest stable Terminal which prevents script from running. Please temporarily use Terminal Preview.
-
Added
UserFolders
function to hide or show user folders inThis PC
;- Applicable for
Windows 10
only; UserFolders -ThreeDObjects Show -Desktop Show -Documents Show -Downloads Show -Music Show -Pictures Show -Videos Show
;- Closed #535.
- Applicable for
-
Added
CopilotButton
function to hide or show Copilot on the taskbar.- Applicable for
Windows 11
only;
CopilotButton -Hide CopilotButton -Show
- Applicable for
-
Added
TaskbarCombine
function to configure the icons on icons behaviour on the taskbar;- Applicable for
Windows 11
only;
TaskbarCombine -Always TaskbarCombine -Full TaskbarCombine -Never
- Applicable for
-
Added
ComssOneDNS
argument forDNSoverHTTPS
function to enable DNS-over-HTTPS via Comss.one DNS server;- Applicable for Russia only
- https://www.comss.ru/page.php?id=7315
-
Minor changes.
Wrapper 2.6.12
- Added compatibility with the latest
Sophia Script
version; - Bug fix.
Note: Please note that Wrapper doesn't have all functions as CLI
Sophia Script
provides. If you want to apply all functions, you need to configureSophia.ps1
file.
17.09.2023
Donate
Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 22H2
Diff from v6.5.5
6.5.5...6.5.6
- Change method to detect whether Internet connection exist;
- Now it relies on
dns.msftncsi.com
instead ofgoogle.com/cloudflare.com
.
- Now it relies on
- #532 fixed;
- Fixed typos.
Wrapper 2.6.11
- Wrapper runs now even if internet is down;
- Wrapper now checks whether PowerShell 7 is installed if preset contains appropriate string;
- Bug fix.
Note: Please note that Wrapper doesn't have all functions as CLI
Sophia Script
provides. If you want to apply all functions, you need to configureSophia.ps1
file.
19.08.2023
Donate
Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 22H2
Diff from v6.5.4
6.5.4...6.5.5
- #525 closed;
- Minor changes.
Wrapper 2.6.10
- Added
Set-Association
function;
Note: Please note that Wrapper doesn't have all functions as CLI
Sophia Script
provides. If you want to apply all functions, you need to configureSophia.ps1
file.
16.07.2023
Donate
Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 22H2
Diff from v6.5.3
6.5.3...6.5.4
- Improved interactive menu UX.
Change_user_folders.mp4
12.07.2023
Donate
Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 22H2
Diff from v6.5.2
6.5.2...6.5.3
- Replaced interactive menus overall within a custom
Show-Menu
function letting choose answer within arrows in keyboard; - Improved German translation. #514 merged;
- Thanks to @sensinsane.
- Minor changes.
Wrapper 2.6.9
- Small changes;
- Thanks to
ajt174
.
- Thanks to
Note: Please note that Wrapper doesn't have all functions as CLI
Sophia Script
provides. If you want to apply all functions, you need to configureSophia.ps1
file.