Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
cmd /c copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"
This specific error is not shoeing in either log, what is the update KB number it is failing on? Any errors starting with 8024xxxx refer to the Windows Update Agent, I am seeing a lot of errors in your WU log starting with 8024xxxx. These ones are a little bit more tricky to deal with, can you please answer the following questions:
What are all the security programs you have installed? Also what are all the past security programs you had installed? Even if they are the ones that were preinstalled with the system?
Are you using any type of Proxy or VPN?
I am starting to think this might be a connection issue authenticating with WUA.
Hello srkjd
Sorry for the delay, I have just returned from my holidays.
Are updates still failing on this machine?
Which article did you follow BTW?
Thanks
X:\Sources>wmic logicaldisk get name
Name
C:
D:
E:
X:
Hope you enjoyed your time off.
Boot into the Windows RE mode: How to use the Windows 7 System Recovery Environment Command Prompt
Once the command Window is displayed please follow the below steps.
First command to enter is wmic logicaldisk get name. you will be given a similar output to:
Code:X:\Sources>wmic logicaldisk get name Name C: D: E: X:
Now when you are in the RE the drive letters will often move around. start with the first letter that was provided in the list and enter in the following command (for this example we will use C:\ as it is the first one)
dir C:\
-This will display all the folders in the root drive of C
Can you see a folder called C:\Windows in list?
-If you can see C:\Windows then run the DISM command as DISM /Image:C:\ /Cleanup-Image /RevertPendingActions
If you can not see the Windows folder move onto the next Drive letter that we obtained with wmic logicaldisk get name and type in dir <DRIVE LETTER> (replace <DRIVE LETTER> with the drive you would like to check), can you see the Windows Folder?
-If yes, enter in the following command DISM /Image:C:\ /Cleanup-Image /RevertPendingActions and changed the C to what ever Drive letter has the Windows folder
Its just a case of going through each drive letter that was produced from the first list until the Windows folder is found then run the DISM command on that drive
Has Sysnative Forums helped you? Please consider donating to help us support the site!