Tag: startup
22 script(s) tagged “startup”
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β¦
Win32_StartupCommand: Startup Programs (WQL)
A minimal WQL reference query against Win32_StartupCommand β the raw SELECT statement plus a one-line runner, useful foβ¦
Backup Startup Programs to JSON (Python)
Snapshots Startup Programs (Win32_StartupCommand) to a timestamped JSON file for later comparison or auditing.
Backup Startup Programs List to JSON
Snapshots Startup Programs from Win32_StartupCommand to a timestamped JSON file for later comparison or auditing.
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/β¦
Watch Startup Programs for Changes
Polls Win32_StartupCommand on an interval and prints a line whenever the Startup Programs count changes β a lightweightβ¦
Backup Startup Programs to JSON (C#)
Snapshots Startup Programs (Win32_StartupCommand) to a timestamped JSON file via System.Management and System.Text.Json.
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 β¦
Get Startup Programs Report (Python)
Uses wmic under the hood to report Startup Programs (Win32_StartupCommand) β no third-party packages required.
Win32_StartupCommand: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_StartupCommand via Register-CimIndicationEvent β real WQL event qβ¦