Browse all scripts
Disable Bing Search Suggestions (C#)
Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via Microsoft.Win32.Registry.
Align Taskbar Icons Left (Registry Tweak)
Switches the Windows 11 taskbar back to left-aligned icons.
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/β¦
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β¦
Get The Windows Internet cache (INetCache) Size Report (C#)
Recursively sums the size of the Windows Internet cache (INetCache), read-only (no deletion).
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β¦
Export Contacts to CSV
Exports the default Outlook Contacts folder to a CSV file with Name, Email, Company, and Phone columns.
Get The npm cache Size Report (C#)
Recursively sums the size of the npm cache, read-only (no deletion).
Get The Explorer thumbnail cache Size Report (VBScript)
Recursively sums the size of the Explorer thumbnail cache, read-only (no deletion).
Disable Window Animations (VBScript)
Disables minimize/maximize window animations for a snappier feel. Applies the tweak via WScript.Shell.RegWrite.
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β¦
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 β¦