Thanks again for your help I really appreciate it.
I built my bootable USB by:
- Downloading the latest Windows 10 (consumer editions), version 22H2 (updated Dec 2022) from my Visual Studio subscription.
- Used NTLite to apply the latest updates and create a new ISO.
- Used Rufus to burn the new ISO to a USB.
My \Sources folder has install.wim and not install.esd.
Below are my results.
C is my unbootable Windows drive and D is my USB.
I don't get why dism is saying it can't find the source files when it obviously can.
Note I'm using Win 10 Pro.
When I do a regedit from the C:\Windows prompt it's telling me I have version 10.0.19041.2300 installed on my unbootable disk; is the problem I'm trying to use a newer ISO? I know I tried using Rufus to create a bootable USB with an older version of windows, but that didn't seem to work either unless I messed something up.
If you want me to copy over a bunch of files I can; my work laptop has 10.0.19045.2364. I tried copying over a bunch earlier from the SFC log which had no effect.
I eagerly await your reply.
X:\Sources>diskpart
Microsoft DiskPart version 10.0.19041.964
Copyright (C) Microsoft Corporation.
On computer: MININT-SSC8B32
DISKPART> list vol
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 C NTFS Partition 476 GB Healthy
Volume 1 E NTFS Partition 853 MB Healthy Hidden
Volume 2 D NTLite NTFS Removable 14 GB Healthy
Volume 3 F UEFI_NTFS FAT Removable 1024 KB Healthy
DISKPART> exit
Leaving DiskPart...
X:\Sources>dism /get-wiminfo /wimfile:d:\sources\install.wim
Deployment Image Servicing and Management tool
Version: 10.0.19041.2300
Details for image : d:\sources\install.wim
Index : 1
Name : Windows 10 Home
Description : Windows 10 Home
Size : 15,123,050,071 bytes
Index : 2
Name : Windows 10 Home N
Description : Windows 10 Home N
Size : 14,345,869,889 bytes
Index : 3
Name : Windows 10 Home Single Language
Description : Windows 10 Home Single Language
Size : 15,108,252,408 bytes
Index : 4
Name : Windows 10 Education
Description : Windows 10 Education
Size : 15,462,967,510 bytes
Index : 5
Name : Windows 10 Education N
Description : Windows 10 Education N
Size : 14,685,589,359 bytes
Index : 6
Name : Windows 10 Pro
Description : Windows 10 Pro
Size : 15,404,371,969 bytes
Index : 7
Name : Windows 10 Pro N
Description : Windows 10 Pro N
Size : 14,698,942,243 bytes
Index : 8
Name : Windows 10 Pro Education
Description : Windows 10 Pro Education
Size : 15,462,905,928 bytes
Index : 9
Name : Windows 10 Pro Education N
Description : Windows 10 Pro Education N
Size : 14,685,526,877 bytes
Index : 10
Name : Windows 10 Pro for Workstations
Description : Windows 10 Pro for Workstations
Size : 15,462,936,719 bytes
Index : 11
Name : Windows 10 Pro N for Workstations
Description : Windows 10 Pro N for Workstations
Size : 14,685,558,118 bytes
The operation completed successfully.
X:\sources>dism /get-wiminfo /wimfile:d:\sources\install.wim /index:6
Deployment Image Servicing and Management tool
Version: 10.0.19041.2300
Details for image : d:\sources\install.wim
Index : 6
Name : Windows 10 Pro
Description : Windows 10 Pro
Size : 15,404,371,969 bytes
WIM Bootable : No
Architecture : x64
Hal :
Version : 10.0.19045
ServicePack Build : 2364
ServicePack Level : 0
Edition : Professional
Installation : Client
ProductType : WinNT
ProductSuite : Terminal Server
System Root : WINDOWS
Directories : 27954
Files : 101852
Created : 12/5/2022 - 2:52:18 PM
Modified : 12/28/2022 - 11:56:32 AM
Languages :
en-US (Default)
The operation completed successfully.
X:\Sources>dism /image:c:\ /cleanup-image /restorehealth /source:WIM:D:\Sources\install.wim:6 /scratchdir=c:\temp
Deployment Image Servicing and Management tool
Version: 10.0.19041.2300
Image Version: 10.0.19045.2364
[==========================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 X:\windows\Logs\DISM\dism.log
X:\Sources>