Windows 10 开始菜单卡死 / 自动重置的一种解决方案 | A solution to recover Windows 10 start menu reset issue

2018-04-05 04:54:12 +08:00
 msg7086

中文版

Windows 10 从很久以前就开始有这个问题,升级或者全新安装以后开始菜单磁贴无法正常工作。拖动一下就会卡死,或者修改布局并重新登录以后就会重置成以前的样子。

此问题影响至少 1709 和 1803 版本,并且能在全新安装的系统上复现。

搜遍谷歌,找到一种解决方法,是删除注册表中对于开始菜单磁贴的缓存。

Windows 1709

管理员版本 Powershell 下执行:

Remove-Item 'HKCU:\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount\$start.tilegrid$windows.data.curatedtilecollection.root' -Force -Recurse
Get-Process Explorer | Stop-Process

或使用注册表编辑器手动删除:

Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount 下的 $start.tilegrid$windows.data.curatedtilecollection.root 项目。

Windows 1803

管理员版本 Powershell 下执行:

Remove-Item 'HKCU:\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount\' -Force -Recurse
Get-Process Explorer | Stop-Process

或使用注册表编辑器手动删除:

Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount 下以的 $start.tilegrid$windows.data.curatedtilecollection.root 结尾的项目。


English

It has been a long while since Windows 10 had issues with its start menu layout, such as dragging and dropping icons causes crashes, or layout gets reverted after signing out and in. At least 1709 and 1803 fresh installations are affected.

A strategy to mitigate the issue, according to the other end of Google, is to remove the cache store in the system registery.

Windows 1709

Execute the following under Admin Powershell:

Remove-Item 'HKCU:\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount\$start.tilegrid$windows.data.curatedtilecollection.root' -Force -Recurse
Get-Process Explorer | Stop-Process

Or, using the Registry Editor

Navigate to Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount and delete $start.tilegrid$windows.data.curatedtilecollection.root item.

Windows 1803

Execute the following under Admin Powershell:

Remove-Item 'HKCU:\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount\' -Force -Recurse
Get-Process Explorer | Stop-Process

Or, using the Registry Editor

Navigate to Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CloudStore\Store\Cache\DefaultAccount and delete item ending with $start.tilegrid$windows.data.curatedtilecollection.root.


由于问题的普遍性,特留下中英文两版以供查阅。

References:

[1]: How to reset your start menu layout in Windows 10 1709
http://www.joseespitia.com/2018/01/05/how-to-reset-your-start-menu-layout-in-windows-10-1709/

5544 次点击
所在节点    分享发现
15 条回复
Cytion
2018-04-05 05:04:44 +08:00
正好碰到这个问题,感谢楼主
msg7086
2018-04-05 06:21:34 +08:00
@Cytion 头像切题好评。
20015jjw
2018-04-05 07:00:20 +08:00
语法问题不少。。
游戏机系统能用 steam 橘子 uplay 就行了 开始菜单只关机 hhh
agdhole
2018-04-05 07:42:15 +08:00
以前有这个问题,通过注销重新登录解决的,不过重装系统后好了
l30n
2018-04-05 08:13:11 +08:00
菜单栏点击没有反应,回头试一试楼主这个方法
sephinh
2018-04-05 10:45:18 +08:00
我办公机器 1703 问题比较严重,后来升级 1709 就 ok 了,不过用久了还是感觉 metro 界面有点卡
msg7086
2018-04-05 14:27:38 +08:00
@sephinh 我是 1709 用毛了,怒格盘重装了 1703 ……
laxenade
2018-04-05 14:59:28 +08:00
感谢楼主
care
2018-04-05 16:04:59 +08:00
win10 真是越来越流氓,前两天帮朋友装 1709 专业版,装完优化一些没用的服务,开始菜单就无法点击使用,重装了几遍都这样。
Kylin30
2018-04-05 21:00:38 +08:00
还是 ltsb 算了,新功能没命体验。
honeycomb
2018-04-06 10:15:53 +08:00
@msg7086 1803 的消费者级别的 SDK 据说禁止禁用 connected user experience and telemetry 服务
msg7086
2018-04-06 10:29:03 +08:00
@honeycomb 这么坑?禁用了会变成啥样……
onlygood
2018-04-09 11:10:10 +08:00
楼主你好,能否代购一个 idcf ?
msg7086
2018-04-09 11:12:24 +08:00
@onlygood 抱歉不提供这样的服务。
jelly0925
2019-05-19 07:48:38 +08:00
感谢 。。。。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/444426

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX