Browse all scripts

🧬 WQL / PowerShell

Win32_Service: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Servi…

⚑ PowerShell 5.1+

Check "Disable Bing Search Suggestions" Status

Reads the current registry value behind the "Disable Bing Search Suggestions" tweak so you can confirm whether it's app…

πŸ“„ JScript (WSH)

Hide Taskbar Search Box (JScript)

Hides the search box on the taskbar, leaving just an icon or nothing. Applies the tweak via WScript.Shell.RegWrite (JSc…

πŸ–₯️ Batch (CMD)

Check "Disable Sticky Keys Shortcut Prompt" Status (Batch)

Uses reg query to check the current value behind the "Disable Sticky Keys Shortcut Prompt" tweak.

πŸ–₯️ Batch (CMD)

Check "Disable Cortana" Status (Batch)

Uses reg query to check the current value behind the "Disable Cortana" tweak.

πŸ–₯️ Batch (CMD)

Clean Up The system-wide Windows Temp folder (Batch)

Clears the system-wide Windows Temp folder after a confirmation prompt, with a /silent mode for scheduled tasks.

🧬 WQL / PowerShell

Win32_Processor: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Proce…

🐍 Python 3.10+

Backup Time Zone Settings to JSON (Python)

Snapshots Time Zone Settings (Win32_TimeZone) to a timestamped JSON file for later comparison or auditing.

⚑ PowerShell 5.1+

Backup Processes List to JSON

Snapshots Processes from Win32_Process to a timestamped JSON file for later comparison or auditing.

⚑ PowerShell 5.1+

Get The Windows Prefetch folder Size Report

Reports how much disk space the Windows Prefetch folder is currently using, read-only (no deletion).

⚑ PowerShell 5.1+

Enable Light Mode

Reverts File Explorer and other system surfaces to light mode.

πŸ“œ VBScript (WSH)

Get Video Controllers Report (VBScript)

Queries Win32_VideoController via WMI and prints Video Controllers to the console β€” no PowerShell required.