|
|
Win11自帶虛擬機使用方法 一、專業(yè)版win11 1、首先通過開始菜單,進入“設置”。 2、在設置中點擊左邊的“應用”選項。 3、然后在其中打開“可選功能”。 4、在最下方相關設置中打開“更多Windows功能”。 5、在其中勾選開啟“Hyper-V”并點擊確定保存即可。 二、家庭版win11 1、右鍵桌面空白處,選擇新建一個“文本文檔”。 2、在其中輸入以下命令。 pushd “%~dp0” dir /b %SystemRoot%servicingPackages*Hyper-V*.mum 》hyper-v.txt for /f %%i in (‘findstr /i 。 hyper-v.txt 2^》nul’) do dism /online /norestart /add-package:“%SystemRoot%servicingPackages%%i” del hyper-v.txt Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL 3、然后將該文本文檔重命名為“Hyper-V.cmd”。 4、修改完成后雙擊允許該程序就可以了。
|
|