Browse all scripts
Get Environment Variables Report (Batch)
Uses wmic to list Environment Variables (Win32_Environment) straight from the command line.
Disable First Logon Animation (JScript)
Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administβ¦
Win32_Processor: Filtering Processor Info (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_Processor, starting from a LIKE '%' wildcard you customize with a real β¦
Win32_Process: Filtering Processes (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_Process, starting from a LIKE '%' wildcard you customize with a real seβ¦
Clean Up Windows Error Reporting files (VBScript)
Reports the size of Windows Error Reporting files and deletes its contents after a confirmation prompt.
Convert Formulas to Values
Replaces every formula in the used range of the active sheet with its calculated value.
Clean Up Microsoft Edge's browser cache (Batch)
Clears Microsoft Edge's browser cache after a confirmation prompt, with a /silent mode for scheduled tasks.
Check "Show Recycle Bin Icon on Desktop" Status (Batch)
Uses reg query to check the current value behind the "Show Recycle Bin Icon on Desktop" tweak.
List Files in The Windows Prefetch folder (VBA)
Lists every file in the Windows Prefetch folder with size and last-modified date directly on the active worksheet, usinβ¦
Export Printers to CSV (Python)
Exports Printers (Win32_Printer) to a timestamped CSV file via wmic.
Backup Microsoft Edge's browser cache to Zip
Zips up the current contents of Microsoft Edge's browser cache before you run a cleanup against it.
Disable Lock Screen (VBScript)
Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminisβ¦