-
Notifications
You must be signed in to change notification settings - Fork 5
google_update_trigger.ps1
Corey Watson edited this page Dec 1, 2025
·
1 revision
Triggers the Google Update scheduled task to force an immediate check for Chrome and other Google product updates.
This PowerShell script finds and triggers the Google Update scheduled task on Windows systems, forcing an immediate check for updates to Chrome and other Google products.
Triggers the Google Update scheduled task to force an immediate check for Chrome and other Google product updates.
- Windows 10/11
- Google Chrome or other Google products installed
- Administrator privileges
None
- Searches for scheduled tasks matching "GoogleUpdateTaskMachineUA"
- Starts matching tasks
- Reports status of each task (Running or other state)
- Displays final status with count of successfully triggered tasks
- No secrets in logs
- Only triggers existing scheduled tasks
- Requires administrator privileges
- 0 = Success
- 1 = No matching tasks found or failure
[ FINDING GOOGLE UPDATE TASKS ]
--------------------------------------------------------------
Found : GoogleUpdateTaskMachineUA
[ TRIGGERING TASKS ]
--------------------------------------------------------------
GoogleUpdateTaskMachineUA : Started
[ FINAL STATUS ]
--------------------------------------------------------------
SCRIPT SUCCEEDED
[ SCRIPT COMPLETED ]
--------------------------------------------------------------
- v1.0.0 (2024-12-01) - Initial release - migrated from SuperOps
- View Script Source
- Scripts - Back to script index