-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Desktops
- Desktop Hardware and Upgrade Questions
- Unknown device

Create an account on the HP Community to personalize your profile and ask a question
05-23-2023 10:18 PM
I have a Other devices - Unknown device giving errors. So far I have not been able to figure out what it is and install the right. driver.
Thanks for your time/help
Device ROOT\VMS_VSMP\0000 had a problem starting.
Driver Name: wvms_mp_windows.inf
Class Guid: {4d36e972-e325-11ce-bfc1-08002be10318}
Service: VMSMP
Lower Filters:
Upper Filters:
Problem: 0x0
Problem Status: 0xC00000E5
Device ROOT\VMS_VSMP\0000 was configured.
Driver Name: wvms_mp_windows.inf
Class Guid: {4d36e972-e325-11ce-bfc1-08002be10318}
Driver Date: 06/21/2006
Driver Version: 10.0.22621.1
Driver Provider: Microsoft
Driver Section: VMSVSMP.ndi
Driver Rank: 0xFF0000
Matching Device Id: vms_vsmp
Outranked Drivers:
Device Updated: true
Parent Device: HTREE\ROOT\0
06-10-2025 10:45 AM
Hi @dream2big,
Welcome to HP Support Community!
We noticed that this thread hasn't had any updates in a while since your original post; while this is rare, we didn't want this post to remain unanswered, so here's the solution to your query. We hope it helps you and everyone viewing this post 😊
We understand you’re seeing an "Unknown Device" under Other Devices in Device Manager, with the Victus by HP 15L Gaming Desktop TG02-0000i.
It looks like this device is associated with Microsoft’s Hyper-V Virtual Switch Protocol—specifically the "Microsoft Virtual Machine Bus Network Adapter", part of the virtualization services in Windows 11.
This adapter is typically not needed unless:
- You're using Hyper-V (Windows virtualization platform),
- Or you recently enabled virtualization features in Windows Features (e.g., "Virtual Machine Platform", "Windows Hypervisor Platform", or "Hyper-V").
Option 1: Disable Unused Virtualization Features (If Not Needed)
If you're not using virtual machines, disable unused services:
- Press Windows + R, type:
optionalfeatures
and press Enter. - In the Windows Features window, uncheck the following if enabled:
- Hyper-V
- Virtual Machine Platform
- Windows Hypervisor Platform
- Click OK and reboot your system.
- Open Device Manager, right-click the "Unknown device" and select Uninstall device.
- Restart your PC. It should now be gone.
Option 2: Manually Reinstall the Driver (If You Do Use Hyper-V)
If you are using Hyper-V or WSL2, try reinstalling the Virtual Switch driver:
- Open PowerShell as Administrator and run: Get-NetAdapter
If the virtual switch is listed, try disabling and re-enabling it:
Disable-NetAdapter -Name "vEthernet (Default Switch)" -Confirm: $ false
Enable-NetAdapter -Name "vEthernet (Default Switch)"
- Or reinstall Hyper-V components:
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
- Reboot after each step.
Please mark this post as “Accepted Solution” if the issue is resolved, and if you feel this reply was helpful, click “Yes”.
Thanks for being part of the HP Community!
VikramTheGreat
HP Support