Browse all scripts

🟣 C# / .NET 6+

Disable Bing Search Suggestions (C#)

Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via Microsoft.Win32.Registry.

🧰 Registry (.reg)

Align Taskbar Icons Left (Registry Tweak)

Switches the Windows 11 taskbar back to left-aligned icons.

πŸ“œ VBScript (WSH)

Get Network Adapters Report to File (VBScript)

Queries Win32_NetworkAdapter via WMI and writes Network Adapters to a timestamped text file, handy for scheduled logon/…

🧰 Registry (.reg)

Disable First Logon Animation (Registry Tweak)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…

🟣 C# / .NET 6+

Get The Windows Internet cache (INetCache) Size Report (C#)

Recursively sums the size of the Windows Internet cache (INetCache), read-only (no deletion).

πŸ“„ JScript (WSH)

Get Computer System Info Report (JScript)

Queries Win32_ComputerSystem via WMI and prints Computer System Info to the console β€” JScript, VBScript's WSH sibling l…

πŸ“Š VBA (Excel + Outlook)

Export Contacts to CSV

Exports the default Outlook Contacts folder to a CSV file with Name, Email, Company, and Phone columns.

🟣 C# / .NET 6+

Get The npm cache Size Report (C#)

Recursively sums the size of the npm cache, read-only (no deletion).

πŸ“œ VBScript (WSH)

Get The Explorer thumbnail cache Size Report (VBScript)

Recursively sums the size of the Explorer thumbnail cache, read-only (no deletion).

πŸ“œ VBScript (WSH)

Disable Window Animations (VBScript)

Disables minimize/maximize window animations for a snappier feel. Applies the tweak via WScript.Shell.RegWrite.

πŸ“Š VBA (Excel)

Check Disable Taskbar Chat Icon Registry Value (VBA)

Reads the Disable Taskbar Chat Icon registry value via WScript.Shell.RegRead and reports it in a message box β€” no Power…

🧬 WQL / PowerShell

Win32_PointingDevice: Filtering Pointing Devices (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_PointingDevice, starting from a LIKE '%' wildcard you customize with a …