Şu komutu powershellden çalıştırsana dostum önce
Write-Host "Hyper-V Feature:" (Get-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All).State "; vmmem Process:" (Get-Process vmmem -ErrorAction SilentlyContinue | ForEach-Object { "Running" } | DefaultIfEmpty("Not Running"))