This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Edit Steam's JumplistSettings bitmask on Linux. | |
| Valve dropped the Taskbar Preferences GUI from the Linux client after a UI | |
| redesign; the client still honors the underlying bits. | |
| Upstream: https://github.com/ValveSoftware/steam-for-linux/issues/9860 | |
| Mask location — auto-located under: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| PowerShell functions for searching and downloading offline updates from https://www.catalog.update.microsoft.com. (PS 5.1 Compatible - No External Dependencies) | |
| .DESCRIPTION | |
| This script provides functions to query the Microsoft Update Catalog and download selected updates using only native PowerShell 5.1 features. | |
| It includes logic for searching, sorting, pagination, downloading (with BITS option), and fetching download links/filenames. | |
| .NOTES | |
| Dependencies: Windows PowerShell 5.1 and .NET Framework 4.8.1. |