Skip to content

Instantly share code, notes, and snippets.

View AB498's full-sized avatar

AB498

  • 04:58 (UTC +06:00)
  • Facebook ab100
View GitHub Profile
@AB498
AB498 / DisableChromeUpdates.ps1
Created September 28, 2025 03:58 — forked from absynce/DisableChromeUpdates.ps1
Disable Chrome updates in Windows via the registry.
# *******************************************
#
# Mod by: Jared M. Smith
# Mod on: 2015.01.14
# Mod y?: Disable Google Chrome updates.
#
# *******************************************
# Log method
function Log { Param([string]$message) Write-Host $message; }