Browse all scripts
Win32_Product: Installed MSI Products (WQL)
A minimal WQL reference query against Win32_Product β the raw SELECT statement plus a one-line runner, useful for learnβ¦
Load Local User Accounts into Excel via WMI
Queries Win32_UserAccount via GetObject("winmgmts:") and dumps every Local User Accounts row straight onto the active wβ¦
Get Startup Programs Report (Batch)
Uses wmic to list Startup Programs (Win32_StartupCommand) straight from the command line.
Win32_VideoController: Video Controllers (WQL)
A minimal WQL reference query against Win32_VideoController β the raw SELECT statement plus a one-line runner, useful fβ¦
Win32_PhysicalMemory: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_PhysicalMemory exposes on the current system, instead ofβ¦
Export Pointing Devices to CSV via WMI (VBA)
Queries Win32_PointingDevice via WMI and writes every Pointing Devices row straight to a CSV file in Documents, using pβ¦
Show Seconds in Taskbar Clock (JScript)
Adds a seconds display to the taskbar clock. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Disable Balloon Tip Notifications (JScript)
Disables the small notification balloon tips in the system tray. Applies the tweak via WScript.Shell.RegWrite (JScript β¦
Apply Disable Windows Consumer Features (VBA)
Stops Windows from auto-installing suggested consumer apps (requires admin). Applied via WScript.Shell.RegWrite from VBβ¦
Win32_ComputerSystemProduct: Computer System Product Info (WQL)
A minimal WQL reference query against Win32_ComputerSystemProduct β the raw SELECT statement plus a one-line runner, usβ¦
Check "Disable Start Menu App Suggestions" Status (VBScript)
Reads the registry value behind the "Disable Start Menu App Suggestions" tweak to confirm whether it's applied.
List Files in The system-wide Windows Temp folder (VBA)
Lists every file in the system-wide Windows Temp folder with size and last-modified date directly on the active worksheβ¦