Browse all scripts
Disable Lock Screen Notifications
Stops app notifications from appearing on the lock screen.
Disable Taskbar Widgets Icon
Removes the Widgets icon from the Windows 11 taskbar.
Win32_ComputerSystemProduct: Sorting Computer System Product Info (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ā¦
Check Disable Recent Documents History Registry Value (VBA)
Reads the Disable Recent Documents History registry value via WScript.Shell.RegRead and reports it in a message box ā nā¦
Disable Lock Screen Notifications (Python)
Stops app notifications from appearing on the lock screen. Applies the tweak via the stdlib winreg module.
Clean Up The Windows Update download cache (Batch)
Clears the Windows Update download cache after a confirmation prompt, with a /silent mode for scheduled tasks.
Export Processes to CSV (Batch)
Uses wmic to export Processes (Win32_Process) to a timestamped CSV file.
Disable Windows Spotlight on Desktop (Python)
Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via the stdlib winreg module.
Get Windows Error Reporting files Size Report (VBScript)
Recursively sums the size of Windows Error Reporting files, read-only (no deletion).
Check "Disable Tailored Experiences" Status (VBScript)
Reads the registry value behind the "Disable Tailored Experiences" tweak to confirm whether it's applied.
Backup Logical Disks List to JSON
Snapshots Logical Disks from Win32_LogicalDisk to a timestamped JSON file for later comparison or auditing.
Disable Tailored Experiences (C#)
Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via Microsoft.Win32.Registry.