Windows 10 2004/20H2/21H1 | LTSC
Diff from v5.7
5.7...5.8
-
The
UninstallUWPApps
function huge update- The
PowerShell 7.x
version now shares the same codebase as PowerShell 5.1;- By loading the
WinRT.Runtime.dll
(289 KB) andMicrosoft.Windows.SDK.NET.dll
(25,4 MB) assemblies (both are being downloaded and archived by GitHub Actions) it becomes possible to get localized UWP apps packages names too; - https://github.com/microsoft/CsWinRT;
- https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref;
- By loading the
- Added the
Select all
button; - Fixed #141;
- Many fixes and improvements by @Inestic and iNNOKENTIY21
- The
-
The
Set-Association
function huge update- Fixed bug when PowerShell calculates the wrong hash;
- Now contains code from https://github.com/DanysysTeam/PS-SFTA and https://github.com/default-username-was-already-taken/set-fileassoc
-
Now possible to associate extension using the relative paths
-
Set-Association -ProgramPath "%ProgramFiles%\Notepad++\notepad++.exe" -Extension .txt -Icon "%ProgramFiles%\Notepad++\notepad++.exe,0"
-
Fix by westlife and @default-username-was-already-taken
-
Updated the
SoftwareDistributionTask
and theTempTask
task- Added pop-up notification after the successful task completion
- To update the existing
SoftwareDistributionTask
andTempTask
functions run (no need to restart)
.\Sophia.ps1 -Functions "SoftwareDistributionTask -Register", "TempTask -Register"
- Fixed #143
-
Fixed small bug in the
Windows Cleanup
function- To update the existing
Windows Cleanup
function run (no need to restart)
.\Sophia.ps1 -Functions "CleanUpTask -Register"
- To update the existing
-
Added the Portuguese translation
- Thanks to ZZ
-
Fixed typos;
-
Minor changes.
- Thanks to @gtumanyan