New
#61
Last edited by b1gt1m; 23 Feb 2021 at 16:47.
Please indicate when there is a bootable Windows 10 iso 20H2 available.
I have a bootable Windows 10 ISO 20H2 USB...👍🏻
If there are problems with the registry and or operating system the options are:
a) custom install (saves files)
b) clean install
Either of these can be performed with a bootable Windows 10 iso:
Custom Install Windows 10
How to Restore Files from Windows.old Folder in Windows 10
Clean Install Windows 10
These are some remaining trial and error commands: (please post images of commands with results)
DISM.exe /Image:C:\test\offline /Cleanup-Image /RevertPendingActions
sfc /scannow /offbootdir=C:\ /offwindir=C:\windows
DISM.exe /Image:c:\offline /Cleanup-Image /RestoreHealth
md c:\scratchdir
dism /image:c:\ /scratchdir:c:\scratchdir /cleanup-image /restorehealth
OK, I will do what you say, but before I do, the general consensus of opinion on the boot partition is that it should not be FAT32 and should be NTFS. So, should I format the boot partition to NTFS or leave it alone, and proceed with the commands above...
You don't have to format it before running the commands.