Missing vfpext.sys driver — Hyper-V Host Compute Service incomplete
System
Device: GEEKOM A5 Pro mini PC (AMD Ryzen)
OS: Windows 11, Version 25H2, Build 26200.8457
Fully patched as of 7/12/2026 (KB5094126, KB5094135, KB5087051 all installed)
Problem
Hyper-V's Host Compute Service stack is incomplete. Specifically, the vfpext driver (VFP switch extension, part of the Hyper-V extensible switch) is missing from the live system, even though it should be installed as part of the Hyper-V feature set.
Symptom
C:\Windows\System32\drivers\vfpext.sys does not exist on disk (Test-Path returns False).
Get-Service vfpext returns "Cannot find any service with service name 'vfpext'."
HNS and vmcompute services ARE present and running normally:
Status Name DisplayName
------ ---- -----------
Running HNS Host Network Service
Running vmcompute Hyper-V Host Compute Service
This is blocking a third-party application (Claude Desktop's "Cowork" feature) that requires the full HCS stack, but the root issue is clearly Windows-side, not app-side.
What's been confirmed working
Virtualization enabled in BIOS/UEFI (SVM Mode)
systeminfo confirms a hypervisor is detected
Hyper-V, Virtual Machine Platform, and Containers optional features are all enabled:
Get-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All → Enabled
Get-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform → Enabled
sfc /scannow — no integrity violations found
The vfpext driver payload IS present in the component store:
Get-ChildItem -Path "C:\Windows\WinSxS" -Recurse -Filter "vfpext.sys"
returns valid entries, including one dated 7/11/2026 (post-repair-attempt), e.g.:
C:\Windows\WinSxS\amd64_microsoft-windows-hyper-v-vfpext_31bf3856ad364e35_10.0.26100.8457_none_9c7be3af9bc41d03\vfpext.sys
So the file exists in the servicing store but is not being deployed to System32\drivers.
Steps already attempted (all unsuccessful)
DISM /Online /Cleanup-Image /RestoreHealth (Windows Update source) — completed successfully, no effect on vfpext
sfc /scannow — completed, no integrity violations
Full disable/re-enable cycle of the Hyper-V feature — no effect
Manual attempt to install the WinSxS package directly via dism /add-package — rejected (error 87, "no packages found that require processing")
Checked Hyper-V Virtual Switch Manager → Default Switch → Extensions: only "Microsoft Windows Filtering Platform" and "Microsoft NDIS Capture" are listed; the VFP switch extension does not appear at all
Full in-place repair install via mounted Windows 11 25H2 ISO (setup.exe, "Keep personal files and apps") — completed successfully, all files/apps preserved, but vfpext is still missing afterward
Question for support
Given that a full in-place repair install did not restore this driver, what is required to get the vfpext component properly registered and deployed on this system? Is there a known issue with this component on Build 26200.8457, or a deeper CBS/servicing-level cause that requires escalated diagnostics?
Attached/available if requested
- CBS.log (
C:\Windows\Logs\CBS\CBS.log)
DISM.log (C:\Windows\Logs\DISM\dism.log)
Missing vfpext.sys driver — Hyper-V Host Compute Service incomplete
System
Device: GEEKOM A5 Pro mini PC (AMD Ryzen)
OS: Windows 11, Version 25H2, Build 26200.8457
Fully patched as of 7/12/2026 (KB5094126, KB5094135, KB5087051 all installed)
## Problem
Hyper-V's Host Compute Service stack is incomplete. Specifically, the **vfpext** driver (VFP switch extension, part of the Hyper-V extensible switch) is missing from the live system, even though it should be installed as part of the Hyper-V feature set.
## Symptom
`C:\Windows\System32\drivers\vfpext.sys` does not exist on disk (`Test-Path` returns `False`).
`Get-Service vfpext` returns "Cannot find any service with service name 'vfpext'."
HNS and vmcompute services ARE present and running normally:
```powershell
Status Name DisplayName
Running HNS Host Network Service
Running vmcompute Hyper-V Host Compute Service
```
This is blocking a third-party application (Claude Desktop's "Cowork" feature) that requires the full HCS stack, but the root issue is clearly Windows-side, not app-side.
## What's been confirmed working
Virtualization enabled in BIOS/UEFI (SVM Mode)
`systeminfo` confirms a hypervisor is detected
Hyper-V, Virtual Machine Platform, and Containers optional features are all enabled:
```powershell
Get-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All → Enabled
Get-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform → Enabled
```
`sfc /scannow` — no integrity violations found
The vfpext driver payload IS present in the component store:
```powershell
Get-ChildItem -Path "C:\Windows\WinSxS" -Recurse -Filter "vfpext.sys"
```
returns valid entries, including one dated 7/11/2026 (post-repair-attempt), e.g.:
```yaml
C:\Windows\WinSxS\amd64_microsoft-windows-hyper-v-vfpext_31bf3856ad364e35_10.0.26100.8457_none_9c7be3af9bc41d03\vfpext.sys
```
So the file exists in the servicing store but is not being deployed to `System32\drivers`.
## Steps already attempted (all unsuccessful)
`DISM /Online /Cleanup-Image /RestoreHealth` (Windows Update source) — completed successfully, no effect on vfpext
`sfc /scannow` — completed, no integrity violations
Full disable/re-enable cycle of the Hyper-V feature — no effect
Manual attempt to install the WinSxS package directly via `dism /add-package` — rejected (error 87, "no packages found that require processing")
Checked Hyper-V Virtual Switch Manager → Default Switch → Extensions: only "Microsoft Windows Filtering Platform" and "Microsoft NDIS Capture" are listed; the VFP switch extension does not appear at all
**Full in-place repair install** via mounted Windows 11 25H2 ISO (`setup.exe`, "Keep personal files and apps") — completed successfully, all files/apps preserved, but vfpext is still missing afterward
## Question for support
Given that a full in-place repair install did not restore this driver, what is required to get the vfpext component properly registered and deployed on this system? Is there a known issue with this component on Build 26200.8457, or a deeper CBS/servicing-level cause that requires escalated diagnostics?
## Attached/available if requested
CBS.log (`C:\Windows\Logs\CBS\CBS.log`)
DISM.log (`C:\Windows\Logs\DISM\dism.log`)