Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.comp.os.windows-10 > #181307
| From | Paul <nospam@needed.invalid> |
|---|---|
| Newsgroups | alt.comp.os.windows-10 |
| Subject | Re: Anybody else unable to install the KB5048652 update? |
| Date | 2025-01-13 13:25 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <vm3lqh$1vr5l$1@dont-email.me> (permalink) |
| References | (2 earlier) <vltv03$lftc$1@dont-email.me> <vlu1r0$lptf$1@dont-email.me> <vlu68l$mmis$1@dont-email.me> <vm0ecr$15bkp$1@dont-email.me> <vm36vd$1qhbm$1@dont-email.me> |
On Mon, 1/13/2025 9:11 AM, John C. wrote:
>
> Just opened Powershell as an administrator and ran the following command:
>
> DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:\\<Computer
> name>\c$\winsxs /LimitAccess
>
> where "<Computer name>" is the name of my computer. The results were:
> ______________________________________________________________________________
>
> Deployment Image Servicing and Management tool
> Version: 10.0.19041.3636
>
> Image Version: 10.0.19045.5131
>
> [==========================100.0%==========================]
> Error: 0x800f081f
>
> The source files could not be found.
> Use the "Source" option to specify the location of the files that are
> required to restore the feature. For more information on specifying a
> source location, see https://go.microsoft.com/fwlink/?LinkId=243077.
>
> The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
> PS C:\Windows\system32>
> ______________________________________________________________________________
>
> All that file tells me is
>
> How can DISM run to 100% and yet still give me a stupid error message
> like that?? Could this problem perhaps be related to my
> C:\Windows\WinSxS folder being 11.7gb in size???
>
> Windows 10 is a complete abortion in my NSHO. A huge, unstable house of
> cards.
>
[Picture]
https://i.postimg.cc/ZRk9drkM/Windows-Side-by-Side-sizes.gif
You can run Process Monitor and collect a trace during a DISM run,
and see where it has been scanning.
https://learn.microsoft.com/en-us/sysinternals/downloads/procmon
If we look at your command:
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:\\MySecondComputer\c$\winsxs /LimitAccess
the LimitAccess says to not use Windows Update for repair material, and to use MySecondComputer
as an authoritative source of a WinSxS.
Whereas the command reference web page gives as an example:
/Source:c:\test\mount\windows
and then our command might look like this (slight change). The repair source is
just above the WinSxS folder.
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:\\MySecondComputer\c$\Windows /LimitAccess
The C$ implies an Administrative share, which I presume is accessible for some reason.
It should exist, but I don't know how smoothly that works.
I took a backup of MySecondComputer using Macrium, put it on the broken machine,
and Macrium on that machine, can mount the backed up C: as drive letter K: .
Both machines have the same Winver.
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:K:\Windows /LimitAccess
And here it is, part way through, in-flight.
[Picture]
https://i.postimg.cc/wjm9nMbX/test-run-DISM-disk33.gif
Paul
Back to alt.comp.os.windows-10 | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Anybody else unable to install the KB5048652 update? "John C." <r9jmg0@yahoo.com> - 2025-01-09 04:14 -0800
Re: Anybody else unable to install the KB5048652 update? Paul <nospam@needed.invalid> - 2025-01-09 10:13 -0500
Re: Anybody else unable to install the KB5048652 update? "John C." <r9jmg0@yahoo.com> - 2025-01-11 06:24 -0800
Re: Anybody else unable to install the KB5048652 update? "John C." <r9jmg0@yahoo.com> - 2025-01-11 07:13 -0800
Re: Anybody else unable to install the KB5048652 update? Paul <nospam@needed.invalid> - 2025-01-11 11:29 -0500
Re: Anybody else unable to install the KB5048652 update? "John C." <r9jmg0@yahoo.com> - 2025-01-12 04:59 -0800
Re: Anybody else unable to install the KB5048652 update? Paul <nospam@needed.invalid> - 2025-01-12 08:42 -0500
Re: Anybody else unable to install the KB5048652 update? "Bill Bradshaw" <bradshaw@gci.net> - 2025-01-12 10:23 -0900
Re: Anybody else unable to install the KB5048652 update? "John C." <r9jmg0@yahoo.com> - 2025-01-13 06:21 -0800
Re: Anybody else unable to install the KB5048652 update? croy <croy@spam.invalid.net> - 2025-01-12 13:26 -0800
Re: Anybody else unable to install the KB5048652 update? "John C." <r9jmg0@yahoo.com> - 2025-01-13 06:23 -0800
Re: Anybody else unable to install the KB5048652 update? "John C." <r9jmg0@yahoo.com> - 2025-01-13 06:11 -0800
Re: Anybody else unable to install the KB5048652 update? Paul <nospam@needed.invalid> - 2025-01-13 13:25 -0500
Re: Anybody else unable to install the KB5048652 update? Paul <nospam@needed.invalid> - 2025-01-13 14:19 -0500
Re: Anybody else unable to install the KB5048652 update? "John C." <r9jmg0@yahoo.com> - 2025-01-14 08:51 -0800
Re: Anybody else unable to install the KB5048652 update? "Bill Bradshaw" <bradshaw@gci.net> - 2025-01-15 13:05 -0900
Re: Anybody else unable to install the KB5048652 update? "John C." <r9jmg0@yahoo.com> - 2025-01-16 03:33 -0800
csiph-web