Windows OS Hub
  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu
  • Home
  • About

Windows OS Hub

  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu

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

November 9, 2023 AzureWindows Server 2022

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
1
Facebook Twitter Google + Pinterest
previous post
Using WPAD (Web Proxy Auto-Discovery Protocol) on Windows
next post
How to Connect VPN Before Windows Logon

Related Reading

Send Emails with Microsoft Graph API and PowerShell

November 6, 2023

Tracking Printer Usage with Windows Event Viewer Logs

October 19, 2023

PowerShell: Configure Certificate-Based Authentication for Exchange Online (Azure)

October 15, 2023

Add an Additional Domain Controller to an Existing...

September 6, 2023

Managing Windows Firewall Rules with PowerShell

August 31, 2023

Leave a Comment Cancel Reply

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMWare
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • How to Connect VPN Before Windows Logon

    November 14, 2023
  • Removing Azure Arc Setup Feature on Windows Server 2022

    November 9, 2023
  • Using WPAD (Web Proxy Auto-Discovery Protocol) on Windows

    November 7, 2023
  • Send Emails with Microsoft Graph API and PowerShell

    November 6, 2023
  • Zabbix: How to Get Data from PowerShell Scripts

    October 27, 2023
  • Tracking Printer Usage with Windows Event Viewer Logs

    October 19, 2023
  • PowerShell: Configure Certificate-Based Authentication for Exchange Online (Azure)

    October 15, 2023
  • Reset Root Password in VMware ESXi

    October 12, 2023
  • How to Query and Change Teams User Presence Status with PowerShell

    October 8, 2023
  • How to Increase Size of Disk Partition in Ubuntu

    October 5, 2023

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • Checking User Sign-in Logs in Azure AD (Microsoft 365)
  • Configuring Azure AD Password Policy
  • How to Reset User Password in Azure Active Directory (Microsoft 365)
  • Enable or Disable MFA for Users in Azure/Microsoft 365
  • Manage Groups in Azure AD and Microsoft 365 Using PowerShell
  • Disable Welcome Message for Microsoft 365 Groups
  • Send Emails with Microsoft Graph API and PowerShell
Footer Logo

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


Back To Top