Might look for it here.
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--
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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:
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:
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:
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?
Might look for it here.
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--