Browse all scripts

πŸ“œ VBScript (WSH)

Disable News and Interests Feed (VBScript)

Hides the taskbar News and Interests / Widgets feed. Applies the tweak via WScript.Shell.RegWrite.

πŸ“Š VBA (Excel)

Clean Up Google Chrome's browser cache (VBA)

Deletes every file in Google Chrome's browser cache after a confirmation prompt, using Scripting.FileSystemObject from …

🟣 C# / .NET 6+

Disable Storage Sense Low-Space Notifications (C#)

Silences low-disk-space notifications from Storage Sense. Applies the tweak via Microsoft.Win32.Registry.

πŸ–₯️ Batch (CMD)

Get Local User Accounts Report (Batch)

Uses wmic to list Local User Accounts (Win32_UserAccount) straight from the command line.

⚑ PowerShell 5.1+

Backup Installed Hotfixes List to JSON

Snapshots Installed Hotfixes from Win32_QuickFixEngineering to a timestamped JSON file for later comparison or auditing.

πŸ“Š VBA (Excel)

Clean Up The Office document cache (VBA)

Deletes every file in the Office document cache after a confirmation prompt, using Scripting.FileSystemObject from Exce…

🧬 WQL / PowerShell

Win32_PointingDevice: Querying Pointing Devices Remotely (CIM Session)

Runs the same Win32_PointingDevice WQL query against a remote computer over a CIM session β€” the modern, WinRM-based rep…

πŸ“œ VBScript (WSH)

Get Sound Devices Report to File (VBScript)

Queries Win32_SoundDevice via WMI and writes Sound Devices to a timestamped text file, handy for scheduled logon/logoff…

⚑ PowerShell 5.1+

Check "Show Hidden Files" Status

Reads the current registry value behind the "Show Hidden Files" tweak so you can confirm whether it's applied.

πŸ“œ VBScript (WSH)

Check "Disable Sticky Keys Shortcut Prompt" Status (VBScript)

Reads the registry value behind the "Disable Sticky Keys Shortcut Prompt" tweak to confirm whether it's applied.

🟣 C# / .NET 6+

Get The user CrashDumps folder Size Report (C#)

Recursively sums the size of the user CrashDumps folder, read-only (no deletion).

⚑ PowerShell 5.1+

Disable Bing Search Suggestions

Stops the taskbar search box from showing web/Bing suggestions.