Forum Discussion
justletmelogin50
May 14, 2024Brass Contributor
Exchange Hybrid Wizard won't run
Hi all, 2 x Exchange 2019 (CU 14 and April SU) in a dag Windows Server 2022 I'm trying to run the Hybrid Configuration Wizard but nothing happens. From one of the servers I go to https:/...
Adam627
Jun 27, 2024Copper Contributor
We had to add the following key to get the HCW to actually install on our 2022 server.
reg add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v ClickOnceEnabled /t REG_DWORD /d 1 /f
Hope it helps.
Adam
justletmelogin50
Jul 01, 2024Brass Contributor
Thanks for the reply Adam627. Setting that registry key/value didn't work for me unfortunately.
- nitinbhutaniJul 14, 2024
Microsoft
Try these steps it should work.
https://blog.rmilne.ca/2024/02/29/unable-to-install-or-launch-exchange-hcw/- shurley02May 11, 2025Copper Contributor
This worked for me. Windows 2022 server standard, basic install. I created a new file test.application, reassociated .application to "Notepad". Then back to "ClickOnce application" and the aka.ms/hybridwizard opened for me.
- justletmelogin50Jul 15, 2024Brass ContributorHey nitinbhutani, I had tried that method and it didn't work for me either.