Windows OS Hub
  • Windows
    • Windows 11
    • Windows Server 2022
    • Windows 10
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows Server 2022
    • Windows 10
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
  • PowerShell
  • Linux

 Windows OS Hub / Windows Server 2022 / Removing Azure Arc Setup Feature on Windows Server 2022

November 9, 2023

Removing Azure Arc Setup Feature on Windows Server 2022

October cumulative update KB5031364 for Windows Server 2022 adds new Azure Arc Setup feature. In addition, Azure Arc has not only been added as an optional component, but it is now also enabled by default, a separate icon appeared in the tray and Start Menu, and annoying notifications appeared on the desktop about the need to configure Azure Arc.

Azure Arc is a hybrid solution that allows you to use Azure to manage resources located outside the Microsoft cloud. (on-premises servers or servers hosted by other cloud providers).

You can see what the AzureArc tray icon and notification look like in the first screenshot. The second is a new icon that appeared in the Start menu after KB5031364 was installed.

Azure Arc Setup auto installs and launches at log on Windows Server 2022

Azure Arc Setup Item in Windows Server Start menu

If you don’t need Azure cloud integration, we recommend disabling the Azure Arc Setup feature in Windows Server 2022 (or at least disable notifications about configuration needs).

Note that a new Azure Arc Management item in the Server Manager console shows whether integration with Azure has been configured.

Azure Arc Management in Windows Server Manager

The Azure Arc system tray icon is run via the AzureArcSetup startup option in the HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run registry key (this reg key contains a list of apps that Windows should run on boot). As you can see, this registry parameter is used to run the %windir%\AzureArcSetup\Systray\AzureArcSysTray.exe executable.

Disable AzureArcSysTray.exe from autostart

You can disable the AzureArc tray icon from running automatically by deleting the AzureArcSetup registry entry. You can use the Group Policy Preferences to remove this registry key on all of the Windows Server 2008 R2 hosts in the domain.

You can completely disable the Azure Arc Setup feature by using the Server Manager snap-in or PowerShell command:

Disable-WindowsOptionalFeature -Online -FeatureName AzureArcSetup

Remove Azure Arc Setup feature on Windows Server 2022

You must restart the server after uninstalling the Azure Arc feature.

0 comment
4
Facebook Twitter Google + Pinterest
Azure and Microsoft 365Windows Server 2022
previous post
Using WPAD (Web Proxy Auto-Discovery Protocol) on Windows
next post
How to Connect VPN Before Windows Logon

Related Reading

Fix: Remote Desktop Licensing Mode is not Configured

August 24, 2023

How to Install Remote Server Administration Tools (RSAT)...

March 17, 2024

Managing Windows Firewall Rules with PowerShell

March 11, 2024

How to Delete Old User Profiles in Windows

March 15, 2024

Configure Windows LAPS (Local Administrator Passwords Solution) in...

March 15, 2024

Fix: Saved RDP Credentials Didn’t Work on Windows

February 27, 2023

Tracking Printer Usage with Windows Event Viewer Logs

March 12, 2024

How to Create a Self-Signed Certificate on Windows

March 12, 2024

Leave a Comment Cancel Reply

join us telegram channel https://t.me/woshub
Join WindowsHub Telegram channel to get the latest updates!

Recent Posts

  • Configuring Windows Protected Print Mode (WPP)

    May 19, 2025
  • Map a Network Drive over SSH (SSHFS) in Windows

    May 13, 2025
  • Configure NTP Time Source for Active Directory Domain

    May 6, 2025
  • Cannot Install Network Adapter Drivers on Windows Server

    April 29, 2025
  • Change BIOS from Legacy to UEFI without Reinstalling Windows

    April 21, 2025
  • How to Prefer IPv4 over IPv6 in Windows Networks

    April 9, 2025
  • Load Drivers from WinPE or Recovery CMD

    March 26, 2025
  • How to Block Common (Weak) Passwords in Active Directory

    March 25, 2025
  • Fix: The referenced assembly could not be found error (0x80073701) on Windows

    March 17, 2025
  • Exclude a Specific User or Computer from Group Policy

    March 12, 2025

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • Outlook Keeps Asking for Password on Windows
  • Checking User Sign-in Logs in Entra ID (Microsoft 365)
  • How to Manually Configure Exchange or Microsoft 365 Account in Outlook 365/2019/2016
  • Search and Delete Emails from User Mailboxes on Exchange Server (Microsoft 365) with PowerShell
  • Fix: Microsoft Outlook Search Not Working on Windows 10/11
  • Configuring Password Policy in Microsoft Entra ID
  • Blank Sign-in Screen in Office 365 Apps (Outlook, Teams, etc.)
Footer Logo

@2014 - 2024 - Windows OS Hub. All about operating systems for sysadmins


Back To Top