246 questions with Windows development | Windows Driver Kit (WDK) tags
VhfCreate error 0xC0000010
I am a beginner and I plan to write a virtual driver program. But I encountered an error in the VhfCreate function: Vhf创建失败: 0xC0000010 this some code #include <ntddk.h> #include <wdf.h> #include <initguid.h> #include…
Windows development | Windows Driver Kit (WDK)
laptop update problem
mere laptop update nahi ho rha hai kya kre kaise update kre hp laptop pavilion
Windows development | Windows Driver Kit (WDK)
Windows Server 2025 hardware certification
We are planning certify our server with Windows Server 2025 . I would like to understand below thing . What the Playlist name for Windows Server 2025 Is TPM mandatory ? Can we skip specific test like USB Generic HID Test & USB xHCI Transfer…
Windows development | Windows Driver Kit (WDK)
Windows Update 24H2 update caused my fingerprint scanner to stop working
Yesterday my fingerprint scanner worked when logging into my computer. Windows update 24H2 was installed automatically this morning and now my fingerprint scanner option is not available. I removed and reinserted the scanner to check for connection. The…
Windows development | Windows Driver Kit (WDK)
I want to use wddm driver+winrt to realize headset driver, in WDDM driver I change the VSDB in edid to the value needed by the headset and report it to the system, then in winrt project by calling GetCurrentTargets() I've successfully get the above monito
auto manager = winrt::DisplayManager::Create(winrt::DisplayManagerOptions::EnforceSourceOwnership); bool shouldRetry; do { shouldRetry = false; winrt::IVectorView<winrt::DisplayTarget> targets = manager.GetCurrentTargets(); auto…
Windows development | Windows Driver Kit (WDK)
WHLK Smart Card Minidriver Certification on ARM64 (Issue with Playlist)
Running WHLK (10.1.26100.3037) using VHDX image to test a Smart Card mini-driver. Playlist: HLK Version 24H2 CompatPlaylist x64 ARM64 X64: For Intel X64 systems the playlist selects But for ARM64 system it selects: a) How come the playlist does not…
Windows development | Windows Driver Kit (WDK)
Partner Center Vetting status changed to Rejected and no way to fix it
I set up an account at Partner Center for my company to submit device drivers. I submitted a test file signed with our EV certificate, as required, and all was fine. Now its Vetting status has changed to Rejected, and there is no means to fix it, there…
Windows development | Windows Driver Kit (WDK)
how to fix UNEXPECTED_STORE_EXCEPTION (0X154) and KMODE_EXCEPTION_NOT_HANDLE (0X1E)
Hello, I recently upgraded from Windows 10 to Windows 11, and when I play games, I started having a blue screen of death issue. I also changed the RAM, lowered all the overclocks I had done, and updated the video card drivers. I also tried some solutions…
Windows development | Windows Driver Kit (WDK)
USB external Drives Inaccessible – “Access is Denied” on Windows 11
I am experiencing an issue with my Windows 11 PC where USB drives are no longer accessible. When I insert a USB drive, I receive the error message “Access is denied”. The same USB drives work normally on other computers, so I believe the issue is…
Windows development | Windows Driver Kit (WDK)
Sudden change in display size and unable to determine, control, or change the display brightness and refresh rate after the latest update.
My laptop, which is an Asus TUF Gaming A15 FA506IH_FA566IH, runs Windows 11 Version 24H2. It auto-updated tonight. Ever since the update, the display scale has changed to a recommended150%. I do not have any way to be able to select the option and to…
Windows development | Windows Driver Kit (WDK)
How to get YUV422 format desktop in the indirect display driver
I am developing a product that converts USB to HDMI and I need to use the idd driver.The idd driver by default retrieves the desktop in the BGRA8888 format. Now, I hope to directly obtain the YUV422 format of the desktop from the GPU. No need for CPU or…
Windows development | Windows Driver Kit (WDK)
Kernel Driver virtualization is no longer allowed?
Hi all, I am looking for an official answer on protection practices for Windows kernel mode drivers used in anti cheat and anti tamper scenarios. Our protection vendor, Oreans Code Virtualizer, has told us that some customers were informed that…
Windows development | Windows Driver Kit (WDK)
Unable to access Microsoft Hardware Dashboard after Hardware Program enrollment
Hello, Our company has completed the registration process for the Device Driver WHQL certification and enrolled in the Hardware Program. However, we are unable to access the Hardware Dashboard. Account used: ******@joyedu01.onmicrosoft.com (Global…
Windows development | Windows Driver Kit (WDK)
Windows 11 HLK 25H2 download
There is NO 25H2 WHQL test kit available on https://learn.microsoft.com/en-us/windows-hardware/test/hlk/ When will it be ready? How to download it?
Windows development | Windows Driver Kit (WDK)
Driver submission failing at the validation stage getting Error 2084
We are getting the Error 2084 during driver submission validation phase. ---- MarmaNetFDriver.inf, line 30 : Service binary 'C:\windows\System32\drivers\MarmaNetFDriver.sys' should reference a CopyFiles destination file. Error 2084 in…
Windows development | Windows Driver Kit (WDK)
HLK Test Failure: Device.Biometric.FingerprintReader with WINBIO_E_DATA_PROTECTION_ERROR(0x80098004)
Problem Description: Test Name: Device.Biometric.FingerprintReader :: WinBioSequenceTests.dll Error Code: 0x80098004 (WINBIO_E_DATA_PROTECTION_ERROR) Symptom: During the HLK test, all Windows Biometric Framework API calls (WinBioEnrollCapture,…
Windows development | Windows Driver Kit (WDK)
HLK Test Failure: Device.Biometric.FingerprintReader with WINBIO_E_DATA_PROTECTION_ERROR(0x80098004)
Problem Description: Test Name: Device.Biometric.FingerprintReader :: WinBioSequenceTests.dll Error Code: 0x80098004 (WINBIO_E_DATA_PROTECTION_ERROR) Symptom: During the HLK test, all Windows Biometric Framework API calls (WinBioEnrollCapture,…
Windows development | Windows Driver Kit (WDK)
why my laptop is not detecting my headphone?
My laptop is not detecting my headphone since yesterday. what might be the problem and how can i solve this? I have a dell laptop currently running windows 11.
Windows development | Windows Driver Kit (WDK)
Where can I find entire sample code about Print Support Application(PSA) ?
I am working for writing a PSA application for my printer. I know the guide from here->https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/print-support-app-design-guide But I can not find the entire sample code about that ongithub or…
Windows development | Windows Driver Kit (WDK)
avshws of Windows-driver-samples can not be started
check C:\Windows\INF\setupapi.dev.log: Device 'ROOT\CAMERA\0002' not started: Device has problem: 0x27 (CM_PROB_DRIVER_FAILED_LOAD), problem status: 0xc0000263. check device management: Cannot find driver entry point Code 39 Build with WDK 10.0.26100.0,…