Windows 10 Upgrade stuck at 76%
One of the reasons the upgrade will stay at 76% percent is if you have the Client for NFS feature enabled before upgrading.
To work around this you can run some commands before and after the Upgrade Windows step.
Before:
Dism /quiet /norestart /online /Disable-feature /featurename:ServicesForNFS-ClientOnly
After:
Dism /quiet /online /enable-feature /featurename:ServicesForNFS-ClientOnly
Dism /quiet /online /enable-feature /featurename:ClientForNFS-Infrastructure
There are no comments yet, add one below.