Windows 10 2004/20H2/21H1 | LTSC
Diff from v5.9
5.9...5.10
- Calling the specific function was completely rewritten! 🚀
-
Added the Tab automplete function for functions and their arguments by typing its' first letters
-
The code from Sophia.ps1 moved to the
Functions.ps1
file; -
If you want to call the specific function you need to dot source the
Functions.ps1
first# With a dot at the beginning . .\Functions
- Now you can do like this
Sophia -Functions <tab> Sophia -Functions temp<tab> Sophia -Functions unin<tab> Sophia -Functions "DiagTrackService -Disable", "DiagnosticDataLevel -Minimal", UninstallUWPApps
-
The code isn't perfect but it works. Anyway it's better than recalling the functions' names. Hopefully I'll improve it in the next releases.
-
- Added the
RestoreUWPApps
function;
- Now it's possible to restore the default UWP apps uninstalled for current user;
- This list isn't hardcoded, but dynamically generated loading localized packages names;
- Restorable packages will always be displayed in English in a pop form;
- If you uninstalled packages for all users they can be restored only by downloading from the Microsoft Store.
- Fixed bug in the
PinToStart
function when it was unable to pin the "Devices and Printers" shortcut; - Fixed bug in the
UninstallUWPApps
function when packages names displayed in the center instead of the top; - Now the
TempTask
task removes only files and folders older than a day; - After script applying a pop-up will apper
- Formally added the
21H1, 19043
build support; - Minor changes.
- Thanks to iNNOKENTIY21 for moral support and pick-me-up!
- The full changelog for all years can be found here.
Wrapper
- TXT file radiobutton preset creation and opening are removed;
- PS1 files can be read from now via
Open PS1
choice in the "Options" menu; <#privacy&telemetry#>
regions are now "#region Privacy & Telemetry
format;- Please do not edit the
#region ...
line or it will fail to read the PS1 file.