win10开始菜单点击没反应出现错误0x8000FFFF该怎么办?


这里和:Add-AppxPackage : 部署失败,原因是 HRESULT: 0x80073CF6, 无法注册包。错误 0x8000FFFF: 由于出现意外错误,添加磁贴失败。有关(当你powershell执行命令Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}时)

这是因为一个数据库的损坏导致的,同时这个数据库也跟开始菜单的正常与否有关,要解决这个问题只能通过删除C:\Users\Administrator\AppData\Local\TileDataLayer\Database,才能行,同时也解决了开始菜单没反应的问题。请看往下,你会了解有关系的这么一过程:

方法一:

1、进入C:\Users\你的登录名\AppData\Local\TileDataLayer\Database,删除掉vedatamodel.edb这个文件,也可以删除Database整个文件夹

2、你会发现点击菜单,什么都没有。但是开始菜单已经有反应了

注销或重启之后:

它会产生所有应用的列表。但是微软本身的应用没有了。所以只能通过powershell管理员执行命令Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

它会在所有应用列表那里产生图标,但是磁贴还是空的,这要看你的需要了:在所有应用列表一个个找,并通过右键选择,固定到开始屏幕

3、可能需要到新建账户:这里有可能关系到以下引用经验,当你登录不了遇到User Profile Service服务未能登录,无法登录的时候要用到的。当两个账户用同一主文件夹时(也就是用同一配置文件)

表现为动态锁定(备份状态的)配置文件的,如果是互锁的文件,导致只能一个登录,登录一账号则变为对方状态(包括备份状态的配置文件文件、配置文件大小(反转的相补状态)、注册表里面也会动态改变、等各种信息)

4、要可能结合引用经验并更改主文件夹权限才得,目前不知对不对。87User Profile Service服务未能登录,无法登录

方法二、新建账户替换vedatamodel.edb法

1、新建一个新帐户,用户组选项设置为管理员;

1)登录新建的用户;

2)回到原来账户(出问题的),从C:\Users\新的用户名\AppData\Local\TileDataLayer\Database,复制出vedatamodel.edb

3)进入新的账户,再把复制出来的vedatamodel.edb复制到C:\Users\出问题的用户名\AppData\Local\TileDataLayer\Database下。可以了。总之就是用新建的正常账户的Database替换出问题的账户的Database

2、新建账户的话也可以通过粘贴命令,(TempAdmin1替换为你将要设置的用户名,password1替换为你将要设置的密码)

1)首先通过win+x再选择命令提示符(管理员)A

复制内容到剪贴板
  1. net user "TempAdmin1" "password1" /add   
  2.   
  3. net localgroup administrators "TempAdmin1" /add  

  之后删除新建的账户就可以了

 英文原版:

复制内容到剪贴板
  1. Login to your current profile   
  2.   
  3. Press Win+X, and select "Command Prompt (Admin)"  
  4.   
  5. Enter the following commands, in this order   
  6.   
  7. net user "TempAdmin1" "password1" /add   
  8.   
  9. net user "TempAdmin2" "password2" /add   
  10.   
  11. net localgroup administrators "TempAdmin2" /add   
  12.   
  13. Press Ctrl+Alt+Del, click Sign Out   
  14.   
  15. Login to the "TempAdmin1" account using password "password1"  
  16.   
  17. Logout, and then login to the "TempAdmin2" account, using "password2" (note: you must fully sign out, not just switch users)   
  18.   
  19. Open File Explorer, select View, then check the box marked "Hidden Items"  
  20.   
  21. Navigate to C:\Users\TempAdmin1\AppData\Local\TileDataLayer (click "continue" to gain access when prompted)   
  22.   
  23. Right Click the folder "Database" & Copy   
  24.   
  25. Now, navigate to the same folder for your damaged profile (C:\Users\YOUR_USERNAME\AppData\Local\TileDataLayer)   
  26.   
  27. Right click "Database", and rename to "Database.BAD"  
  28.   
  29. Right click empty area in the folder, and select Paste   
  30.   
  31. Reboot, then sign back in with your original profile.   
  32.   
  33. Now, assuming all is well, you want to delete the two accounts you created:   
  34.   
  35. Win+X → Control Panel → User Accounts → Manage Another Account   
  36.   
  37. Select Account, then "Delete Account"  
  38.   
  39. Brief explanation:   
  40.   
  41. Your TileDataLayer database is damaged   
  42.   
  43. You need a new TileDataLayer database   
  44.   
  45. Create a new user (user A), and login with it (a new database will be created). Proceed with this procedure only if the Start Menu and all other apps are working correctly as user A.   
  46.   
  47. Because the database is locked when you're logged in, you create user B (with access to user A's profile and your user profile)   
  48.   
  49. Rename the old database, and copy the new database from user A to your profile   
  50.   
  51. Logout from user B, and your account should work again  

相关推荐:

解决win10打不开开始菜单和消息栏的办法

最简单快速解决win10开始菜单消失或打不开的问题

win10开始屏幕怎么自己设置?win10开始菜单设置的教程


« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3