[ad_1]
Microsoft added a new “Azure Arc Setup” feature in Windows Server 2022 via this month’s cumulative update. You can see it show up in the Start menu:
And there’s a folder created to hold the installer itself:
Having a feature is one thing, having it installed by default — as part of a Patch Tuesday update — is more questionable. To make matters worse, it also adds a task bar notification area icon to launch it. So it went from “useless consumer of disk space” to “UI clutter and (minor) RAM consumer.”
Fortunately, it isn’t hard to remove as documented here. You can use Server Manager:
Just uncheck the box. If you need to do this on a bunch of servers, you can use PowerShell as well:
Remove-WindowsFeature AzureArcSetup
Sadly that needs a reboot (how hard would it be to just kill the task bar process?):
Visual clutter gone, memory freed, disk space (mostly) reclaimed.
[ad_2]
Source link