Dear Timmy,
Thank you for reaching out to the Microsoft Q&A.
I understand how frustrating it is to deal with a crashing app, especially when it’s something as straightforward as managing your Microsoft Wireless Display Adapter (model 1942).
Windows.UI.Xaml.dll is a fundamental part of the Windows UI platform. It's the engine that renders the user interface for modern Windows applications (UWP/WinUI), including the Microsoft Wireless Display Adapter app.
The application WirelessDisplayAdapter.exe was last updated in June 2021. Your operating system, Windows 11 24H2, is brand new as of mid-2024. In the three years between the app's last update and your OS release, the underlying Windows.UI.Xaml.dll has been significantly updated.
The exception code 0xc000027b indicates an unhandled exception, often caused by a bug or incompatibility within the app or its interaction with the system.
You're right. Microsoft has abandoned the app, and a recent Windows 11 update has created an incompatibility that breaks it. This is not an issue with your Framework 16 or your setup; it's a software rot problem.
About your question, Can I use software on Linux or Android to set the name? the answer is No.
The Microsoft Wireless Display Adapter uses the Miracast standard for screen casting, which is open and supported on Android and some Linux distributions. However, the device management functions (like changing the name, setting a password, or updating firmware), are sent over the Wi-Fi Direct connection but are specific to Microsoft's app and firmware. There is no known third-party application on any OS that can manage the internal settings of the Microsoft Wireless Display Adapter.
You can try following this method to change the name:
- Go to Start and type "Windows PowerShell"
- Right-click Windows PowerShell > Run as administrator
- Run this command:
Get-AppxPackage *Microsoft.SurfaceWirelessDisplayAdapter* | Remove-AppxPackage
- Restart your computer
- Go back to the Microsoft Store, search for the app and install it fresh. This might resolve the "update failed" error you saw and give you a cleaner installation.
To assist others who might have similar questions and to help us improve our support system, we kindly encourage you to "Accept the answer" if it successfully addressed your concern. Accepting an answer lets other users know that this solution worked for you, and it also helps us track the effectiveness of our support efforts.
Best regards,
Bryan Vu | Microsoft Q&A Support Specialist