Browse all scripts
Check "Disable Remote Assistance" Status (VBScript)
Reads the registry value behind the "Disable Remote Assistance" tweak to confirm whether it's applied.
Export Logical Disks to CSV (Python)
Exports Logical Disks (Win32_LogicalDisk) to a timestamped CSV file via wmic.
Show Recycle Bin Icon on Desktop (Python)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via the stdlib winreg module.
Get Environment Variables Report (JScript)
Queries Win32_Environment via WMI and prints Environment Variables to the console β JScript, VBScript's WSH sibling lanβ¦
Get Time Zone Settings Report (VBScript)
Queries Win32_TimeZone via WMI and prints Time Zone Settings to the console β no PowerShell required.
Backup The npm cache to Zip (Python)
Zips up the current contents of the npm cache before you run a cleanup against it.
Apply Enable Dark Mode (VBA)
Switches File Explorer and other system surfaces to dark mode. Applied via WScript.Shell.RegWrite from VBA.
Check "Disable Bing Search Suggestions" Status (Batch)
Uses reg query to check the current value behind the "Disable Bing Search Suggestions" tweak.
Check "Enable Dark Mode" Status (Batch)
Uses reg query to check the current value behind the "Enable Dark Mode" tweak.
Disable First Logon Animation (C#)
Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administβ¦
Backup Sound Devices to JSON (Python)
Snapshots Sound Devices (Win32_SoundDevice) to a timestamped JSON file for later comparison or auditing.