Browse all scripts
Check Disable Remote Assistance Registry Value (VBA)
Reads the Disable Remote Assistance registry value via WScript.Shell.RegRead and reports it in a message box β no Powerβ¦
Win32_QuickFixEngineering: Sorting Installed Hotfixes (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 Windows Welcome Experience" Status (VBScript)
Reads the registry value behind the "Disable Windows Welcome Experience" tweak to confirm whether it's applied.
Disable Sticky Keys Shortcut Prompt (VBScript)
Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applies the tweak via WScript.Shell.RegWritβ¦
Get Network Shares Report (VBScript)
Queries Win32_Share via WMI and prints Network Shares to the console β no PowerShell required.
Disable Storage Sense Low-Space Notifications
Silences low-disk-space notifications from Storage Sense.
Disable News and Interests Feed (C#)
Hides the taskbar News and Interests / Widgets feed. Applies the tweak via Microsoft.Win32.Registry.
Check "Disable Autoplay for All Drives" Status (VBScript)
Reads the registry value behind the "Disable Autoplay for All Drives" tweak to confirm whether it's applied.
Backup The npm cache to Zip
Zips up the current contents of the npm cache before you run a cleanup against it.
Apply Disable Storage Sense Low-Space Notifications (VBA)
Silences low-disk-space notifications from Storage Sense. Applied via WScript.Shell.RegWrite from VBA.
Backup IIS log files to Zip (Python)
Zips up the current contents of IIS log files before you run a cleanup against it.
Clean Up The Windows Update download cache (VBScript)
Reports the size of the Windows Update download cache and deletes its contents after a confirmation prompt.