Browse all scripts
Get Operating System Info Report to File (VBScript)
Queries Win32_OperatingSystem via WMI and writes Operating System Info to a timestamped text file, handy for scheduled β¦
Backup Google Chrome's browser cache to Zip (Python)
Zips up the current contents of Google Chrome's browser cache before you run a cleanup against it.
Check "Disable Remote Assistance" Status
Reads the current registry value behind the "Disable Remote Assistance" tweak so you can confirm whether it's applied.
Report Size of Stuck print spooler files (VBA)
Reports the total size and top-level file count of stuck print spooler files using Scripting.FileSystemObject, straightβ¦
Backup IIS log files to Zip
Zips up the current contents of IIS log files before you run a cleanup against it.
Check "Show Hidden Files" Status (VBScript)
Reads the registry value behind the "Show Hidden Files" tweak to confirm whether it's applied.
Get CD/DVD Drives Report (JScript)
Queries Win32_CDROMDrive via WMI and prints CD/DVD Drives to the console β JScript, VBScript's WSH sibling language.
Backup Network Adapters to JSON (Python)
Snapshots Network Adapters (Win32_NetworkAdapter) to a timestamped JSON file for later comparison or auditing.
Check "Disable Aero Shake" Status (Batch)
Uses reg query to check the current value behind the "Disable Aero Shake" tweak.
Disable Start Menu App Suggestions (Python)
Turns off sponsored app suggestions in the Start menu. Applies the tweak via the stdlib winreg module.
Remove Empty Rows
Deletes every completely blank row within the used range of the active sheet.
List Files in Microsoft Edge's browser cache (VBA)
Lists every file in Microsoft Edge's browser cache with size and last-modified date directly on the active worksheet, uβ¦