{"id":2649,"date":"2017-04-13T00:43:00","date_gmt":"2017-04-12T22:43:00","guid":{"rendered":"http:\/\/borncity.com\/win\/?p=2649"},"modified":"2020-12-13T08:02:32","modified_gmt":"2020-12-13T07:02:32","slug":"windows-10-news-about-system-restore-error-0x80070091","status":"publish","type":"post","link":"https:\/\/borncity.com\/win\/2017\/04\/13\/windows-10-news-about-system-restore-error-0x80070091\/","title":{"rendered":"Windows 10: News about System restore error 0x80070091"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" style=\"float: left; margin: 0px 10px 0px 0px; display: inline;\" src=\"http:\/\/www.borncity.com\/blog\/wp-content\/uploads\/2015\/01\/win102.jpg\" width=\"58\" height=\"58\" align=\"left\" \/>[<a href=\"http:\/\/www.borncity.com\/blog\/?p=189250\" target=\"_blank\" rel=\"noopener\">German<\/a>]Today I have to report a few news concerning the bug in Windows 10 system restore (Windows 10 Creators Update and Anniversary Update) causing error 0x80070091.<\/p>\n<p><!--more--><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ssl-vg03.met.vgwort.de\/na\/69098b0d144e49f8a465813d6f15a8d6\" alt=\"\" width=\"1\" height=\"1\" \/>In Windows 10 Anniversary Update system restore fails with error code 0x80070091. I've published several blog post about that issue (see <a href=\"https:\/\/borncity.com\/win\/2017\/03\/26\/microsoft-confirms-system-restore-error-0x80070091\/\">Microsoft confirms System Restore error 0x80070091<\/a>). Here are a few additional remarks\/observations.<\/p>\n<h3>Does Windows 10 Creators Update fix this bug?<\/h3>\n<p>I've mentioned, that Microsoft has confirmed this error (I've escalated it in Microsoft Answers forum). On April 6, 2017 I 've upgraded a test machine affected from Windows 10 Creators Update (Version 1607) to Windows Creators Update (Version 1703). A feature update removes the operating system (move all files to <em>windows.old<\/em>) and also the folder <em>%ProgramFiles%\\WindowsApps<\/em>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/web.archive.org\/web\/20180704100655\/https:\/\/f34.imgup.net\/SystemRest0a00.jpg\" width=\"428\" height=\"162\" \/><\/p>\n<p>After finishing the feature update, I created a system restore point and let Windows 10 Version 1703 do a system restore. System restore was ready after a short time and reported a successful operation (see screenshot above).<\/p>\n<p>This observation has been confirmed by a (German) user <a href=\"http:\/\/www.borncity.com\/blog\/2017\/02\/20\/windows-10-version-1607-unbekannter-fehler-0x80070091\/comment-page-1\/#comment-42785\" target=\"_blank\" rel=\"noopener\">comment<\/a> within my blog. Why is there still a question mark in the above header? Because the bug is caused from Office Hub app \u2013 and an app update could bring back the issue.<\/p>\n<h3>Modified fix for Windows 10 Anniversary Update<\/h3>\n<p>I got a few weeks ago a batch program to fix this issue from an OEM who asked to stay anonymous (see also my blog post <a href=\"https:\/\/borncity.com\/win\/2017\/04\/05\/windows-10-v-1607-fix-for-system-restore-error-0x80070091\/\">Windows 10 V 1607: Fix for system restore error 0x80070091<\/a>).<\/p>\n<p>Now this OEM contacted me again and informed me, that we need a modified batch file to fix the issue. The reason: after installing the last cumulative update the PBR process (<a href=\"https:\/\/msdn.microsoft.com\/windows\/hardware\/commercialize\/manufacture\/desktop\/push-button-reset-overview\" target=\"_blank\" rel=\"noopener\">see<\/a>) runs further as before, but stalls also at least. But the OfficeHub files are copied in a way, that let the old fix fail. As a result, PBR won't launch during a second attempt. Here is the modified batch file to fix the system restore error:<\/p>\n<pre>powershell -Command \"Remove-AppxPackage Microsoft.MicrosoftOfficeHub_2017.210.251.0_neutral_~_8wekyb3d8bbwe\"\r\ntakeown \/f \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_2017.210.251.0_neutral_~_8wekyb3d8bbwe\" \/r\r\nicacls \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_2017.210.251.0_neutral_~_8wekyb3d8bbwe\" \/grant \"%USERNAME%\":F \/t\r\nicacls \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_2017.210.251.0_neutral_~_8wekyb3d8bbwe\" \/inheritance:r \/t\r\nrd \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_2017.210.251.0_neutral_~_8wekyb3d8bbwe\" \/s \/q\r\ntakeown \/f \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.7909.7600.0_x64__8wekyb3d8bbwe\" \/r\r\nicacls \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.7909.7600.0_x64__8wekyb3d8bbwe\" \/grant \"%USERNAME%\":F \/t\r\nicacls \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.7909.7600.0_x64__8wekyb3d8bbwe\" \/inheritance:r \/t\r\nrd \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.7909.7600.0_x64__8wekyb3d8bbwe\" \/s \/q\r\n\r\ntakeown \/f \"C:\\$SysReset\\OldOS\\Program Files\\Microsoft.MicrosoftOfficeHub_17.7909.7600.0_x64__8wekyb3d8bbwe\" \/r\r\nicacls \"C:\\$SysReset\\OldOS\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.7909.7600.0_x64__8wekyb3d8bbwe\" \/grant \"%USERNAME%\":F \/t\r\nicacls \"C:\\$SysReset\\OldOS\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.7909.7600.0_x64__8wekyb3d8bbwe\" \/inheritance:r \/t\r\nrd \"C:\\$SysReset\\OldOS\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.7909.7600.0_x64__8wekyb3d8bbwe\" \/s \/q\r\n\r\npowershell -Command \"Remove-AppxPackage Microsoft.MicrosoftOfficeHub_2017.311.255.0_neutral_~_8wekyb3d8bbwe\"\r\ntakeown \/f \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_2017.311.255.0_neutral_~_8wekyb3d8bbwe\" \/r\r\nicacls \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_2017.311.255.0_neutral_~_8wekyb3d8bbwe\" \/grant \"%USERNAME%\":F \/t\r\nicacls \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_2017.311.255.0_neutral_~_8wekyb3d8bbwe\" \/inheritance:r \/t\r\nrd \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_2017.311.255.0_neutral_~_8wekyb3d8bbwe\" \/s \/q\r\ntakeown \/f \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8010.5926.0_x64__8wekyb3d8bbwe\" \/r\r\nicacls \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8010.5926.0_x64__8wekyb3d8bbwe\" \/grant \"%USERNAME%\":F \/t\r\nicacls \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8010.5926.0_x64__8wekyb3d8bbwe\" \/inheritance:r \/t\r\nrd \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8010.5926.0_x64__8wekyb3d8bbwe\" \/s \/q\r\n\r\ntakeown \/f \"C:\\$SysReset\\OldOS\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8010.5926.0_x64__8wekyb3d8bbwe\" \/r\r\nicacls \"C:\\$SysReset\\OldOS\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8010.5926.0_x64__8wekyb3d8bbwe\" \/grant \"%USERNAME%\":F \/t\r\nicacls \"C:\\$SysReset\\OldOS\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8010.5926.0_x64__8wekyb3d8bbwe\" \/inheritance:r \/t\r\nrd \"C:\\$SysReset\\OldOS\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8010.5926.0_x64__8wekyb3d8bbwe\" \/s \/q\r\n\r\npowershell -Command \"Remove-AppxPackage Microsoft.MicrosoftOfficeHub_2017.318.204.0_neutral_~_8wekyb3d8bbwe\"\r\ntakeown \/f \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_2017.318.204.0_neutral_~_8wekyb3d8bbwe\" \/r\r\nicacls \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_2017.318.204.0_neutral_~_8wekyb3d8bbwe\" \/grant \"%USERNAME%\":F \/t\r\nicacls \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_2017.318.204.0_neutral_~_8wekyb3d8bbwe\" \/inheritance:r \/t\r\nrd \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_2017.318.204.0_neutral_~_8wekyb3d8bbwe\" \/s \/q\r\ntakeown \/f \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8017.5925.0_x64__8wekyb3d8bbwe\" \/r\r\nicacls \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8017.5925.0_x64__8wekyb3d8bbwe\" \/grant \"%USERNAME%\":F \/t\r\nicacls \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8017.5925.0_x64__8wekyb3d8bbwe\" \/inheritance:r \/t\r\nrd \"C:\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8017.5925.0_x64__8wekyb3d8bbwe\" \/s \/q\r\n\r\ntakeown \/f \"C:\\$SysReset\\OldOS\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8017.5925.0_x64__8wekyb3d8bbwe\" \/r\r\nicacls \"C:\\$SysReset\\OldOS\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8017.5925.0_x64__8wekyb3d8bbwe\" \/grant \"%USERNAME%\":F \/t\r\nicacls \"C:\\$SysReset\\OldOS\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8017.5925.0_x64__8wekyb3d8bbwe\" \/inheritance:r \/t\r\nrd \"C:\\$SysReset\\OldOS\\Program Files\\WindowsApps\\Microsoft.MicrosoftOfficeHub_17.8017.5925.0_x64__8wekyb3d8bbwe\" \/s \/q<\/pre>\n<p>Store the commands into a file <em>OfficeHub.cmd <\/em>and execute this file using <em>Run as administrator<\/em>. This should fix system restore in Windows 10 Version 1607.<\/p>\n<p><strong>Similar articles:<br \/>\n<\/strong><a href=\"https:\/\/borncity.com\/win\/2017\/03\/26\/microsoft-confirms-system-restore-error-0x80070091\/\">Microsoft confirms System Restore error 0x80070091<\/a><br \/>\n<a href=\"https:\/\/borncity.com\/win\/2017\/02\/22\/windows10-version-1607-system-restore-error-0x80070091\/\">Windows 10 Version 1607: System restore error 0x80070091 [Fix]<\/a><br \/>\n<a href=\"https:\/\/borncity.com\/win\/2017\/03\/02\/windows-10-update-kb3213986-kills-system-restore\/\">Windows 10 Update KB3213986 kills system restore<\/a><br \/>\n<a href=\"https:\/\/borncity.com\/win\/2017\/04\/05\/windows-10-v-1607-fix-for-system-restore-error-0x80070091\/\">Windows 10 V 1607: Fix for system restore error 0x80070091<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>[German]Today I have to report a few news concerning the bug in Windows 10 system restore (Windows 10 Creators Update and Anniversary Update) causing error 0x80070091.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[463,2],"tags":[524,680,618,76],"class_list":["post-2649","post","type-post","status-publish","format-standard","hentry","category-issue","category-windows","tag-creators-update","tag-error-0x80070091","tag-system-restore","tag-windows-10"],"_links":{"self":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts\/2649","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/comments?post=2649"}],"version-history":[{"count":0,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts\/2649\/revisions"}],"wp:attachment":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/media?parent=2649"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/categories?post=2649"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/tags?post=2649"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}