Browse all scripts
Enable Dark Mode (Batch)
Switches File Explorer and other system surfaces to dark mode. Applies the tweak via reg.exe.
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β¦
Get Page File Usage Report (Batch)
Uses wmic to list Page File Usage (Win32_PageFileUsage) straight from the command line.
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β¦
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β¦
Check "Disable Taskbar Transparency" Status (VBScript)
Reads the registry value behind the "Disable Taskbar Transparency" tweak to confirm whether it's applied.
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 β¦
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β¦
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β¦
Win32_NetworkAdapterConfiguration: Filtering Network Adapter Configuration (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_NetworkAdapterConfiguration, starting from a LIKE '%' wildcard you custβ¦
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β¦
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β¦