Browse all scripts

πŸ“œ VBScript (WSH)

Check "Disable Remote Assistance" Status (VBScript)

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

🐍 Python 3.10+

Export Logical Disks to CSV (Python)

Exports Logical Disks (Win32_LogicalDisk) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Show Recycle Bin Icon on Desktop (Python)

Adds the Recycle Bin icon back to the desktop. Applies the tweak via the stdlib winreg module.

πŸ“„ JScript (WSH)

Get Environment Variables Report (JScript)

Queries Win32_Environment via WMI and prints Environment Variables to the console β€” JScript, VBScript's WSH sibling lan…

πŸ“œ VBScript (WSH)

Get Time Zone Settings Report (VBScript)

Queries Win32_TimeZone via WMI and prints Time Zone Settings to the console β€” no PowerShell required.

⚑ PowerShell 5.1+

Show This PC Icon on Desktop

Adds the This PC icon back to the desktop.

🐍 Python 3.10+

Backup The npm cache to Zip (Python)

Zips up the current contents of the npm cache before you run a cleanup against it.

πŸ“Š VBA (Excel)

Apply Enable Dark Mode (VBA)

Switches File Explorer and other system surfaces to dark mode. Applied via WScript.Shell.RegWrite from VBA.

πŸ–₯️ Batch (CMD)

Check "Disable Bing Search Suggestions" Status (Batch)

Uses reg query to check the current value behind the "Disable Bing Search Suggestions" tweak.

πŸ–₯️ Batch (CMD)

Check "Enable Dark Mode" Status (Batch)

Uses reg query to check the current value behind the "Enable Dark Mode" tweak.

🟣 C# / .NET 6+

Disable First Logon Animation (C#)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…

🐍 Python 3.10+

Backup Sound Devices to JSON (Python)

Snapshots Sound Devices (Win32_SoundDevice) to a timestamped JSON file for later comparison or auditing.