Browse all scripts

🖥️ Batch (CMD)

Check "Disable Xbox Game Bar Capture" Status (Batch)

Uses reg query to check the current value behind the "Disable Xbox Game Bar Capture" tweak.

🖥️ Batch (CMD)

Enable Light Mode (Batch)

Reverts File Explorer and other system surfaces to light mode. Applies the tweak via reg.exe.

🟣 C# / .NET 6+

Show This PC Icon on Desktop (C#)

Adds the This PC icon back to the desktop. Applies the tweak via Microsoft.Win32.Registry.

🧰 AutoHotkey v2

Cycle Windows of the Same App

Alt+` cycles through all open windows belonging to the same application as the active window, like Alt+Tab but scoped t…

📄 JScript (WSH)

Disable Taskbar Transparency (JScript)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via WScript.Shell.R…

📊 VBA (Excel)

Export Logical Disks to CSV via WMI (VBA)

Queries Win32_LogicalDisk via WMI and writes every Logical Disks row straight to a CSV file in Documents, using plain V…

📜 VBScript (WSH)

Disable Tailored Experiences (VBScript)

Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via WScript.Shell.RegWrite.

⚡ PowerShell 5.1+

Backup Startup Programs List to JSON

Snapshots Startup Programs from Win32_StartupCommand to a timestamped JSON file for later comparison or auditing.

🖥️ Batch (CMD)

Get BIOS Info Report (Batch)

Uses wmic to list BIOS Info (Win32_BIOS) straight from the command line.

🖥️ Batch (CMD)

Disable Windows Spotlight on Desktop (Batch)

Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via reg.exe.

📊 VBA (Excel)

Clean Up The Windows Prefetch folder (VBA)

Deletes every file in the Windows Prefetch folder after a confirmation prompt, using Scripting.FileSystemObject from Ex…

🐍 Python 3.10+

Check "Show This PC Icon on Desktop" Status (Python)

Reads the registry value behind the "Show This PC Icon on Desktop" tweak via winreg to confirm whether it's applied.