πŸ“œ VBScript

Classic WSH scripts for logon tasks, WMI queries, and legacy automation.

πŸ“œ VBScript (WSH)

Get Time Zone Settings Report to File (VBScript)

Queries Win32_TimeZone via WMI and writes Time Zone Settings to a timestamped text file, handy for scheduled logon/logo…

πŸ“œ VBScript (WSH)

Disable Start Menu App Suggestions (VBScript)

Turns off sponsored app suggestions in the Start menu. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Disable First Logon Animation (VBScript)

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

πŸ“œ VBScript (WSH)

Check "Show This PC Icon on Desktop" Status (VBScript)

Reads the registry value behind the "Show This PC Icon on Desktop" tweak to confirm whether it's applied.

πŸ“œ VBScript (WSH)

Align Taskbar Icons Left (VBScript)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Get Environment Variables Report (VBScript)

Queries Win32_Environment via WMI and prints Environment Variables to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Check "Disable Storage Sense Low-Space Notifications" Status (VBScript)

Reads the registry value behind the "Disable Storage Sense Low-Space Notifications" tweak to confirm whether it's appli…

πŸ“œ VBScript (WSH)

Get The NuGet packages cache Size Report (VBScript)

Recursively sums the size of the NuGet packages cache, read-only (no deletion).

πŸ“œ VBScript (WSH)

Get Logical Disks Report (VBScript)

Queries Win32_LogicalDisk via WMI and prints Logical Disks to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Get Windows Error Reporting files Size Report (VBScript)

Recursively sums the size of Windows Error Reporting files, read-only (no deletion).

πŸ“œ VBScript (WSH)

Check "Disable Tailored Experiences" Status (VBScript)

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

πŸ“œ VBScript (WSH)

Get Processor Info Report to File (VBScript)

Queries Win32_Processor via WMI and writes Processor Info to a timestamped text file, handy for scheduled logon/logoff …