Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Cobol programmers are down in the dumps.


computers / alt.comp.os.windows-10 / My sfc and dism notes

SubjectAuthor
o My sfc and dism notesT

1
My sfc and dism notes

<t0h7j4$4jd$1@dont-email.me>

 copy mid

https://www.novabbs.com/computers/article-flat.php?id=60465&group=alt.comp.os.windows-10#60465

 copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.os.windows-11
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: T...@invalid.invalid (T)
Newsgroups: alt.comp.os.windows-10,alt.comp.os.windows-11
Subject: My sfc and dism notes
Date: Fri, 11 Mar 2022 20:29:23 -0800
Organization: A noiseless patient Spider
Lines: 72
Message-ID: <t0h7j4$4jd$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 12 Mar 2022 04:29:24 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="e4d06f4c8e1f7094d94f695bd8a76289";
logging-data="4717"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX187ASsxK3h/FJ2rq8v7zN+ZtaKPwoiIWWA="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.5.0
Cancel-Lock: sha1:pmcUhVQ7p/sAERHnkJvDB4p+Pro=
Content-Language: en-DE
 by: T - Sat, 12 Mar 2022 04:29 UTC

Hi All,

This is my notes on dism and sfc. The offline part
about killed me.

HTH some else

-T

To scan your Windows operating system to verify none of your
files were altered:

Reference: http://woshub.com/dism-cleanup-image-restorehealth/#h2.6

Note: "c:" moves to "d:" in PE mode, sometimes

sfc /scannow

Stop a pending upgrade/update
dism /Online /cleanup-image /revertpendingactions

And this is helpful too:

sfc /scannow

Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth

Offline (from installaton boot media) method from installation
media in PE mode:

Open a command prompt from repair -> troubleshooting

The "image" and "offbootdir" referred to in the command
line switches below is the local windows install drive.

Use DiskPart to locate the drive letter of the Windows installation
and the "Sources" drive.

"images" would be the largest one (GB).

"X:\Sources" is not the "Sources" drive. The "Sources"
drive is usually one or two drive letterpast the "image"
directory. In DiskPart, it shows as around 5611 MB.
It resides on your boot device (CD-ROM, etc.).

Verify the "Sources" drive, directory, and location with
dir [x]:\sources\install.win

Find "images" and "sources":

diskpart
-> List vol
-> Exit

Presuming the "image" (Windows install) is C: (sometimes it is D:) and
"Sources" is in F:

sfc /scannow /offbootdir=C:\ /offwindir=C:\windows
dism /image:C:\ /cleanup-image /restorehealth
/source:wim:F:\sources\install.wim

Stop a pending upgrade/update
dism /image:c:\ /cleanup-image /revertpendingactions

1
server_pubkey.txt

rocksolid light 0.9.7
clearnet tor