Windows 11 Pro Hyper-V option not found in optional features and impossible to install

Armando Peña 20 Reputation points
2023-07-23T22:29:31.8333333+00:00

I have Window 11 Pro installed on my laptop and I want to activate Hyper-V so I can use Docker but I can not see anywhere the option for it in optional features.

I have followed several guides to install it and none have worked.

I have Virtualization enabled on my BIOS.

When I use msinfo32 I get that my computer it's compatible with Hyper-V:

msinfo32

I tried to install it using PoweShell and CMD and in both I get the same error:

I tried to install it using PoweShell and CMD and in both I get the same error:

powershell

I have also tried the script to install it on Windows 11 Home version

I have also tried the script to install it on Windows 11 Home version

pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum > hyper-v.txt
for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
del hyper-v.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL
pause

but when I run it, even with Administrator rights, it gives me this errors:

but when I run it, even with Administrator rights, it gives me this errors:

script

I've been strugling with this for a week now. What can I do?

I've been strugling with this for a week now. What can I do?

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,812 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
10,677 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2023-07-23T22:45:26.5233333+00:00

    Might look for it here.

    User's image

    if t is still not visible then I'd probably clean install the operating system.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.