Browse all scripts
Load Network Shares into Excel via WMI
Queries Win32_Share via GetObject("winmgmts:") and dumps every Network Shares row straight onto the active worksheet, nβ¦
Check "Enable Clipboard History" Status (VBScript)
Reads the registry value behind the "Enable Clipboard History" tweak to confirm whether it's applied.
Backup Local User Accounts List to JSON
Snapshots Local User Accounts from Win32_UserAccount to a timestamped JSON file for later comparison or auditing.
Export Document Headings Outline
Walks every Heading-styled paragraph in the active document and writes an indented outline to a text file.
Check "Disable Bing Search Suggestions" Status (VBScript)
Reads the registry value behind the "Disable Bing Search Suggestions" tweak to confirm whether it's applied.
Backup USB Controllers to JSON (Python)
Snapshots USB Controllers (Win32_USBController) to a timestamped JSON file for later comparison or auditing.
Win32_BaseBoard: Filtering Motherboard Info (WQL WHERE)
Shows the WQL WHERE clause syntax against Win32_BaseBoard, starting from a LIKE '%' wildcard you customize with a real β¦
Win32_DiskDrive: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_DiskDrive exposes on the current system, instead of guesβ¦
Check "Disable Tailored Experiences" Status (Python)
Reads the registry value behind the "Disable Tailored Experiences" tweak via winreg to confirm whether it's applied.
Check "Disable Start Menu Suggested Apps" Status
Reads the current registry value behind the "Disable Start Menu Suggested Apps" tweak so you can confirm whether it's aβ¦
Increase Icon Cache Size (VBScript)
Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via WScript.Shell.Regβ¦
Export Computer System Product Info to CSV (Python)
Exports Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped CSV file via wmic.