Skip to content

Instantly share code, notes, and snippets.

@XTheocharis
XTheocharis / steam_jumplist.py
Last active August 22, 2026 20:16
Edit Steam's JumplistSettings bitmask on Linux
#!/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 locationauto-located under:
@XTheocharis
XTheocharis / MSCatalog.ps1
Created April 10, 2025 02:10
PowerShell functions for searching and downloading offline updates from https://www.catalog.update.microsoft.com. (PS 5.1 Compatible - No External Dependencies)
<#
.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.