我用網上找的(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)這個方法下載了hyper-v但電腦無法更新,無法完成更新,用不了hyper-v,用過了網上的很多解決win10無法更新的解決方法但還是沒用。
請大家幫幫忙!
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/43899.html
標籤:Windows客戶端使用
