码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2016-05-08 11:47:30      阅读:241      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!