Tag: report
348 script(s) tagged “report”
Get The system-wide Windows Temp folder Size Report
Reports how much disk space the system-wide Windows Temp folder is currently using, read-only (no deletion).
List Files in The Explorer thumbnail cache (VBA)
Lists every file in the Explorer thumbnail cache with size and last-modified date directly on the active worksheet, usi…
Get Pointing Devices Report (VBScript)
Queries Win32_PointingDevice via WMI and prints Pointing Devices to the console — no PowerShell required.
Get Processor Info Report (Batch)
Uses wmic to list Processor Info (Win32_Processor) straight from the command line.
Get Startup Programs Report
Queries Win32_StartupCommand via WMI and reports Startup Programs in a formatted table, with an optional CSV export.
Get Network Adapter Configuration Report to File (VBScript)
Queries Win32_NetworkAdapterConfiguration via WMI and writes Network Adapter Configuration to a timestamped text file, …
Get The Windows Update download cache Size Report (Python)
Recursively sums the size of the Windows Update download cache, read-only (no deletion).
Get Local User Accounts Report to File (VBScript)
Queries Win32_UserAccount via WMI and writes Local User Accounts to a timestamped text file, handy for scheduled logon/…
Get Page File Usage Report (Batch)
Uses wmic to list Page File Usage (Win32_PageFileUsage) straight from the command line.
Get Installed MSI Products Report (Python)
Uses wmic under the hood to report Installed MSI Products (Win32_Product) — no third-party packages required.
Get Processes Report (Batch)
Uses wmic to list Processes (Win32_Process) straight from the command line.
Get The Explorer thumbnail cache Size Report (Python)
Recursively sums the size of the Explorer thumbnail cache, read-only (no deletion).