ADK HLK and E/WDK updates for the Windows 10 Fall Creators Update

Slides:



Advertisements
Similar presentations
Saurabh Bhatia Program Manager Microsoft Corporation Andrew Whitechapel Senior PM Microsoft Corporation TL01.
Advertisements

Jeff McCashland. Agenda Supported Deployment Scenarios System Requirements Installing DTM Controller Installing the DTM Logo Tests Installing DTM Studio.
请点击以下链接下载 WinHEC 的演讲材料 Download WinHEC presentations here:
Hardware Development Platform Step-by-Step development guides Visual Studio + WDK Windows OS Image + HW Board Drivers Support.
WEB329 ASP.NET: A Lap Around the New Enhancements for Web Developers in Microsoft Visual Studio 2005 Omar Khan Lead Program Manager Web Platform and Tools.
WinHEC /22/2017 © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Yousef Khalidi Distinguished Engineer Microsoft Corporation.
1 Programming Environment and Tools VS.Net 2012 First project MSDN Library.
Hardware IDs: USB\Vid_vvvv&Pid_pppp&Rev_rrrr USB\Vid_vvvv&Pid_pppp Compatible IDs: USB\Class_cc&SubClass_ss&Prot_pp USB\Class_cc&SubClass_ss.
Downloading a Visual C compilers (try it yourself at home) Visual Studio 2012 can be found at:
10/18/2017 3:02 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Connect /23/ :39 PM
5/15/2018 5:43 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
DotnetConf 9/10/2018 7:49 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE.
6/2/2018 4:08 AM BRK3327 Ten things you didn't know about building .NET UWP apps in Visual Studio 2017 Daniel Jacobson Program Manager – Visual Studio.
The Future of C# The Future of C# and VB 2-577
Manage Microsoft devices like a Pro
Microsoft Build /4/2018 6:08 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Getting Started with Visual Studio Tools for Tizen
Developing Drivers in Visual Studio
Microsoft Connect /23/2018 5:27 PM
SQL Server Data Tools for Visual Studio Part I: Core SQL Server Tools
WinHEC /30/2018 6:37 AM © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE.
ASP.NET in Linux and Windows containers
Microsoft Ignite /8/2018 6:39 PM
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
WinHEC Online & Fall Creators Update Overview
Microsoft Ignite NZ October 2016 SKYCITY, Auckland
DevOps Fundamentals Configuration Management
Nick Trogh Technical Evangelist, Microsoft.
Understanding Extension INFs and Component INFs
Microsoft Connect /16/2018 4:53 PM
Building modern web applications with Visual Studio and Web Essentials
TechEd /19/ :39 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Introduction to SharePoint Framework (SPFx)
Using Visual Studio and VS Code for Embedded C/C++ Development
Microsoft Connect /26/2018 6:08 PM
Microsoft Connect /26/2018 6:09 PM
Hosted Web Apps with Windows App Studio
Getting started with SharePoint Framework
Microsoft Build /30/2018 2:15 AM Migrating Silverlight Windows Phone apps to the Universal Windows Platform Ricardo Villalobos Principal SDE Manager.
Microsoft Connect /1/2018 2:36 AM
Web Development in Visual Studio 2017
TechEd /31/ :03 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Microsoft Connect /2/2019 9:06 AM
Windows Template Studio
1/14/2019 3:57 AM © 2004 Microsoft Corporation. All rights reserved.
Microsoft Connect /17/2019 9:04 AM
Microsoft Connect /17/2019 9:55 PM
Internal social media units
2/16/2019 1:48 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Connect /16/ :45 PM
Microsoft Ignite /17/2019 6:00 PM
Microsoft Connect /19/2019 2:33 PM
Microsoft Connect /23/ :38 AM
Microsoft Build /27/2019 2:26 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Customizing ADK assessment reports
Best practices for packaging and distributing device drivers
Delivering great hardware solutions for Windows
4/12/2019 5:27 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/20/ :00 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Build /19/2019 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
5/13/2019 Creating a Windows 8.1 Image Kyle Rosenthal Technical
5/6/2019 7:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
5/25/2019 2:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
5/30/2019 2:25 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Inside the Windows 8 driver developer workflow
11/11/2019 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Connect /14/ :11 AM
DevOps for Desktop Apps
Presentation transcript:

ADK HLK and E/WDK updates for the Windows 10 Fall Creators Update Paul Reed Senior Program Manager Strategy & Ecosystem Karl Froelich Senior Program Manager Windows & Devices Group

What’s New – ARM64 Support in all Kits ADK Windows Assessment Console Provides assessment and performance analysis on ARM systems Contains ARM WinPE for deployment and imaging services HLK Supports driver testing on ARM64 WDK Supports building ARM64 driver

New for the Windows Driver Kit (WDK) Fully support Visual Studio 2017 (VS2017) VS2017 update 4 (ETA early October 2017) includes ARM64 compiler Continues backing creation and support of Windows Universal Drivers (DCHU Drivers)

Universal Windows Drivers The WDK will automatically build Universal Drivers when the target platform is set to “Universal.” This follows DCHU enablement This is taken care of in the build process, so if the driver builds clean it is a universal driver. Universal headers and library's are automatically pulled in. Tests the “D” component, which is a check for universal INF’s by running Infverify /u. Tests the “U” component, which is a check for the Universal DDI’s by running APIValidator

Enterprise WDK (EWDK) Free .ISO file, which contains all the headers, libs and VS2017 tools for a self-contained command-line build environment. Unlike VS2017 and the WDK, no installation required. Download the ISO, mount it, and run the batch file. Can be xcopied, run from a file share, etc. All command line, easily automatable. No IDE, so use any code editor desired. Uses MSBuild for building. Search for “Enterprise WDK” on MSDN.

5/14/2018 12:18 PM © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.