Browse all scripts

🟣 C# / .NET 6+

Disable Snap Assist Suggestions (C#)

Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via Microsoft.Win32.R…

πŸ“„ JScript (WSH)

Get Network Adapters Report (JScript)

Queries Win32_NetworkAdapter via WMI and prints Network Adapters to the console β€” JScript, VBScript's WSH sibling langu…

πŸ“œ VBScript (WSH)

Enable Num Lock on Startup (VBScript)

Turns Num Lock on by default for every new sign-in. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Disable Windows Spotlight on Desktop (VBScript)

Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via WScript.Shell.RegWrite.

πŸ“Š VBA (Excel)

Apply Disable Game Bar Startup Tips (VBA)

Stops the Game Bar from showing its startup tip panel. Applied via WScript.Shell.RegWrite from VBA.

πŸ“œ VBScript (WSH)

Get IIS log files Size Report (VBScript)

Recursively sums the size of IIS log files, read-only (no deletion).

πŸ“Š VBA (Excel)

Check Disable Lock Screen Registry Value (VBA)

Reads the Disable Lock Screen registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerShell …

⚑ PowerShell 5.1+

Increase Icon Cache Size

Raises the icon cache limit, useful on machines with huge numbers of shortcuts.

⚑ PowerShell 5.1+

Get The npm cache Size Report

Reports how much disk space the npm cache is currently using, read-only (no deletion).

🧬 WQL / PowerShell

Win32_NetworkAdapter: Filtering Network Adapters (WQL WHERE)

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

πŸ“Š VBA (Excel)

Check Disable Lock Screen Notifications Registry Value (VBA)

Reads the Disable Lock Screen Notifications registry value via WScript.Shell.RegRead and reports it in a message box β€” …

πŸ–₯️ Batch (CMD)

Clean Up The Windows Internet cache (INetCache) (Batch)

Clears the Windows Internet cache (INetCache) after a confirmation prompt, with a /silent mode for scheduled tasks.