Browse all scripts

⚔ PowerShell 5.1+

Disable Lock Screen Notifications

Stops app notifications from appearing on the lock screen.

⚔ PowerShell 5.1+

Disable Taskbar Widgets Icon

Removes the Widgets icon from the Windows 11 taskbar.

🧬 WQL / PowerShell

Win32_ComputerSystemProduct: Sorting Computer System Product Info (WQL has no ORDER BY)

WQL has no ORDER BY clause — this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…

šŸ“Š VBA (Excel)

Check Disable Recent Documents History Registry Value (VBA)

Reads the Disable Recent Documents History registry value via WScript.Shell.RegRead and reports it in a message box — n…

šŸ Python 3.10+

Disable Lock Screen Notifications (Python)

Stops app notifications from appearing on the lock screen. Applies the tweak via the stdlib winreg module.

šŸ–„ļø Batch (CMD)

Clean Up The Windows Update download cache (Batch)

Clears the Windows Update download cache after a confirmation prompt, with a /silent mode for scheduled tasks.

šŸ–„ļø Batch (CMD)

Export Processes to CSV (Batch)

Uses wmic to export Processes (Win32_Process) to a timestamped CSV file.

šŸ Python 3.10+

Disable Windows Spotlight on Desktop (Python)

Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via the stdlib winreg module.

šŸ“œ VBScript (WSH)

Get Windows Error Reporting files Size Report (VBScript)

Recursively sums the size of Windows Error Reporting files, read-only (no deletion).

šŸ“œ VBScript (WSH)

Check "Disable Tailored Experiences" Status (VBScript)

Reads the registry value behind the "Disable Tailored Experiences" tweak to confirm whether it's applied.

⚔ PowerShell 5.1+

Backup Logical Disks List to JSON

Snapshots Logical Disks from Win32_LogicalDisk to a timestamped JSON file for later comparison or auditing.

🟣 C# / .NET 6+

Disable Tailored Experiences (C#)

Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via Microsoft.Win32.Registry.