Skip to content

NVMe Driver Patcher v5.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 03:14

NVMe Driver Patcher v5.0.0

Downloads

  • NVMeDriverPatcher.exe — Compiled GUI application (run as Administrator)
  • NVMeDriverPatcher.Cli.exe — Command-line interface
  • NVMeDriverPatcher.Tray.exe — Non-admin status tray agent
  • NVMeDriverPatcher.Watchdog.exe — Optional real-time watchdog service (NVMeDriverPatcher.Watchdog.exe /install as admin, or select the feature in the MSI)
  • NVMeDriverPatcher-*.msi — Per-machine installer (GUI + CLI + tray; watchdog service selectable via ADDLOCAL=WatchdogService)
  • SysAdminDoc.NVMeDriverPatcher.yaml — winget manifest for this release
  • NVMe_Driver_Patcher.ps1 — PowerShell script (legacy)
  • SHA256SUMS.txt + per-asset .sha256 sidecars — Verify downloads with Get-FileHash <file> -Algorithm SHA256

Quick Start (GUI)

Download NVMeDriverPatcher.exe and run. Administrator elevation is automatic.

Quick Start (CLI)

NVMeDriverPatcher.Cli.exe status
NVMeDriverPatcher.Cli.exe apply
NVMeDriverPatcher.Cli.exe remove
NVMeDriverPatcher.Cli.exe version

PowerShell (legacy)

irm https://github.com/SysAdminDoc/win11-nvme-driver-patcher/releases/latest/download/NVMe_Driver_Patcher.ps1 -OutFile NVMe_Driver_Patcher.ps1; .\NVMe_Driver_Patcher.ps1