Donate
Enterprise LTSC 2019 | Enterprise LTSC 2021 | Windows 10 22H2 | Windows 11 22H2
Diff from v6.3.2
6.3.2...08.03.2023
-
Removed the
Windows 11 22000
build support;- If you run the script on this build you will silently download and run
Windows 11 Installation Assistant
, downloadthe PC Health Check app
and expand it without installation to prepare for upgrading.
- If you run the script on this build you will silently download and run
-
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.