Browse all scripts

🧬 WQL / PowerShell

Win32_QuickFixEngineering: Querying Installed Hotfixes Remotely (CIM Session)

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

πŸ“„ JScript (WSH)

Get Signed Drivers Report (JScript)

Queries Win32_PnPSignedDriver via WMI and prints Signed Drivers to the console β€” JScript, VBScript's WSH sibling langua…

πŸ–₯️ Batch (CMD)

Get Installed Hotfixes Report (Batch)

Uses wmic to list Installed Hotfixes (Win32_QuickFixEngineering) straight from the command line.

🐍 Python 3.10+

Check "Disable Windows Telemetry" Status (Python)

Reads the registry value behind the "Disable Windows Telemetry" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Backup The Windows Update download cache to Zip (Python)

Zips up the current contents of the Windows Update download cache before you run a cleanup against it.

🐍 Python 3.10+

Get The Office document cache Size Report (Python)

Recursively sums the size of the Office document cache, read-only (no deletion).

πŸ“œ VBScript (WSH)

Disable First Logon Animation (VBScript)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…

πŸ“œ VBScript (WSH)

Check "Show This PC Icon on Desktop" Status (VBScript)

Reads the registry value behind the "Show This PC Icon on Desktop" tweak to confirm whether it's applied.

⚑ PowerShell 5.1+

Watch Processor Info for Changes

Polls Win32_Processor on an interval and prints a line whenever the Processor Info count changes β€” a lightweight way to…

πŸ“Š VBA (Excel)

Clean Up The VS Code cache folder (VBA)

Deletes every file in the VS Code cache folder after a confirmation prompt, using Scripting.FileSystemObject from Excel…

πŸ“œ VBScript (WSH)

Align Taskbar Icons Left (VBScript)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via WScript.Shell.RegWrite.

πŸ–₯️ Batch (CMD)

Check "Disable Window Animations" Status (Batch)

Uses reg query to check the current value behind the "Disable Window Animations" tweak.