首页 > Windows开发 > 详细

【win10】可能解决开始菜单无法打开的问题

时间:2016-05-08 11:44:28      阅读:237      评论:0      收藏:0      [点我收藏+]

I got exactly the same problem and here‘s how I fixed it. Everything was done from desktop.
1- Create a folder on desktop: mount
2- Copy install.wim to desktop. (used the ISO downloaded from techbench)

Open Admin Command prompt, copy/paste each line and run:

    1. Dism /mount-wim /wimFile:%USERPROFILE%\Desktop\install.wim /index:1 /MountDir:%USERPROFILE%\Desktop\mount
    2. Dism /Online /Cleanup-Image /CheckHealth
    3. Dism /Online /Cleanup-Image /RestoreHealth /Source:%USERPROFILE%\Desktop\mount\windows /LimitAccess
    4. Dism /unmount-wim /Mountdir:%USERPROFILE%\Desktop\mount /discard
    5. re-run: sfc /scannow

【win10】可能解决开始菜单无法打开的问题

原文:http://www.cnblogs.com/knightluffy/p/5470017.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!