Browse all scripts

⚑ PowerShell 5.1+

Disable Taskbar Transparency

Turns off the translucent taskbar/Start menu effect for a small performance gain.

🧰 Registry (.reg)

Disable Sticky Keys Shortcut Prompt (Registry Tweak)

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times.

🧰 Registry (.reg)

Show Hidden Files (Registry Tweak)

Makes File Explorer always show hidden files and folders.

⚑ PowerShell 5.1+

Check "Increase Icon Cache Size" Status

Reads the current registry value behind the "Increase Icon Cache Size" tweak so you can confirm whether it's applied.

πŸ–₯️ Batch (CMD)

Export Physical Memory Modules to CSV (Batch)

Uses wmic to export Physical Memory Modules (Win32_PhysicalMemory) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Export Signed Drivers to CSV (Batch)

Uses wmic to export Signed Drivers (Win32_PnPSignedDriver) to a timestamped CSV file.

🐍 Python 3.10+

Get Logical Disks Report (Python)

Uses wmic under the hood to report Logical Disks (Win32_LogicalDisk) β€” no third-party packages required.

πŸ“œ VBScript (WSH)

Check "Disable Lock Screen" Status (VBScript)

Reads the registry value behind the "Disable Lock Screen" tweak to confirm whether it's applied.

πŸ“„ JScript (WSH)

Disable Windows Welcome Experience (JScript)

Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via WScript.Shell.RegWri…

πŸ“œ VBScript (WSH)

Check "Disable First Logon Animation" Status (VBScript)

Reads the registry value behind the "Disable First Logon Animation" tweak to confirm whether it's applied.

πŸ“œ VBScript (WSH)

Get Network Adapter Configuration Report (VBScript)

Queries Win32_NetworkAdapterConfiguration via WMI and prints Network Adapter Configuration to the console β€” no PowerShe…

🐍 Python 3.10+

Backup The Windows Internet cache (INetCache) to Zip (Python)

Zips up the current contents of the Windows Internet cache (INetCache) before you run a cleanup against it.