4

Ativa o Hyper-V para virtualização

 2 years ago
source link: https://gist.github.com/Ailson-Araujo/ce2df9c95725f72ecd709bb780776f90
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
Ativa o Hyper-V para virtualização · GitHub

Instantly share code, notes, and snippets.

Ativa o Hyper-V para virtualização

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 Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK