windows 10 开始菜单不显示问题

今天突然莫名其妙遇到windows10开始菜单、消息、日期、网络连接等弹出的东东全都不能显示的问题,出问题的时候刚装了7.6版本的QQ,还以为出了啥事儿。试了一下切换账号没问题,明显是我当前账号的啥玩意出错了。

网上查了一圈没人给个靠谱的解决方案。

网上给的方案大致都是重启服务啦,确认权限啦之类的,试了很多全都不管用,后来没办法只好找谷哥问问英文问题。

看到老外们也遇见一样的问题,顿时感到欣慰。然后,一下子就顺利解决了,跟大家分享一下,免得又有人跟我一样不知道怎么处理。

我按照这个把我的开始菜单弄回来了。https://www.techmesto.com/fix-start-menu-broken-windows-10-technical-preview/

解决方案原文:

  1. Open Windows PowerShell as Administrator
    1. Right click Start button
    2. Choose Command prompt (Admin)
    3. Key in Powershell in the black window and hit Enter
  2. Paste the following command in the Administrator: Windows PowerShell window and press Enter key:
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  3. Wait for PowerShell to execute and complete the command. Ignore the few errors (in red color) that may pop up.
  4. When it finishes, try hitting Start and hopefully it’ll start working. If not, this solution won’t apply to you, unfortunately.

意思就是说

  1. 在开始按钮上右键,选“命令提示符(管理员)”,然后在打开的命令行界面输入powershell进入Powershell操作界面中。
  2. 执行指令
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
  3. 等吧,不用鸟报错信息
  4. 完事儿以后点点开始按钮,看看恢复正常了没有。

另外一个文章介绍了四种方案,当然上述方案是其中的终极方案。另外三种我也转过来一下。

第一个,删除一个什么Corrupted Applocker文件

  1. Right-click at Start and run Command Prompt as Admin
  2. Type command:
    ren %windir%\System32\AppLocker\Plugin*.* *.bak
  3. Restart Windows
  4. Be happy

步骤还是

  1. 在开始按钮上右键,选“命令提示符(管理员)”
  2. 输入命令ren %windir%\System32\AppLocker\Plugin*.* *.bak
  3. 重启然后爽一下

第二个,启动Application Identity服务

  1. Right-click at Start and click RUN
  2. type SERVICES.MSC and press the enter key
  3. right click on APPLICATION IDENTITY and select START
  4. Be happy… a reboot is not required

懒得翻译了,就是说让你打开“计算机管理”-“服务和应用程序”-“服务”找一个叫做Application Identity的服务,然后把它启动就好了。不用重启。

第三个,用修复指令还原系统文件

  1. Create a new user and log into it
  2. Right click on the START button and select COMMAND PROMPT (RUN AS ADMINSTRATOR)
  3. Type dism /online /cleanup-image /restorehealth
  4. Restart the PC
  5. Log back into the problematic profile hopefully you’ll find the store and apps work again

这个貌似是让用另一个用户身份登录然后在命令提示符(管理员)模式下执行dism /online /cleanup-image /restorehealth 然后重启。

 

 

方法都放在这儿,看看哪个对你有用?

暂无评论

发送评论 编辑评论


				
|´・ω・)ノ
ヾ(≧∇≦*)ゝ
(☆ω☆)
(╯‵□′)╯︵┴─┴
 ̄﹃ ̄
(/ω\)
∠( ᐛ 」∠)_
(๑•̀ㅁ•́ฅ)
→_→
୧(๑•̀⌄•́๑)૭
٩(ˊᗜˋ*)و
(ノ°ο°)ノ
(´இ皿இ`)
⌇●﹏●⌇
(ฅ´ω`ฅ)
(╯°A°)╯︵○○○
φ( ̄∇ ̄o)
ヾ(´・ ・`。)ノ"
( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃
(ó﹏ò。)
Σ(っ °Д °;)っ
( ,,´・ω・)ノ"(´っω・`。)
╮(╯▽╰)╭
o(*////▽////*)q
>﹏<
( ๑´•ω•) "(ㆆᴗㆆ)
😂
😀
😅
😊
🙂
🙃
😌
😍
😘
😜
😝
😏
😒
🙄
😳
😡
😔
😫
😱
😭
💩
👻
🙌
🖕
👍
👫
👬
👭
🌚
🌝
🙈
💊
😶
🙏
🍦
🍉
😣
Source: github.com/k4yt3x/flowerhd
颜文字
Emoji
小恐龙
花!
上一篇
下一篇