Browse all scripts

πŸ–₯️ Batch (CMD)

Check "Disable Snap Assist Suggestions" Status (Batch)

Uses reg query to check the current value behind the "Disable Snap Assist Suggestions" tweak.

⚑ PowerShell 5.1+

Get Network Shares Report

Queries Win32_Share via WMI and reports Network Shares in a formatted table, with an optional CSV export.

πŸ“„ JScript (WSH)

Disable Lock Screen Notifications (JScript)

Stops app notifications from appearing on the lock screen. Applies the tweak via WScript.Shell.RegWrite (JScript syntax…

🐍 Python 3.10+

Disable Cortana (Python)

Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies t…

🟣 C# / .NET 6+

Get Video Controllers Report (C#)

Queries Win32_VideoController via WMI (System.Management) and prints Video Controllers to the console.

πŸ“œ VBScript (WSH)

Get Keyboard Info Report to File (VBScript)

Queries Win32_Keyboard via WMI and writes Keyboard Info to a timestamped text file, handy for scheduled logon/logoff sc…

🧰 Registry (.reg)

Disable Remote Assistance (Registry Tweak)

Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…

⚑ PowerShell 5.1+

Get Local Groups Report

Queries Win32_Group via WMI and reports Local Groups in a formatted table, with an optional CSV export.

🐍 Python 3.10+

Get Network Adapters Report (Python)

Uses wmic under the hood to report Network Adapters (Win32_NetworkAdapter) β€” no third-party packages required.

πŸ–₯️ Batch (CMD)

Export System Drivers to CSV (Batch)

Uses wmic to export System Drivers (Win32_SystemDriver) to a timestamped CSV file.

🟣 C# / .NET 6+

Backup Battery Info to JSON (C#)

Snapshots Battery Info (Win32_Battery) to a timestamped JSON file via System.Management and System.Text.Json.

πŸ“„ JScript (WSH)

Get Processes Report (JScript)

Queries Win32_Process via WMI and prints Processes to the console β€” JScript, VBScript's WSH sibling language.