microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.96k stars 4.94k forks source link

Devcon utility OneCore Compliant? #189

Closed anupdw closed 1 year ago

anupdw commented 6 years ago

Devcon.exe works only on windows desktop. Any plans to port this to Universal Windows app? Make it OneCore compliant? Should work on windows 10 IOT Core. Found a way to port SetupAPI to make it OneCore compliant. https://docs.microsoft.com/en-us/windows-hardware/drivers/install/porting-from-setupapi-to-cfgmgr32

jasonknichel commented 1 year ago

Devcon was meant as a sample to demonstrate how to use various SetupApi APIs. There is no plan to make it OneCore compliant. Most of its functionality is supported in the inbox utility pnputil.exe. Please see https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/devcon-migration