Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Аватара для NickM

Ветеран


Contributor


Сообщения: 4275
Благодарности: 1003

Профиль | Отправить PM | Цитировать


Jsonic, похоже, что смотреть всё же следует сюда, возникла ошибка разворачивания пакета и все последующие вернули код 0x800f0826:

Код: Выделить весь код
2021-01-16 13:17:15, Info                  CBS    WER: Generating failure report for package: Package_for_KB4562830~31bf3856ad364e35~amd64~~10.0.1.3, status: 0x80070422, failure source: CSI Other, start state: Staged, target state: Installed, client id: UpdateAgentLCU
2021-01-16 13:17:15, Info                  CBS    Not able to query DisableWerReporting flag.  Assuming not set... [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2021-01-16 13:17:15, Info                  CBS    Added C:\Windows\Logs\CBS\CBS.log to WER report.
2021-01-16 13:17:15, Info                  CBS    Added C:\Windows\Logs\CBS\CbsPersist_20210116094246.cab to WER report.
2021-01-16 13:17:15, Info                  CBS    Added C:\Windows\Logs\CBS\CbsPersist_20210116054749.cab to WER report.
2021-01-16 13:17:15, Info                  CBS    Added C:\Windows\Logs\CBS\CbsPersist_20210115054240.cab to WER report.
2021-01-16 13:17:15, Info                  CBS    Added C:\Windows\Logs\CBS\CbsPersist_20210114052430.cab to WER report.
2021-01-16 13:17:15, Info                  CBS    Added C:\Windows\Logs\CBS\CbsPersist_20210113062411.cab to WER report.
2021-01-16 13:17:15, Info                  CBS    Not able to add %windir%\winsxs\pending.xml to WER report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2021-01-16 13:17:15, Info                  CBS    Not able to add %windir%\winsxs\pending.xml.bad to WER report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2021-01-16 13:17:15, Info                  CBS    Reporting package change completion for package: Package_for_KB4562830~31bf3856ad364e35~amd64~~10.0.1.3, current: Staged, original: Staged, target: Installed, status: 0x80070422, failure source: CSI Other, failure details: "(null)", client id: UpdateAgentLCU, initiated offline: False, execution sequence: 152, first merged sequence: 152, pending decision: Unknown, primitive execution context: Shutdown 
2021-01-16 13:17:15, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2021-01-16 13:17:15, Info                  CBS    Unable to gather perf datapoints because there are no active sessions.
2021-01-16 13:17:15, Info                  CBS    Failed to report package change completion for pending package: Package_for_KB4562830~31bf3856ad364e35~amd64~~10.0.1.3, execution sequence: 152 [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2021-01-16 13:17:15, Info                  CBS    Startup: Package: Package_for_KB4562830~31bf3856ad364e35~amd64~~10.0.1.3 completed startup processing, new state: Staged, original: Staged, targeted: Installed.  hr = 0x80070422
2021-01-16 13:17:15, Info                  CBS    Startup: Package: Containers-ApplicationGuard-Package~31bf3856ad364e35~amd64~ru-RU~10.0.19041.488 completed startup processing, new state: Staged, original: Staged, targeted: Staged.  hr = 0x800f0826
2021-01-16 13:17:15, Info                  CBS    Startup: Package: Containers-ApplicationGuard-Package~31bf3856ad364e35~amd64~~10.0.19041.630 completed startup processing, new state: Staged, original: Staged, targeted: Staged.  hr = 0x800f0826
Тогда давайте попробуем следующее, в powershell:
Код: Выделить весь код
Get-FileHash C:\Windows\servicing\Packages\Package_for_KB4562830~31bf3856ad364e35~amd64~~10.0.1.3.mum | Format-List
Код: Выделить весь код
Get-ItemProperty C:\Windows\servicing\Packages\Package_for_KB4562830~31bf3856ad364e35~amd64~~10.0.1.3.mum| Format-List
У Меня так:
Код: Выделить весь код
Get-FileHash C:\Windows\servicing\Packages\Package_for_KB4562830~31bf3856ad364e35~amd64~~10.0.1.3.mum | Format-List
Algorithm : SHA256
Hash      : F2D3B07ECB67E7B6A987DBC4A72653F1BF74960DDF317EAF8967C86AF2FBD1D2
Path      : C:\Windows\servicing\Packages\Package_for_KB4562830~31bf3856ad364e35~amd64~~10.0.1.3.mum


Get-ItemProperty C:\Windows\servicing\Packages\Package_for_KB4562830~31bf3856ad364e35~amd64~~10.0.1.3.mum| Format-List
Name           : Package_for_KB4562830~31bf3856ad364e35~amd64~~10.0.1.3.mum
Length         : 4848
CreationTime   : 09.12.2020 20:31:32
LastWriteTime  : 20.11.2020 15:13:28
LastAccessTime : 17.01.2021 23:29:55
Mode           : -a----
LinkType       :
Target         : {}
VersionInfo    : File:             C:\Windows\servicing\Packages\Package_for_KB4562830~31bf3856ad364e35~amd64~~10.0.1.3.mum
                 InternalName:
                 OriginalFilename:
                 FileVersion:
                 FileDescription:
                 Product:
                 ProductVersion:
                 Debug:            False
                 Patched:          False
                 PreRelease:       False
                 PrivateBuild:     False
                 SpecialBuild:     False
                 Language:

Отправлено: 21:33, 17-01-2021 | #941