Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Comments on How can I hide the Windows update icon from the Windows taskbar?

Parent

How can I hide the Windows update icon from the Windows taskbar?

+1
−0

I use Windows 11, version 24H2. How can I hide the Windows update icon from the Windows taskbar?

I tried to hide the Windows update icon by going to Taskbar settings > Other system tray icons and turning off Windows Update Status, then restarted, but to no avail:

Image_alt_text

I tried to hide the Windows update icon by going by modifying the registry as https://redd.it/11ww73s suggests, but still to no avail:

Disable the Windows 10 Update Status Tray Icon

  1. Open regedit

  2. Go to the following Registry key.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings

  3. On the right, modify or create a new 32-Bit DWORD value TrayIconVisibility.
    Note: Even if you are running 64-bit Windows you must still create a 32-bit DWORD value.

  4. Leave its value data as 0 to disable the tray icon

  5. Reboot

Image_alt_text

History

0 comment threads

Post
+1
−0

Don't hide it, act on it.

The icon in question indicates that a reboot is required to finish updates, or an update is pending that can only be installed with a reboot. Reboot, and it is gone. Until you reboot you are still at risk regarding security issues that have been fixed in the installed updates. Not rebooting will also prevent future updates being installed until the machine is rebooted.

By hiding the icon you only gain:

  • not knowing that a reboot is required
  • not knowing that updates aren't being installed

All in all it's more harm than benefit to hide it.

History

1 comment thread

Security issues (1 comment)
Security issues
Lundin‭ wrote 6 months ago · edited 6 months ago

To be fair, there are just so many updates that address actual security issues. The bulk of it are useless application updates and driver updates that might cause your computer hardware to stop working properly. Windows updates is without doubt one of the biggest computer problems we have at work - install them and suddenly all printers are gone, or USB adapters don't work any longer, or MS Office breaks down into uselessness etc etc. Consequently, most of the work the IT guys do is to 1) ensure all computers are updated, then 2) unf*** all the problems caused by those updates. Kind of like hiring someone to dig a pit in your back yard and fill it up again, over and over.