meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| windows:windows10:0x8000ffff [2020/11/26 10:06] – niziak | windows:windows10:0x8000ffff [2020/11/30 18:02] (current) – niziak | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Additional symptoms: | Additional symptoms: | ||
| - | * '' | + | * '' |
| * '' | * '' | ||
| * Able to run '' | * Able to run '' | ||
| + | |||
| + | It looks like strange Windows files corruption. | ||
| Try to fix: | Try to fix: | ||
| Line 19: | Line 21: | ||
| * Install [[https:// | * Install [[https:// | ||
| - | * | + | * [[https:// |
| + | * It installs Windows RE and integrate it into boot menu | ||
| + | * Cannot works with QEMU SCSI Virtual Controller! | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | * <code cmd> | ||
| + | * [[https:// | ||
| Anty malware tools: | Anty malware tools: | ||
| * [[https:// | * [[https:// | ||
| * | * | ||
| + | |||
| + | |||
| + | DISM: | ||
| + | <code cmd> | ||
| + | Dism.exe /online / | ||
| + | Error: 4448 | ||
| + | Sterownik WOF napotkał uszkodzenie w tabeli zasobów skompresowanego pliku. | ||
| + | </ | ||
| + | |||
| + | Found hints on Internet: | ||
| + | <code cmd> | ||
| + | Dism.exe /online / | ||
| + | |||
| + | REM or | ||
| + | REM use WIN10 installation CD-ROM as drive F: | ||
| + | REM First list all images inside instalaltion CD: | ||
| + | dism / | ||
| + | REM remember index of your installation, | ||
| + | dism /Online / | ||
| + | |||
| + | REM or | ||
| + | REM mount Windows folder from another healthy system as Y: | ||
| + | Dism.exe /Online / | ||
| + | </ | ||
| + | |||
| + | doesn' | ||
| + | |||
| + | ===== Solution ? ===== | ||
| + | |||
| + | <code cmd> | ||
| + | Dism.exe /Online / | ||
| + | Dism.exe /Online / | ||
| + | sfc/scannow | ||
| + | Dism.exe /Online / | ||
| + | sfc/scannow | ||
| + | </ | ||
| + | |||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | in CBS.log file: | ||
| + | |||
| + | < | ||
| + | 2020-11-30 09:44:58, Info CSI 00000055 [SR] Beginning Verify and Repair transaction | ||
| + | 2020-11-30 09:44:58, Error | ||
| + | [gle=0x80004005] | ||
| + | 2020-11-30 09:44:58, Info CBS Could not get active session for current session file logging [HRESULT = 0x80004003 - E_POINTER] | ||
| + | 2020-11-30 09:44:58, Info CBS Could not get file name for current session file logging [HRESULT = 0x80004003 - E_POINTER] | ||
| + | 2020-11-30 09:44:58, Error | ||
| + | </ | ||