User Profile
SergejKiller
Brass Contributor
Joined 4 years ago
User Widgets
Recent Discussions
Re: Bluetooth and Wireless display not working on Windows Server 2022
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!1.2KViews0likes1CommentRe: Bluetooth and Wireless display not working on Windows Server 2022
Most likely a newer version of a driver was released by Microsoft. I don't have Windows Server anymore to update the drivers. But you can try to find the bthpan.sys file in \Windows\WinSxS\ folder extract it over the modified drivers. Then you can install it and the driver will be recognized by windows as signed.4.6KViews0likes5CommentsRe: Bluetooth and Wireless display not working on Windows Server 2022
One of the forum members just found out that hidbth.sys file in Bluetooth_HID.zip containing the HID driver for BT classic devices is not recognized by WS2022 as having the correct signature. As the result the driver most likely won't work if the driver signature enforcement is enabled. That happen because the driver file was updated and the old signature catalog was removed from the system. If you are having this issue with the driver please request the updated version of Bluetooth_HID_v2.zip. Please note that if the driver was installed before Nov 2022 then it should work just fine.11KViews1like14CommentsColor Management is broken (GetICMProfile always returns WCS Default Device Profile)
Hi, It looks that color management logic is changed and many many graphics apps are not compatible with color management logic of Windows 11, Windows Server 2022, Windows Server vNext. There are quite a few references in internet: https://techcommunity.microsoft.com/t5/windows-11/windows-11-color-management-not-working-chrome-on-secondary/m-p/2869159 https://www.reddit.com/r/Windows11/comments/qg8dcg/for_those_of_you_going_crazy_over_icc_profiles/ https://community.adobe.com/t5/photoshop-ecosystem-discussions/color-management-not-working-with-photoshop-and-windows-11/m-p/12469301 https://www.eizoglobal.com/support/compatibility/software/win/windows11/ In short GetICMProfile Win32 API method doesn't return the expected value anymore on mentioned systems. I'm quite surprised to see no comment from Microsoft as the color management is very important aspect of OS Functionality. It might be that Microsoft is deprecating GetICMProfile in favor of WcsGetDefaultColorProfile, but there are so many apps in the wild that already use old method, so I don't think it a wise decision and so far looks more like an issue that has not been noticed by Microsoft yet.Re: Bluetooth and Wireless display not working on Windows Server 2022
Here is the answer to your request 🙂 http://www.yhesitate.com/2011/08/07/no-madam-it-took-me-my-whole-life/ But if talk seriously: Windows is just my tiny hobby. Long time ago I used to work with a guy who did a reverse engineering and worked on windows drivers. I've learned a few tips and tricks from him back then. Interestingly enough 17 years later the same tricks still work :). I assume anyone who writes windows drivers these days would be able to do similar things with ease. So if you also want to learn how to do that, look into reverse engineering and how drivers are created. For most stuff you don't need expensive software. But this is not my area and I'm not going to teach anyone.5.6KViews0likes4CommentsRe: Bluetooth and Wireless display not working on Windows Server 2022
It's not needed to make Bluetooth audio work. I was replying to that post: https://techcommunity.microsoft.com/t5/windows-server-for-it-pro/bluetooth-and-wireless-display-not-working-on-windows-server/m-p/3354268/highlight/true#M75085.5KViews0likes1CommentRe: Bluetooth and Wireless display not working on Windows Server 2022
It should not require any catalog files. Why do you think you need it? In any case could you please attach screenshot of driver files where the signature is not recognized by Windows? What windows build do you have?5.6KViews0likes1CommentRe: Bluetooth and Wireless display not working on Windows Server 2022
Tyler_Durden_85, It all depends on the exact device you have. What is the device? Meanwhile I've PMed you the default HID and a few more BT drivers. You have to install them while the driver signatures are not enforced. The same way as BT drivers in my instruction. Once the driver is installed, you have to double check that signatures are recognized by windows: If not, I might send the wrong drivers. 🙂5.6KViews0likes8CommentsRe: Bluetooth and Wireless display not working on Windows Server 2022
The instruction is open for everyone. Feel free to republish it the way you want it together with any files you like. I've put it into a doc, because it was easier for me to iterate over it and fix errors. I won't even stop on reasons why I will never publish any copyrighted content. But again, if you know what to do and how to address that, just do it, don't blame others.5.9KViews0likes8CommentsRe: Bluetooth and Wireless display not working on Windows Server 2022
The driver can be installed only when "driver signature enforcement" is disabled. Also didn't you forget to select "show hidden devices" option? I do not see some other critical devices in the list. You should most likely have 2 AVRCP devices.8.6KViews0likes16Comments
Recent Blog Articles
No content to show