P PeterJ Moderator, Windows Update Expert, Security Analyst Staff member Joined Dec 14, 2014 Posts 13,917 Nov 19, 2023 #21 Great, the log is clean. Restart the computer. Open an elevated command prompt. Copy and paste the following commands into it, press enter after each. Code: sfc /scannow Wait for this to finish before you continue Code: copy %windir%\Logs\CBS\cbs.log "%userprofile%\Desktop\cbs.txt" This will create a file, cbs.txt on your Desktop. Zip this file and attach the zipped cbs.txt to your next post.
Great, the log is clean. Restart the computer. Open an elevated command prompt. Copy and paste the following commands into it, press enter after each. Code: sfc /scannow Wait for this to finish before you continue Code: copy %windir%\Logs\CBS\cbs.log "%userprofile%\Desktop\cbs.txt" This will create a file, cbs.txt on your Desktop. Zip this file and attach the zipped cbs.txt to your next post.
Thanhphamap Active member Joined Nov 17, 2023 Posts 28 Nov 19, 2023 #22 Here the CBS files. Attachments cbs.zip 218.2 KB · Views: 1
P PeterJ Moderator, Windows Update Expert, Security Analyst Staff member Joined Dec 14, 2014 Posts 13,917 Nov 19, 2023 #23 Install Update with DISM Download the update MSU here: https://catalog.s.download.windowsu..._4dc78a6eeb14e2eac1ede7381f4a93658c8e2cdc.msu Copy the MSU file to a convenient location (such as C:\temp). Click on the Start button and in the search box, type Command Prompt When you see Command Prompt on the list, right-click on it and select Run as administrator When command prompt opens, copy and paste the following commands into it, press enter after each cd C:\temp replace C:\temp with your path if different expand windows6.1-kb4534310-x64_4dc78a6eeb14e2eac1ede7381f4a93658c8e2cdc.msu -f:* C:\temp DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows6.1-kb4534310-x64.cab You should receive the message: The operation completed successfully. Make sure to allow the computer to restart if prompted. If you receive any other message: Post a screenshot of the Commandprompt window. Zip and attach the file C:\Windows\Logs\CBS\CBS.log
Install Update with DISM Download the update MSU here: https://catalog.s.download.windowsu..._4dc78a6eeb14e2eac1ede7381f4a93658c8e2cdc.msu Copy the MSU file to a convenient location (such as C:\temp). Click on the Start button and in the search box, type Command Prompt When you see Command Prompt on the list, right-click on it and select Run as administrator When command prompt opens, copy and paste the following commands into it, press enter after each cd C:\temp replace C:\temp with your path if different expand windows6.1-kb4534310-x64_4dc78a6eeb14e2eac1ede7381f4a93658c8e2cdc.msu -f:* C:\temp DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows6.1-kb4534310-x64.cab You should receive the message: The operation completed successfully. Make sure to allow the computer to restart if prompted. If you receive any other message: Post a screenshot of the Commandprompt window. Zip and attach the file C:\Windows\Logs\CBS\CBS.log
Thanhphamap Active member Joined Nov 17, 2023 Posts 28 Nov 19, 2023 #24 Can I download it from the standalone update?
Thanhphamap Active member Joined Nov 17, 2023 Posts 28 Nov 19, 2023 #25 PeterJ said: Install Update with DISM Download the update MSU here: https://catalog.s.download.windowsu..._4dc78a6eeb14e2eac1ede7381f4a93658c8e2cdc.msu Copy the MSU file to a convenient location (such as C:\temp). Click on the Start button and in the search box, type Command Prompt When you see Command Prompt on the list, right-click on it and select Run as administrator When command prompt opens, copy and paste the following commands into it, press enter after each cd C:\temp replace C:\temp with your path if different expand windows6.1-kb4534310-x64_4dc78a6eeb14e2eac1ede7381f4a93658c8e2cdc.msu -f:* C:\temp DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows6.1-kb4534310-x64.cab You should receive the message: The operation completed successfully. Make sure to allow the computer to restart if prompted. If you receive any other message: Post a screenshot of the Commandprompt window. Zip and attach the file C:\Windows\Logs\CBS\CBS.log Click to expand... Attachments ScreenShot_20231120061851.jpeg 66.2 KB · Views: 2
PeterJ said: Install Update with DISM Download the update MSU here: https://catalog.s.download.windowsu..._4dc78a6eeb14e2eac1ede7381f4a93658c8e2cdc.msu Copy the MSU file to a convenient location (such as C:\temp). Click on the Start button and in the search box, type Command Prompt When you see Command Prompt on the list, right-click on it and select Run as administrator When command prompt opens, copy and paste the following commands into it, press enter after each cd C:\temp replace C:\temp with your path if different expand windows6.1-kb4534310-x64_4dc78a6eeb14e2eac1ede7381f4a93658c8e2cdc.msu -f:* C:\temp DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows6.1-kb4534310-x64.cab You should receive the message: The operation completed successfully. Make sure to allow the computer to restart if prompted. If you receive any other message: Post a screenshot of the Commandprompt window. Zip and attach the file C:\Windows\Logs\CBS\CBS.log Click to expand...
P PeterJ Moderator, Windows Update Expert, Security Analyst Staff member Joined Dec 14, 2014 Posts 13,917 Nov 19, 2023 #26 Sorry, I made an mistake in my previous message due to the fact you have Windows on drive D: instead of the normal drive C: I corrected that in the instructions below. Please perform and report the result: Install Update with DISM Download the update MSU here: https://catalog.s.download.windowsu..._4dc78a6eeb14e2eac1ede7381f4a93658c8e2cdc.msu Copy the MSU file to a convenient location (such as D:\temp). Click on the Start button and in the search box, type Command Prompt When you see Command Prompt on the list, right-click on it and select Run as administrator When command prompt opens, copy and paste the following commands into it, press enter after each cd D:\temp replace D:\temp with your path if different expand windows6.1-kb4534310-x64_4dc78a6eeb14e2eac1ede7381f4a93658c8e2cdc.msu -f:* D:\temp DISM.exe /Online /Add-Package /PackagePath:D:\temp\windows6.1-kb4534310-x64.cab You should receive the message: The operation completed successfully. Make sure to allow the computer to restart if prompted. If you receive any other message: Post a screenshot of the Commandprompt window. Zip and attach the file D:\Windows\Logs\CBS\CBS.log
Sorry, I made an mistake in my previous message due to the fact you have Windows on drive D: instead of the normal drive C: I corrected that in the instructions below. Please perform and report the result: Install Update with DISM Download the update MSU here: https://catalog.s.download.windowsu..._4dc78a6eeb14e2eac1ede7381f4a93658c8e2cdc.msu Copy the MSU file to a convenient location (such as D:\temp). Click on the Start button and in the search box, type Command Prompt When you see Command Prompt on the list, right-click on it and select Run as administrator When command prompt opens, copy and paste the following commands into it, press enter after each cd D:\temp replace D:\temp with your path if different expand windows6.1-kb4534310-x64_4dc78a6eeb14e2eac1ede7381f4a93658c8e2cdc.msu -f:* D:\temp DISM.exe /Online /Add-Package /PackagePath:D:\temp\windows6.1-kb4534310-x64.cab You should receive the message: The operation completed successfully. Make sure to allow the computer to restart if prompted. If you receive any other message: Post a screenshot of the Commandprompt window. Zip and attach the file D:\Windows\Logs\CBS\CBS.log
Thanhphamap Active member Joined Nov 17, 2023 Posts 28 Nov 20, 2023 #28 Thanhphamap said: View attachment 93850 Click to expand... Nevermind I mannaged to install it. But It still didn't worked
Thanhphamap said: View attachment 93850 Click to expand... Nevermind I mannaged to install it. But It still didn't worked
P PeterJ Moderator, Windows Update Expert, Security Analyst Staff member Joined Dec 14, 2014 Posts 13,917 Nov 20, 2023 #29 Please read the instructions carefully. There is something wrong at step 5 with the command expand. You probably made a typo. It i not visible in the screenshot. Please redo step 1 till 5 but do not perform the dism command yet. Provide a screenshot of the commandprompt window first.
Please read the instructions carefully. There is something wrong at step 5 with the command expand. You probably made a typo. It i not visible in the screenshot. Please redo step 1 till 5 but do not perform the dism command yet. Provide a screenshot of the commandprompt window first.
Thanhphamap Active member Joined Nov 17, 2023 Posts 28 Nov 20, 2023 #30 PeterJ said: Please read the instructions carefully. There is something wrong at step 5 with the command expand. You probably made a typo. It i not visible in the screenshot. Please redo step 1 till 5 but do not perform the dism command yet. Provide a screenshot of the commandprompt window first. Click to expand...
PeterJ said: Please read the instructions carefully. There is something wrong at step 5 with the command expand. You probably made a typo. It i not visible in the screenshot. Please redo step 1 till 5 but do not perform the dism command yet. Provide a screenshot of the commandprompt window first. Click to expand...
Thanhphamap Active member Joined Nov 17, 2023 Posts 28 Nov 20, 2023 #31 Here's the CBS text. As you can see here there another error called Failed to internally open package. [HRESULT = 0x800f0805 - CBS_E_INVALID_PACKAGE] Attachments cbs.txt 272 KB · Views: 1
Here's the CBS text. As you can see here there another error called Failed to internally open package. [HRESULT = 0x800f0805 - CBS_E_INVALID_PACKAGE]
P PeterJ Moderator, Windows Update Expert, Security Analyst Staff member Joined Dec 14, 2014 Posts 13,917 Nov 21, 2023 #32 Did the dism command completed successful ? If not attach the file D:\Windows\Logs\CBS\CbsPersist_20231120131500.cab to your next reply.
Did the dism command completed successful ? If not attach the file D:\Windows\Logs\CBS\CbsPersist_20231120131500.cab to your next reply.
Thanhphamap Active member Joined Nov 17, 2023 Posts 28 Nov 21, 2023 #33 Hi Attachments CbsPersist_20231120131500.cab.zip 1.1 MB · Views: 5
P PeterJ Moderator, Windows Update Expert, Security Analyst Staff member Joined Dec 14, 2014 Posts 13,917 Nov 22, 2023 #34 Error when opening the attachment. Please attach it again.
Thanhphamap Active member Joined Nov 17, 2023 Posts 28 Nov 22, 2023 #35 Here Attachments CbsPersist_20231120131500.log 23.1 MB · Views: 3
P PeterJ Moderator, Windows Update Expert, Security Analyst Staff member Joined Dec 14, 2014 Posts 13,917 Nov 23, 2023 #36 The log file is clean. Restart the computer. Check Windows Update again and report the result. If it fails, copy the file C:\Windows\Logs\CBS\cbs.log to your desktop. Zip the copied file and attach the zipped cbs.log to your next reply.
The log file is clean. Restart the computer. Check Windows Update again and report the result. If it fails, copy the file C:\Windows\Logs\CBS\cbs.log to your desktop. Zip the copied file and attach the zipped cbs.log to your next reply.
Thanhphamap Active member Joined Nov 17, 2023 Posts 28 Nov 23, 2023 #37 PeterJ said: The log file is clean. Restart the computer. Check Windows Update again and report the result. If it fails, copy the file C:\Windows\Logs\CBS\cbs.log to your desktop. Zip the copied file and attach the zipped cbs.log to your next reply. Click to expand...
PeterJ said: The log file is clean. Restart the computer. Check Windows Update again and report the result. If it fails, copy the file C:\Windows\Logs\CBS\cbs.log to your desktop. Zip the copied file and attach the zipped cbs.log to your next reply. Click to expand...
Thanhphamap Active member Joined Nov 17, 2023 Posts 28 Nov 23, 2023 #38 Can't attach it. The cbs log is too big
Thanhphamap Active member Joined Nov 17, 2023 Posts 28 Nov 23, 2023 #39 Nevermind I manged to upload it. Here you go Attachments CBS.log 3.7 KB · Views: 3
P PeterJ Moderator, Windows Update Expert, Security Analyst Staff member Joined Dec 14, 2014 Posts 13,917 Nov 24, 2023 #40 Did Windows Update report an error ? Are important updates available ?