πŸ“œ VBScript

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

πŸ“œ 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…

πŸ“œ VBScript (WSH)

Check "Disable News and Interests Feed" Status (VBScript)

Reads the registry value behind the "Disable News and Interests Feed" tweak to confirm whether it's applied.

πŸ“œ VBScript (WSH)

Get Installed MSI Products Report to File (VBScript)

Queries Win32_Product via WMI and writes Installed MSI Products to a timestamped text file, handy for scheduled logon/l…

πŸ“œ VBScript (WSH)

Get The current user's Temp folder Size Report (VBScript)

Recursively sums the size of the current user's Temp folder, read-only (no deletion).

πŸ“œ VBScript (WSH)

Get Local Groups Report (VBScript)

Queries Win32_Group via WMI and prints Local Groups to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Check "Enable Win32 Long Paths" Status (VBScript)

Reads the registry value behind the "Enable Win32 Long Paths" tweak to confirm whether it's applied.

πŸ“œ VBScript (WSH)

Enable Num Lock on Startup (VBScript)

Turns Num Lock on by default for every new sign-in. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Disable Windows Spotlight on Desktop (VBScript)

Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Get IIS log files Size Report (VBScript)

Recursively sums the size of IIS log files, read-only (no deletion).

πŸ“œ VBScript (WSH)

Get Local User Accounts Report (VBScript)

Queries Win32_UserAccount via WMI and prints Local User Accounts to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Clean Up The current user's Temp folder (VBScript)

Reports the size of the current user's Temp folder and deletes its contents after a confirmation prompt.