Browse all scripts
Get Physical Memory Modules Report (JScript)
Queries Win32_PhysicalMemory via WMI and prints Physical Memory Modules to the console β JScript, VBScript's WSH siblinβ¦
Backup Processor Info to JSON (Python)
Snapshots Processor Info (Win32_Processor) to a timestamped JSON file for later comparison or auditing.
Check "Disable Windows Spotlight on Desktop" Status (Python)
Reads the registry value behind the "Disable Windows Spotlight on Desktop" tweak via winreg to confirm whether it's appβ¦
Disable Start Menu Web Search (Registry Tweak)
Stops the Start Menu search from including web results.
Apply Disable Taskbar Widgets Icon (VBA)
Removes the Widgets icon from the Windows 11 taskbar. Applied via WScript.Shell.RegWrite from VBA.
Hide Taskbar Search Box (Registry Tweak)
Hides the search box on the taskbar, leaving just an icon or nothing.
Clean Up The NuGet packages cache (VBScript)
Reports the size of the NuGet packages cache and deletes its contents after a confirmation prompt.
Show Recycle Bin Icon on Desktop (Registry Tweak)
Adds the Recycle Bin icon back to the desktop.
Enable Light Mode (JScript)
Reverts File Explorer and other system surfaces to light mode. Applies the tweak via WScript.Shell.RegWrite (JScript syβ¦
Check "Disable Windows Spotlight on Desktop" Status
Reads the current registry value behind the "Disable Windows Spotlight on Desktop" tweak so you can confirm whether it'β¦
Backup Pointing Devices List to JSON
Snapshots Pointing Devices from Win32_PointingDevice to a timestamped JSON file for later comparison or auditing.
Get Video Controllers Report (Python)
Uses wmic under the hood to report Video Controllers (Win32_VideoController) β no third-party packages required.