Tag: startup

22 script(s) tagged “startup”

🧬 WQL / PowerShell

Win32_StartupCommand: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Start…

🧬 WQL / PowerShell

Win32_StartupCommand: Startup Programs (WQL)

A minimal WQL reference query against Win32_StartupCommand β€” the raw SELECT statement plus a one-line runner, useful fo…

🐍 Python 3.10+

Backup Startup Programs to JSON (Python)

Snapshots Startup Programs (Win32_StartupCommand) to a timestamped JSON file for later comparison or auditing.

⚑ PowerShell 5.1+

Backup Startup Programs List to JSON

Snapshots Startup Programs from Win32_StartupCommand to a timestamped JSON file for later comparison or auditing.

πŸ“œ VBScript (WSH)

Get Startup Programs Report to File (VBScript)

Queries Win32_StartupCommand via WMI and writes Startup Programs to a timestamped text file, handy for scheduled logon/…

⚑ PowerShell 5.1+

Watch Startup Programs for Changes

Polls Win32_StartupCommand on an interval and prints a line whenever the Startup Programs count changes β€” a lightweight…

🟣 C# / .NET 6+

Backup Startup Programs to JSON (C#)

Snapshots Startup Programs (Win32_StartupCommand) to a timestamped JSON file via System.Management and System.Text.Json.

🧬 WQL / PowerShell

Win32_StartupCommand: Filtering Startup Programs (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_StartupCommand, starting from a LIKE '%' wildcard you customize with a …

🐍 Python 3.10+

Get Startup Programs Report (Python)

Uses wmic under the hood to report Startup Programs (Win32_StartupCommand) β€” no third-party packages required.

🧬 WQL / PowerShell

Win32_StartupCommand: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_StartupCommand via Register-CimIndicationEvent β€” real WQL event q…