Skip to main content

Windows Update Notification (Tray Icon) - Disable

Summary

This script will disable the Windows Update Notification (Tray Icon) by setting the TrayIconVisibility DWORD value to 0.

Time Saved by Automation: 5 Minutes

Sample Run

Sample Run

Process

  • The script first verifies if the Windows Update Notification (Tray Icon) setting is already disabled. If it is, the script will exit.
  • If the setting is not disabled, the script will run a PowerShell command to disable it.
  • After that, the script will call a subscript to flag the machine as reboot pending.