Forum Discussion
mauricewalker
Oct 01, 2021Brass Contributor
Windows Server 2022 App Compatibility FOD breaks Remote Desktop
When installing the App Compatibility FOD on Windows Server 2022, Remote Desktop connections to the server seem to be no longer possible. I think this is a bug, but haven't found any other reports. C...
- Feb 10, 2022
This is now fixed in OS Build 20348.524 (https://support.microsoft.com/en-gb/topic/february-8-2022-kb5010354-os-build-20348-524-c5355158-0f4d-4106-90f7-0a5a6c7376b9), available from Windows Update since February 8, 2022.
Obi_Yoann
Jan 26, 2022Copper Contributor
Issue is now fixed with the CU released yesterday, KB5009608, build 20348.502.
I have tested it on 3 vms, all of which are WS2022 core based, with app compat FOD.
I can connect to them fine with RDP! 🙂
https://support.microsoft.com/en-us/topic/january-25-2022-kb5009608-os-build-20348-502-preview-54285445-4a79-4bc1-9c9c-fbe7299e1c29
Addresses an issue that causes a remote desktop protocol (RDP) session to disconnect or the screen to be blank for Server Core. This issue occurs when you install the AppCompat feature.
mauricewalker
Jan 26, 2022Brass Contributor
Great to hear! How did you install the update? Can't see it in Windows Update using WAC.
- Obi_YoannJan 26, 2022Copper ContributorWell in my case it was clearly time consuming as the update is not available through WSUS/MECM.
I imported manually KB5009608 to WSUS (with the almighty Internet Explorer, thanks to the activex control we still have to use to do that), then forced a sync of MECM (SCCM) so that it could recognize the update, then forced a check of the update on the servers, waited for them to report back to configuration manager (took about 1h i think?), then forced my Automatic Deployment Rule to execute, which downloaded and deployed the update to the appropriate collection.
I then forced another computer policy retrieval on the servers, which prompted the update to be waiting for installation, i proceeded, rebooted and voilà ! 😅
On another server though it was deployed using WU without doing anything, so it was as easy as going to sconfig, and selecting "6" then "1". I have yet to use WAC in a broad scale, another thing on my growing todolist!
I guess if you don't have it showing up in WU/WAC, you can install it manually, by downloading it from catalog (it is indeed available there, i checked), then extracting the update cab from the msu file you downloaded, then copying the cab to the servers you want to update, then executing (cmd with admin rights) from the folder where your copied the cab :
dism /online /add-package /packagepath:Windows10.0-KB5009608-x64.cab
This should work!- mauricewalkerJan 26, 2022Brass ContributorThanks a lot for the detailed instructions!
I think I'll just wait until it becomes available via WU then. 😀