Browse all scripts
Volume Control Hotkeys
Ctrl+Alt+Up/Down adjusts system volume in small steps, Ctrl+Alt+M toggles mute β useful on keyboards without dedicated β¦
Disable Fast Startup (JScript)
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Adβ¦
Win32_CDROMDrive: Sorting CD/DVD Drives (WQL has no ORDER BY)
WQL has no ORDER BY clause β this shows the standard workaround of piping Get-CimInstance results through Sort-Object oβ¦
Backup Network Login Profiles to JSON (Python)
Snapshots Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped JSON file for later comparison or auditinβ¦
Disable Fast Startup
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Adβ¦
Check "Disable Lock Screen Notifications" Status
Reads the current registry value behind the "Disable Lock Screen Notifications" tweak so you can confirm whether it's aβ¦
Get Connected Monitors Report (Python)
Uses wmic under the hood to report Connected Monitors (Win32_DesktopMonitor) β no third-party packages required.
Enable Light Mode (Python)
Reverts File Explorer and other system surfaces to light mode. Applies the tweak via the stdlib winreg module.
Get Local Groups Report (JScript)
Queries Win32_Group via WMI and prints Local Groups to the console β JScript, VBScript's WSH sibling language.
Check "Enable Win32 Long Paths" Status (Python)
Reads the registry value behind the "Enable Win32 Long Paths" tweak via winreg to confirm whether it's applied.
Check Disable Windows Tips & Suggestions Registry Value (VBA)
Reads the Disable Windows Tips & Suggestions registry value via WScript.Shell.RegRead and reports it in a message box ββ¦
Get Environment Variables Report
Queries Win32_Environment via WMI and reports Environment Variables in a formatted table, with an optional CSV export.