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




Shell

Related
pip install cookiecutter Code Example pip install cookiecutter Code Example
get logs from application isntaller Code Example get logs from application isntaller Code Example
batch rename folder Code Example batch rename folder Code Example
cookiecutter Code Example cookiecutter Code Example
how to install kite on manjero Code Example how to install kite on manjero Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9