Forum Discussion
Bluetooth and Wireless display not working on Windows Server 2022
- Nov 30, 2023
/wave from the Windows Server product team. I just want to confirm what Karl said, we have been monitoring this thread and we hear your feedback. For the next release of Windows Server we have addressed these issues. THANK YOU for your feedback and passion for Windows Server!!!
I announced a week ago at Ignite, here's the session if you want to go learn more about what is coming in the next release of Windows Server:
What’s New in Windows Server v.Next (microsoft.com)
Thanks!!
Elden Christensen
Principal Group PM Manager
Windows Server Development Team
There are no BTPAN drivers for windows server 2025.
What you can do is:
1. load windows with disabled driver signature enforcement.
2. find BTPAN drivers in Windows\WinSxS folder
3. copy driver in a separate folder
4. modify .inf file and remove "...1" suffix from inf sections and any references to those sections.
5. install that driver
6. accept installing driver from unknown source.
7. reboot.
8. profit!
file is called bthpan.inf located in \Windows\WinSxS\amd64_dual_bthpan.inf_31bf3856ad364e35_10.0.26100.1150_none_ba62e7e3ffd67b5c
replace all occurrences of "NTamd64...1" with"NTamd64"