Question:

Below about says it all.  I tried SysRes from two points, both with same failure.

System Restore did not complete successfully. Your computer's system files and
settings were not changed.
Details:
System Restore failed while restoring the directory from the restore point.
Source: AppxStaging
Destination: %ProgramFiles%\WindowsApps
An unspecified error occurred during System Restore. (0x80070091)

The two attempts were from: choose a different restore point>show more restore points type Backup.  I really need this function to work.  Any solutions out there?

Answer:

Renaming folder WindowsApps, reboot the system and try a system restore should cure the issue. 

1.下载一个win10的iso镜像文件(官方原版的)
2.用ultraiso将镜像写入U盘(方法自己百度)
3.利用BIOS提供的启动顺序切换,从U盘启动,耐心等待
4.选择完语言下一步,第二个画面左下角,点“修复计算机(R)",点“疑难解答”,点“命令行提示符”
依次敲入命令:
c:
cd "Program Files"
md "WindowsApps-"
xcopy "WindowsApps" "WindowsApps-" /s /e /y /h
rd "WindowsApps"
关闭命令行窗口,点“疑难解答”,点“系统还原”,再执行就OK了。

I've described a solution here Windows 10 Version 1607: System restore error 0x80070091 [Fix].

Addendum: It seems that the issue has been fixed in Windows 10 Creators Update. And there is a batch file to fix the issue. Further details may be found here:

Windows 10: News about System restore error 0x80070091

from:https://answers.microsoft.com/en-us/windows/forum/windows_10-update/win-10-system-restore-fail-0x80070091/7f690ec3-a3da-4c14-90fd-3eb0ba83f4ac

最新文章

  1. 小Q系列之失恋
  2. 阿里云 云解析使用方法/在阿里云ESC服务器解析域名并绑定服务器IP后上传文件通过域名访问步骤教程
  3. (转载)RESTORE DATABASE命令还原SQLServer 2005 数据库
  4. a标签鼠标经过,字颜色和下划线的颜色都变红
  5. pycurl
  6. 比较长的sql语句
  7. 全面理解BFC
  8. CentOS-6.5安装配置JDK-7|Tomcat-8
  9. careercup-数学与概率 7.6
  10. Cloud Insight 客户案例-晨芯时代科技有限公司
  11. 重学《C#高级编程》(序)
  12. windows环境下Mongodb分片配置
  13. 在阿里云ECS(CentOS6.5)上安装redis
  14. 201521123070 《JAVA程序设计》第4周学习总结
  15. redis 简易监控的几种方法
  16. JSON & XML
  17. 如何创建.gitignore文件,忽略git不必要提交的文件
  18. (转)Spring Boot (十五): Spring Boot + Jpa + Thymeleaf 增删改查示例
  19. esxi5 的tart命令使用注意点
  20. Java知多少(88)列表和组合框

热门文章

  1. Neo4j导入本地csv问题
  2. Codeforces 639D Bear and Contribution
  3. 基于Kubernetes集群部署skyDNS服务
  4. AtCoder Grand Contest 026 (AGC026) E - Synchronized Subsequence 贪心 动态规划
  5. Java基础总结01:JDK与JRE概述
  6. 2n的 位数
  7. Excel表列名称(给定一个正整数,返回它在 Excel 表中相对应的列名称。)
  8. Python 动态加载并下载"梨视频"短视频
  9. Tomcat启动分析(转自:http://docs.huihoo.com/apache/tomcat/heavyz/01-startup.html)
  10. 网络编程-线程-3、通过继承Thread类创建线程