๐ VBScript
Classic WSH scripts for logon tasks, WMI queries, and legacy automation.
Map Network Drive
Maps a network share to a drive letter with persistent reconnect at logon, ideal for classic Group Policy logon scripts.
System Info Report
Collects OS, CPU, RAM, and BIOS information via WMI and writes a plain-text inventory report, no PowerShell required.
Disable Cortana (VBScript)
Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies tโฆ
Get Pointing Devices Report to File (VBScript)
Queries Win32_PointingDevice via WMI and writes Pointing Devices to a timestamped text file, handy for scheduled logon/โฆ
Get Startup Programs Report (VBScript)
Queries Win32_StartupCommand via WMI and prints Startup Programs to the console โ no PowerShell required.
Disable News and Interests Feed (VBScript)
Hides the taskbar News and Interests / Widgets feed. Applies the tweak via WScript.Shell.RegWrite.
Get Sound Devices Report to File (VBScript)
Queries Win32_SoundDevice via WMI and writes Sound Devices to a timestamped text file, handy for scheduled logon/logoffโฆ
Check "Disable Sticky Keys Shortcut Prompt" Status (VBScript)
Reads the registry value behind the "Disable Sticky Keys Shortcut Prompt" tweak to confirm whether it's applied.
Get Network Login Profiles Report (VBScript)
Queries Win32_NetworkLoginProfile via WMI and prints Network Login Profiles to the console โ no PowerShell required.
Check "Align Taskbar Icons Left" Status (VBScript)
Reads the registry value behind the "Align Taskbar Icons Left" tweak to confirm whether it's applied.
Show This PC Icon on Desktop (VBScript)
Adds the This PC icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite.
Get Signed Drivers Report to File (VBScript)
Queries Win32_PnPSignedDriver via WMI and writes Signed Drivers to a timestamped text file, handy for scheduled logon/lโฆ