Browse all scripts
Disable Start Menu Suggested Apps (Registry Tweak)
Stops Windows from silently installing suggested Store apps.
Report Size of The NuGet packages cache (VBA)
Reports the total size and top-level file count of the NuGet packages cache using Scripting.FileSystemObject, straight β¦
Clean Up IIS log files (VBA)
Deletes every file in IIS log files after a confirmation prompt, using Scripting.FileSystemObject from Excel VBA. Lockeβ¦
Win32_StartupCommand: Startup Programs (WQL)
A minimal WQL reference query against Win32_StartupCommand β the raw SELECT statement plus a one-line runner, useful foβ¦
Disable Feedback Notifications (VBScript)
Stops Windows from periodically asking for feedback. Applies the tweak via WScript.Shell.RegWrite.
Export Signed Drivers to CSV via WMI (VBA)
Queries Win32_PnPSignedDriver via WMI and writes every Signed Drivers row straight to a CSV file in Documents, using plβ¦
Get Connected Monitors Report to File (VBScript)
Queries Win32_DesktopMonitor via WMI and writes Connected Monitors to a timestamped text file, handy for scheduled logoβ¦
Disable Aero Shake (VBScript)
Stops shaking a window from minimizing every other open window. Applies the tweak via WScript.Shell.RegWrite.
Win32_DiskDrive: Finding Associated Objects (WQL ASSOCIATORS OF)
Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_DiskDβ¦
Check "Enable Num Lock on Startup" Status (Batch)
Uses reg query to check the current value behind the "Enable Num Lock on Startup" tweak.
Apply Disable Windows Spotlight on Desktop (VBA)
Turns off the Windows Spotlight rotating desktop background feature. Applied via WScript.Shell.RegWrite from VBA.
Export Video Controllers to CSV (Python)
Exports Video Controllers (Win32_VideoController) to a timestamped CSV file via wmic.