Browse all scripts

πŸ“„ JScript (WSH)

Align Taskbar Icons Left (JScript)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via WScript.Shell.RegWrite (JScript synta…

🐍 Python 3.10+

Get The Windows Prefetch folder Size Report (Python)

Recursively sums the size of the Windows Prefetch folder, read-only (no deletion).

πŸ–₯️ Batch (CMD)

Disable Game Bar Startup Tips (Batch)

Stops the Game Bar from showing its startup tip panel. Applies the tweak via reg.exe.

πŸ“Š VBA (Excel)

Report Size of Windows Error Reporting files (VBA)

Reports the total size and top-level file count of Windows Error Reporting files using Scripting.FileSystemObject, stra…

πŸ“„ JScript (WSH)

Get Page File Usage Report (JScript)

Queries Win32_PageFileUsage via WMI and prints Page File Usage to the console β€” JScript, VBScript's WSH sibling languag…

πŸ–₯️ Batch (CMD)

Show This PC Icon on Desktop (Batch)

Adds the This PC icon back to the desktop. Applies the tweak via reg.exe.

🧰 Registry (.reg)

Enable Num Lock on Startup (Registry Tweak)

Turns Num Lock on by default for every new sign-in.

🟣 C# / .NET 6+

Backup Connected Monitors to JSON (C#)

Snapshots Connected Monitors (Win32_DesktopMonitor) to a timestamped JSON file via System.Management and System.Text.Js…

πŸ“œ VBScript (WSH)

Get Physical Disk Drives Report to File (VBScript)

Queries Win32_DiskDrive via WMI and writes Physical Disk Drives to a timestamped text file, handy for scheduled logon/l…

πŸ–₯️ Batch (CMD)

Check "Disable News and Interests Feed" Status (Batch)

Uses reg query to check the current value behind the "Disable News and Interests Feed" tweak.

🧬 WQL / PowerShell

Win32_LogicalDisk: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_LogicalDisk via Register-CimIndicationEvent β€” real WQL event quer…

πŸ“Š VBA (Excel)

Export BIOS Info to CSV via WMI (VBA)

Queries Win32_BIOS via WMI and writes every BIOS Info row straight to a CSV file in Documents, using plain VBA file I/O.