How can I ask you to assist me to find out who amd where the alias organisation account is who is the hacker so I can lay charges and get all my money back
I want assistance from Microsoft accounts conreokled by alias not me. I am not an alias I am the owner no organization nothing. I have asked for assistance once and didn't receive much assistance. I can't stand that someone and I know you must be true…
Windows development | Internet Information Services
window development
The current demo implementation idea is to refer to Microsoft's sysvad's miniport Twavert stream -> buffer->usb driver stack for timed transmission and sending.Is the above implementation architecture correct? The adoption of the above-mentioned…
Windows development | Windows Driver Kit (WDK)
How to package WinUi3 app in Visual Studio 2022 as .EXE?
Hi I want to package my WINUI3 app into exe (which i can run on other devices). so are their any way to do it? In WinUI3 we know that the app installs only on present user pc session. Is their any method to install it irrespective of users i.e. any…
Windows development | WinUI
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)
assembly error
An error occurred while signing: Failed to sign bin\Release\app.publish\PrestonTrans.exe. SignTool Error: No certificates were found that met all the given criteria.
Windows development | Windows API - Win32
How to properly set a settings.settings file properties for a windows setup project in visual studio
I have a C# windows forms application that i am trying to make a setup project for. The application gives no errors and i have successfully deployed it with a setup project (msi file) however, i have a settings.settings file in the project to allow for…
Windows development | Windows App SDK
Is it possible in cmd to set the character cell size to exactly 1x1 pixels?
Hello, I am experimenting with cmd and I would like to know if it is possible to configure the console font so that each character cell is rendered as exactly 1x1 pixels. I have already tried several approaches, but none of them achieved this goal: …
Windows development | Windows API - Win32
Can I link to the MFC 11 toolset in Visual Studio 2022?
I am trying to get some legacy code building in VS 2022 as a first step toward future maintainability. This code links to a third-party library that uses MFC. The newest version of that third-party library that is available links to version 11 of MFC…
Windows development | Windows API - Win32
HLK tests the equipment requirements for the "Audio Codec - Communications Audio Fidelity Test (Manual) - Desktop" project
During the HLK Test, does the "Audio Codec - Communications Audio Fidelity Test (Manual) - Desktop" test item have to rely on the Polycom CX-100 as the benchmark device, and can other devices? What specific equipment requires what parameters?
Windows development | Windows Driver Kit (WDK)
UWP > WINUI3 migration problem
Hello, I am trying to migrate my UWP based Windows Store app to WINUI3. I had in win store UWP version. Next, I created WINUI3 version. Validated it in my VisualStudio and published it. WINUI3 app was validated and published via Partner Center. Next, I…
Windows development | WinUI
v4 printer driver -- Why wasn't the getStatus function of my usb bidi triggered
<?xml version='1.0'?> <bidi:Schema xmlns:bidi="http://schemas.microsoft.com/windows/2010/09/printing/usbbidi"> <Property name='Printer'> <!-- 设备基础信息:包含固定常量和可查询属性 --> <Property name='DeviceInfo'> <!--…
Windows development | Windows Driver Kit (WDK)
Canon Selphy 1500 Windows 11 Printer Driver not functional
What are the plans to release a Windows 11 driver for the Canon Selphy 1500 photo printer? The latest update for Windows 11 has altered the Microsoft IPP drivers and it no longer supports Japanese Postcard or Color printing. This now makes this printer…
Windows development | Windows Driver Kit (WDK)
Smart card minidriver - InfVerif on Windows 11 24H2
The InfVerif that was introduced with Windows 11 24H2 (- see https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/infverif_h) provides an error if an AddReg HKLM\SOFTWARE\wow6432Node\Microsoft\Cryptography\Calais\SmartCards is performed.…
Windows development | Windows Driver Kit (WDK)
MSMQ / IIS – Access issues with C:\Windows\System32\msmq after December Update (Windows Server 2019)
Description: Since installing KB5071544 (December 2025 Update), IIS applications (IIS_IUSRS) as well as services running under LocalService / NetworkService can no longer write to the folder C:\Windows\System32\msmq. As a result, MSMQ-based…
Windows development | Internet Information Services
Driver Load Issues in Windows 11 HLK INF Verification: Error with AddReg Operation
Hello everyone I'm using Infverif.exe tool from WDK 10.0.22621 to verify my INF file. Command used to execute is infverif.exe /u "absolute inf file path". For INF AddReg directive section i have created the entries as follows. HKLM,…
Windows development | Windows Driver Kit (WDK)
How do I make my app exit when the user updates it via the Microsoft store?
I have an app in the Microsoft Store, when an update is available a user can click Update in the store. I added the following code to detect that and allow the store to apply the update: var catalog =…
Windows development | Windows App SDK
Print Support App API v1/v2 and Print Support App API v3 Clarifications Needed
Hello, I am working on building a PSA based on information found in both guides: Print Support App v1 and v2 design guide: https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/print-support-app-design-guide Print Support Application v3 API…
Windows development | Windows Driver Kit (WDK)
Issues preparing a new HLK test environment (Client stays Not Ready)
Hi, I am setting up a new HLK (Hardware Lab Kit) test environment and have run into several issues during the preparation of the Controller, Studio, and Client machines. I would appreciate some guidance on whether I might have missed any configuration…
Windows development | Windows Driver Kit (WDK)
Localhost applications failing after installing 24H2/25H2 BUILD for x64-based Systems
After updating the windows 11 from 23h2 to 24h2/25h2 getting an error when try to connect local host website. “Http error 500.0 -Internal Server error” This works perfectly in the old build 23H2. As checked these updates has not been installed too.…
Windows development | Internet Information Services
The WMI interface cannot retrieve data of array type
I encountered an error while calling the Method of classes in the WMI interface to retrieve array type data from BIOS. My MOF description file contains the following…