Skip to content

This script will turn on the Hyper-V option in Windows 11 Home edition

Notifications You must be signed in to change notification settings

duyenlegit/Hyper-V_Enabler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Hyper-V_Enabler

The Hyper-V option is only available in Windows Pro or Enterprise edtion This script will turn on the Hyper-V option in Windows 11 Home

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

About

This script will turn on the Hyper-V option in Windows 11 Home edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published