Browse all scripts
Get Services Report (JScript)
Queries Win32_Service via WMI and prints Services to the console β JScript, VBScript's WSH sibling language.
Win32_PointingDevice: Finding Associated Objects (WQL ASSOCIATORS OF)
Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Pointβ¦
Check "Disable Lock Screen" Status (Python)
Reads the registry value behind the "Disable Lock Screen" tweak via winreg to confirm whether it's applied.
Clean Up The VS Code cache folder
Reports the size of the VS Code cache folder and optionally clears it out. Dry-run by default.
Disable Recent Documents History (VBScript)
Stops Windows from tracking recently opened documents. Applies the tweak via WScript.Shell.RegWrite.
Get Page File Usage Report (Python)
Uses wmic under the hood to report Page File Usage (Win32_PageFileUsage) β no third-party packages required.
Win32_VideoController: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_VideoController exposes on the current system, instead oβ¦
Clean Up The current user's Temp folder (Batch)
Clears the current user's Temp folder after a confirmation prompt, with a /silent mode for scheduled tasks.
Check "Disable Game Bar Startup Tips" Status (Python)
Reads the registry value behind the "Disable Game Bar Startup Tips" tweak via winreg to confirm whether it's applied.
Check "Disable Windows Welcome Experience" Status (Batch)
Uses reg query to check the current value behind the "Disable Windows Welcome Experience" tweak.
Win32_Share: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_Share exposes on the current system, instead of guessingβ¦
Apply Increase Icon Cache Size (VBA)
Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applied via WScript.Shell.RegWrite fromβ¦