Donate
Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 22H2
Diff from v6.3.2
6.3.2...6.4.0
-
Dropped support for
Windows 11 22000
&Windows 10 21H2
;- If you run the script on
Windows 11 22000
you will silently download and run Windows 11 Installation Assistant, then download the PC Health Check app and expand it without installation to prepare for upgrading.
- If you run the script on
-
CleanupTask
,SoftwareDistributionTask
,TempTask
re-written;- Now all scheduled tasks respect
Focus Assist
mode and won't interrupt while you playing games or watching fullscreen videos with any notification toasts or powershell.exe pop-ups - Uses the FocusAssistLib.cs code from @DCourtel!
- https://redplait.blogspot.com/2018/07/wnf-ids-from-perfntcdll-adk-version.html
- I strongly recommend you to update them (how-to)
# With dot at the beginning . .\Functions.ps1 Sophia -Functions "CleanupTask -Register", "SoftwareDistributionTask -Register", "TempTask -Register"
- Now all scheduled tasks respect
-
Improved
WSL-Install
; -
Removed
RunPowerShellShortcut
function as not necessary any more; -
WSA
function renamed intoInstall-WSA
and has no parameters any more; -
Added
TaskbarSearch -SearchIconLabel
new parameter to configure search bar design on the taskbar; -
Added
SATADrivesRemovableMedia
function to prevent all internal SATA drives from showing up as removable media in the taskbar notification area -
#453 closed;
-
Many small changes and improvements.