Browse all scripts

πŸ–₯️ Batch (CMD)

Enable Dark Mode (Batch)

Switches File Explorer and other system surfaces to dark mode. Applies the tweak via reg.exe.

🧬 WQL / PowerShell

Win32_BaseBoard: Sorting Motherboard Info (WQL has no ORDER BY)

WQL has no ORDER BY clause β€” this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…

πŸ–₯️ Batch (CMD)

Get Page File Usage Report (Batch)

Uses wmic to list Page File Usage (Win32_PageFileUsage) straight from the command line.

🧬 WQL / PowerShell

Win32_SoundDevice: Filtering Sound Devices (WQL WHERE)

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

πŸ“Š VBA (Excel)

Check Disable Tailored Experiences Registry Value (VBA)

Reads the Disable Tailored Experiences registry value via WScript.Shell.RegRead and reports it in a message box β€” no Po…

πŸ“œ VBScript (WSH)

Check "Disable Taskbar Transparency" Status (VBScript)

Reads the registry value behind the "Disable Taskbar Transparency" tweak to confirm whether it's applied.

🧬 WQL / PowerShell

Win32_DesktopMonitor: Filtering Connected Monitors (WQL WHERE)

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

🧬 WQL / PowerShell

Win32_PointingDevice: Sorting Pointing Devices (WQL has no ORDER BY)

WQL has no ORDER BY clause β€” this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…

πŸ“Š VBA (Excel)

Check Enable Light Mode Registry Value (VBA)

Reads the Enable Light Mode registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerShell or…

🧬 WQL / PowerShell

Win32_NetworkAdapterConfiguration: Filtering Network Adapter Configuration (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_NetworkAdapterConfiguration, starting from a LIKE '%' wildcard you cust…

πŸ“Š VBA (Excel)

Clean Up The current user's Temp folder (VBA)

Deletes every file in the current user's Temp folder after a confirmation prompt, using Scripting.FileSystemObject from…

πŸ“Š VBA (Excel)

Apply Disable First Logon Animation (VBA)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Applied via WScript.Shell.RegW…