summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-07-02Merge pull request #1397 from 5an7y-Microsoft/mainHEADmain5an7y-Microsoft
Expose the NT_TARGET_VERSION in the build samples script & workflow update
2026-06-30Merge pull request #1398 from dunix2000/main5an7y-Microsoft
PDU PowerShell scripts for turning ON/OFF and power CYCLE power ports.
2026-06-30Add Reference section for PDU Manuals and User Guidesdunix2000
2026-06-30Deleted 3rd-party PDF files.dunix2000
2026-06-30Eaton Tripp Lite Switched PDU (PDUMH15NET) PowerShell scripts for turning ↵dunix2000
ON/OFF and power CYCLE power ports.
2026-06-26Merge pull request #1395 from dunix2000/main5an7y-Microsoft
Crash detection and OS reinstall tool.
2026-06-26- Add "OPTIONAL: Add a Custom Script to Windows Setup" to High-leveldunix2000
flow section.
2026-06-26- Formatting changes from txt to cmd.dunix2000
- Updated manual USB creation instructions and moved link to the Reference section.
2026-06-26Apply suggestion from @5an7y-Microsoftdunix2000
Co-authored-by: 5an7y-Microsoft <[email protected]>
2026-06-26Apply suggestions from code reviewdunix2000
Co-authored-by: 5an7y-Microsoft <[email protected]>
2026-06-26Apply suggestion from @5an7y-Microsoftdunix2000
Co-authored-by: 5an7y-Microsoft <[email protected]>
2026-06-25- Updated formatting of H1 Title, names of folders, scripts anddunix2000
programs.
2026-06-25- Added resolution if "bootsect.exe" fails due to Windows Security block.dunix2000
2026-06-25- Updated the manual USB creation instructions to match the updateddunix2000
script. - Added section G) OPTIONAL: Add a Custom Script to Windows Setup. - Removed Create Bootable WinPE USB link from section D).
2026-06-25- Added pre-check of needed tools and files before starting script.dunix2000
- Added error checking for calls to scripts and tools and exit on error. - Defaulted drive letters to A: and B: to increase chance of avoiding conflicts. - Display proper message of whether USB was created correctly or not.
2026-06-23Allow manual runs of the build-all workflow (workflow_dispatch)5an7y
Add a workflow_dispatch trigger so "Build all driver samples" can be started on demand from the Actions tab. Co-authored-by: Copilot <[email protected]>
2026-06-23Drop hardcoded version defaults and the un-discoverable label mapuser/jvalesmena/old-target-builds5an7y
- Remove the hand-maintained _NT_TARGET_VERSION -> friendly-name map (latest/24H2/...) from Join-CsvReports.ps1, along with its "Release" column in the HTML and step-summary tables; those labels cannot be auto-discovered. - Stop hardcoding a version in the helper defaults: Import-SampleExclusions' -NtTargetVersion now defaults to empty (treated as the latest, so no NT-scoped row applies), and Build-SingleSample's -NtTargetVersionCode has no hardcoded code (the resolved value is always passed in). Blank MaxNtTargetVersion now uses [int]::MaxValue so 'latest'/empty matches the newest version's exclusion set. Co-authored-by: Copilot <[email protected]>
2026-06-23Auto-discover _NT_TARGET_VERSION; remove the TargetVersion axis5an7y
- Remove the -TargetVersion parameter and all its plumbing from Build-Samples.ps1 (restoring the original hard-coded -p:TargetVersion=Windows10), and drop the TargetVersions column from exclusions.csv and Import-SampleExclusions. Only _NT_TARGET_VERSION remains exposed. - Add Get-NtTargetVersions.ps1, which auto-discovers the valid _NT_TARGET_VERSION values (and their NTDDI codes) by parsing the active WDK's DriverGeneral.xml rule. Build-Samples.ps1 uses it to validate -NtTargetVersion, default to the latest, and map to the msbuild code, so a new WDK version needs no script change (accepts '10.0.<build>' or the short '<build>' tag). - CI: ci.yml and ci-pr.yml gain a 'discover' job that emits the newest-N versions as JSON; the build matrix consumes it via fromJSON, so there is no hand-maintained version list anywhere. Build-ChangedSamples.ps1 treats Get-NtTargetVersions.ps1 as a full-build trigger. - Docs updated accordingly. Co-authored-by: Copilot <[email protected]>
2026-06-22Add NT-version-scoped exclusions and a parallel multi-version CI matrix5an7y
Exclusions: - Add MinNtTargetVersion/MaxNtTargetVersion columns to exclusions.csv so a row can apply only within an _NT_TARGET_VERSION build-number range (parsed from -NtTargetVersion, e.g. 22000 from 10.0.22000). Import-SampleExclusions filters this range at load time alongside the existing build-number range; blank = unbounded. - Exclude the samples that fail only when linking against older library sets, with the reason taken from the build logs: audio.sysvad (<=22000, KSJACK_DESCRIPTION3); network.netadaptercx.netvadapter and network.wlan.wificx (<=22621, NDIS/DDI version); powerlimit.plclient/plpolicy (<=22621, POWER_LIMIT_ATTRIBUTES); storage classpnp/storahci (<=22621, STOR_ADDRESS_TYPE_NVME, Debug-only) and storage.msdsm (Debug|x64). usb.usbview is intentionally NOT excluded: it fails on every version for a known host reason (missing .NET 4.7.2/4.8.1 targeting packs). CI: - ci.yml and ci-pr.yml: add _NT_TARGET_VERSION as a manual matrix axis (4 newest versions, latest-first) so each version x configuration x platform runs on its own parallel runner. - Build-Samples.ps1 and Join-CsvReports.ps1 now write an easy-to-scan Markdown summary to GITHUB_STEP_SUMMARY: each build job shows counts and a failures table with the first error; the report job shows per-version totals and a consolidated failures list, plus the colour-coded sample x version HTML/CSV overview. Co-authored-by: Copilot <[email protected]>
2026-06-22Add -NtTargetVersion to build samples against older WDK library sets5an7y
Expose the WDK '_NT_TARGET_VERSION' property (the OS version of the libraries the driver links against) as -NtTargetVersion / WDS_NtTargetVersion. Unlike -TargetVersion (Target OS Version), this does not change the platform model, so Universal/Windows Driver samples keep building on Windows 10 while linking against an older library set. The parameter accepts the Windows build number (e.g. 10.0.22000), maps it to the NTDDI code from the WDK DriverGeneral.xml rule, and passes -p:_NT_TARGET_VERSION to msbuild (threaded through Build-SingleSample and the parallel runspace). It defaults to the latest (10.0.28000) and is surfaced in the build plan, summary, and HTML report title. Documented in Building-Locally.md. Co-authored-by: Copilot <[email protected]>
2026-06-22Crash detection and OS reinstall tool.dunix2000
2026-06-22Support TargetVersion-scoped rules in exclusions.csv5an7y
Add an optional TargetVersions column to exclusions.csv so an exclusion can be limited to specific target OS versions (e.g. exclude ARM only when building Windows8). The column holds a ';'-separated list of -like patterns matched against -TargetVersion; blank or '*' means all versions, so every existing row stays applicable to all targets. Import-SampleExclusions now takes -TargetVersion and filters rows by it at load time (alongside the existing MinBuild/MaxBuild range); a missing column is treated as '*' for backward compatibility. Document the new column and an example in Building-Locally.md. Co-authored-by: Copilot <[email protected]>
2026-06-22Expose TargetVersion parameter in Build-Samples.ps15an7y
Add a validated -TargetVersion parameter (also settable via the WDS_TargetVersion environment variable) so samples can be built for older target OS versions. Valid values come from the WDK DriverGeneral.xml rule and default to the latest, Windows10: Windows10 (Windows 10 or higher), WindowsV6.3 (Windows 8.1), Windows8 (Windows 8), Windows7 (Windows 7). The value is threaded through Build-SingleSample into the msbuild invocation (replacing the hard-coded TargetVersion=Windows10) and across the parallel runspace, and is surfaced in the build plan, final summary, and HTML report title. Document the new parameter in the script help and Building-Locally.md. Co-authored-by: Copilot <[email protected]>
2026-06-19Merge pull request #1394 from youyanggit/WifiihvsampleDataPath5an7y-Microsoft
Add End-to-End NetAdapterCx/WiFiCx Sample Drivers and OEM Communication Examples
2026-06-19Add variants to the NetVAdapterLibrary to support the requirements of ↵Yang You (UU)
different adapter types.
2026-06-17check in the demo for OEM solution based on Service Command channel.Yang You (UU)
2026-06-15Merge branch 'microsoft:main' into WifiihvsampleDataPathYang You(UU)
2026-06-11Netvadapter: virtual NIC sample for KMDF and UMDFAlex Bozhko
2026-06-10Merge pull request #1392 from ↵5an7y-Microsoft
microsoft/GerritsMSFTSimpleMediaPlayerCompilerUpdate Fix to use CPP20 for compiler
2026-06-10Reset to correct toolsetGerritsMSFTSimpleMediaPlayerCompilerUpdateGerrit Swaneveld
Use WindowsApplicationForDrivers and WindowsUserModeDriver to access WDF
2026-06-09Remove general\simplemediasource from exclusions.csv5an7y
The CPP20 compiler fix in this PR resolves the VS 18.4 build failure, so the build exclusion is no longer needed. Co-authored-by: Copilot <[email protected]>
2026-06-09Fix to use CPP20 for compilerGerrit Swaneveld
STD 17 used experimental coroutine. STD 20 uses standard C++. WinRT will inherit the coroutine automatically, so updating to STD 20 will fix this issue.
2026-06-03Merge pull request #1390 from andremueiot/user/andremueiot/typos25an7y-Microsoft
Clean up comment and header metadata across network samples
2026-06-01Fix typo in exclusions.csv for simplemediasource5an7y-Microsoft
2026-06-01Add entry for simplemediasource suppression5an7y-Microsoft
2026-06-01devcon: In MSG_FAILURE, show the cmd name (#1350)rwmjones
It's not very useful, but we might as well show what command failed, instead of simply "devcon failed." as now. This now shows: devcon: command disable failed Signed-off-by: Richard W.M. Jones <[email protected]>
2026-05-26Fixed indentationAndre Muezerie
2026-05-26Fixed more typosAndre Muezerie
2026-05-26Fixed file name in top commentAndre Muezerie
2026-05-26Fixed copyright commentAndre Muezerie
2026-05-26Fixed commentsAndre Muezerie
2026-05-26Fixed typosAndre Muezerie
2026-05-26Merge pull request #1388 from ↵5an7y-Microsoft
andremueiot/user/andremueiot/trailing_spaces_config Removed trailing spaces under config and modem
2026-05-26Merge pull request #1389 from andremueiot/user/andremueiot/trailing_spaces_ndis25an7y-Microsoft
ndis: Removed trailing spaces
2026-05-21ndis: Removed trailing spacesAndre Muezerie
This PR performs a whitespace-only cleanup by removing trailing spaces/tabs from source files under network\ndis. This is to reduce noise when making changes using AI so that future reviews are easier to be done by humans. No functional logic changes were introduced. What Changed 1. Removed end-of-line trailing whitespace in text files. 2. Kept file encoding and line endings intact by applying byte-preserving edits. Risk / Impact 1. Low risk: formatting-only change. 2. No API, behavior, or build configuration changes intended.
2026-05-21Removed trailing spaces under config and modemAndre Muezerie
This PR performs a whitespace-only cleanup by removing trailing spaces/tabs from source files under directories: • network\config • network\modem No functional logic changes were introduced. What Changed 1. Removed end-of-line trailing whitespace in text files. 2. Kept file encoding and line endings intact by applying byte-preserving edits. Risk / Impact 1. Low risk: formatting-only change. 2. No API, behavior, or build configuration changes intended.
2026-05-21Merge pull request #1386 from ↵5an7y-Microsoft
andremueiot/user/andremueiot/multiplication_converted_to_larger_type NDIS: Harden QoS bytes calculation in netvmini control path
2026-05-21Merge pull request #1383 from andremueiot/user/andremueiot/comparison_wider_type5an7y-Microsoft
netvmini/rssv2: fix mixed-width comparison in processor lookup loop
2026-05-21Merge branch 'main' into ↵5an7y-Microsoft
user/andremueiot/multiplication_converted_to_larger_type
2026-05-21Merge branch 'main' into user/andremueiot/comparison_wider_type5an7y-Microsoft