Browse all scripts
Check "Disable Xbox Game Bar Capture" Status (Batch)
Uses reg query to check the current value behind the "Disable Xbox Game Bar Capture" tweak.
Enable Light Mode (Batch)
Reverts File Explorer and other system surfaces to light mode. Applies the tweak via reg.exe.
Show This PC Icon on Desktop (C#)
Adds the This PC icon back to the desktop. Applies the tweak via Microsoft.Win32.Registry.
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…
Disable Taskbar Transparency (JScript)
Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via WScript.Shell.R…
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…
Disable Tailored Experiences (VBScript)
Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via WScript.Shell.RegWrite.
Backup Startup Programs List to JSON
Snapshots Startup Programs from Win32_StartupCommand to a timestamped JSON file for later comparison or auditing.
Get BIOS Info Report (Batch)
Uses wmic to list BIOS Info (Win32_BIOS) straight from the command line.
Disable Windows Spotlight on Desktop (Batch)
Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via reg.exe.
Clean Up The Windows Prefetch folder (VBA)
Deletes every file in the Windows Prefetch folder after a confirmation prompt, using Scripting.FileSystemObject from Ex…
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.