Tag: performance
35 script(s) tagged “performance”
Clean Up The Windows Prefetch folder (Python)
Reports the size of the Windows Prefetch folder and optionally clears it out. Dry-run by default.
Get Page File Usage Report to File (VBScript)
Queries Win32_PageFileUsage via WMI and writes Page File Usage to a timestamped text file, handy for scheduled logon/loβ¦
Clean Up The Windows Prefetch folder
Reports the size of the Windows Prefetch folder and optionally clears it out. Dry-run by default.
Get Page File Usage Report (Python)
Uses wmic under the hood to report Page File Usage (Win32_PageFileUsage) β no third-party packages required.
Win32_PageFileUsage: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_PageFileUsage exposes on the current system, instead of β¦
Get The Windows Prefetch folder Size Report (Python)
Recursively sums the size of the Windows Prefetch folder, read-only (no deletion).
Get Page File Usage Report (JScript)
Queries Win32_PageFileUsage via WMI and prints Page File Usage to the console β JScript, VBScript's WSH sibling languagβ¦
Get Page File Usage Report (C#)
Queries Win32_PageFileUsage via WMI (System.Management) and prints Page File Usage to the console.
Clean Up The Windows Prefetch folder (VBScript)
Reports the size of the Windows Prefetch folder and deletes its contents after a confirmation prompt.
Watch Page File Usage for Changes
Polls Win32_PageFileUsage on an interval and prints a line whenever the Page File Usage count changes β a lightweight wβ¦
Win32_PageFileUsage: Filtering Page File Usage (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_PageFileUsage, starting from a LIKE '%' wildcard you customize with a rβ¦
Export Page File Usage to CSV (Batch)
Uses wmic to export Page File Usage (Win32_PageFileUsage) to a timestamped CSV file.