πŸ“œ VBScript

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

πŸ“œ VBScript (WSH)

Disable Autoplay for All Drives (VBScript)

Disables Autoplay prompts for every drive type, including USB. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Disable Remote Assistance (VBScript)

Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…

πŸ“œ VBScript (WSH)

Get Computer System Info Report to File (VBScript)

Queries Win32_ComputerSystem via WMI and writes Computer System Info to a timestamped text file, handy for scheduled lo…

πŸ“œ VBScript (WSH)

Get Video Controllers Report (VBScript)

Queries Win32_VideoController via WMI and prints Video Controllers to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Check "Disable Remote Assistance" Status (VBScript)

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

πŸ“œ VBScript (WSH)

Get Time Zone Settings Report (VBScript)

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

πŸ“œ VBScript (WSH)

Disable Lock Screen Notifications (VBScript)

Stops app notifications from appearing on the lock screen. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Get Processor Info Report (VBScript)

Queries Win32_Processor via WMI and prints Processor Info to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Get Physical Disk Drives Report (VBScript)

Queries Win32_DiskDrive via WMI and prints Physical Disk Drives to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Get The Office document cache Size Report (VBScript)

Recursively sums the size of the Office document cache, read-only (no deletion).

πŸ“œ VBScript (WSH)

Check "Disable Windows Consumer Features" Status (VBScript)

Reads the registry value behind the "Disable Windows Consumer Features" tweak to confirm whether it's applied.

πŸ“œ VBScript (WSH)

Check "Disable Taskbar Chat Icon" Status (VBScript)

Reads the registry value behind the "Disable Taskbar Chat Icon" tweak to confirm whether it's applied.